
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay= 0;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay= 0;            // The time delay before menus open on mouse over
_subOffsetTop= 0;              // Sub menu top offset
_subOffsetLeft= 0;            // Sub menu left offset
var sub1TopOffset = 0; 		// first level menu offset
var sub1LeftOffset = 0;     // first level menu offset
var sub2TopOffset = 0; 		// second level menu offset
var sub2LeftOffset = 0;     // second level menu offset	  


with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#484343";
clickbgcolor="#ffffff";	
clickcolor="#000000";	
fontsize="11px";
fontfamily="Verdana";	
align="right";		 
separatorsize="5";
separatorcolor="#FFFFFF";  
separatorpadding="1";
padding="2";
image="images/blue-square.gif"	
imagepadding="10";	
imageposition="right";	
overimage="images/yellow-square.gif";	
keepalive=1;
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}


with(menuItem=new mm_style()){
onbgcolor="transparent";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#484343";
clickbgcolor="transparent";	 
clickcolor="#000000";  
position="absolute";
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana";	
align="right";	
keepalive=1;
overfilter="Fade(duration=0.1);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.0)";
}

with(menulab=new mm_style()){
onbgcolor="transparent";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#484343";
clickbgcolor="transparent";	 
clickcolor="#000000";  
position="absolute";
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana";	
align="right";		  
overfilter="Fade(duration=0.1);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.0)";
}

with(menuproperty=new mm_style()){
onbgcolor="transparent";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#484343";
clickbgcolor="transparent";	 
clickcolor="#ffffff";  
position="absolute";
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana";	
align="right";		 	  
overfilter="Fade(duration=0.1);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.0)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="verticle";
position="relative";   	
aI("text=home;url=index.htm;");	
aI("text=about us;showmenu=AboutUs;url=about-us.htm;");
aI("text=Biotech /  Life Science<br/>facility management;showmenu=FM;url=life-science.htm;");
aI("text=properties;showmenu=Properties;url=properties.htm;");
aI("text=contact us;url=contact-us.htm;");
}
  
with(milonic=new menuname("AboutUs")){
top = "offset=" + -30; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll";
aI("image=images/nav-top-rule-1.gif;text=&nbsp;&nbsp;&nbsp;who we are;url=who-we-are.htm;");
aI("image=images/nav-mid-rule-long-3.gif;text=why us;url=why-us.htm;");
aI("image=images/nav-bot-rule-long.gif;text=company<br/>profile;url=company-profile.htm;");
}

with(milonic=new menuname("FM")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menulab;
overflow="scroll";
aI("image=images/nav-top-rule-4.gif;text=laboratory<br/>facilities;url=lab-facilities.htm;");
aI("image=images/nav-mid-rule-longest.gif;text=facilities<br/>maintenance;url=facilities-maintenance.htm;;");
aI("image=images/nav-mid-rule-longest.gif;text=personnel<br/>&nbsp;&nbsp;management;url=personnel-management.htm;");
aI("image=images/nav-bot-rule.gif;text=client list;url=client-list.htm;");
}

with(milonic=new menuname("Properties")){
top = "offset=" + -85; 
left = "offset=" + sub1LeftOffset; 
style=menuproperty;
overflow="scroll"; 
aI("image=images/nav-top-rule-1.gif;text=Overview;url=properties-overview.htm;");
aI("image=images/nav-mid-rule.gif;text=Cambridge MA;url=properties-cambridge.htm;");
aI("image=images/nav-mid-rule.gif;text=Watertown MA;url=properties-480watertown.htm;");	  
aI("image=images/nav-mid-rule-long-2.gif;text=Watertown MA;url=properties-500watertown.htm;");
aI("image=images/nav-mid-rule.gif;text=&nbsp;Lexington MA;url=properties-lexington.htm;");
aI("image=images/nav-bot-rule.gif;text=Worcester MA;url=properties-worcester.htm;");
}


drawMenus();

