
/*
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="transparent";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#484343";
clickbgcolor="#ffffff";	
clickcolor="#000000";	
fontsize="12px";
fontfamily="Verdana";	
align="right";		 
separatorsize="25";
separatorcolor="transparent";  
separatorpadding="1";
padding="2";
image="images/blue-square.gif"	
imagepadding="5";	
imageposition="left";	
overimage="images/yellow-square.gif";	
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.0)";
}


with(menuItem=new mm_style()){
onbgcolor="#82a7de";
oncolor="#ffffff";
offbgcolor="#999999";
offcolor="#ffffff";
clickbgcolor="#000000";	 
clickcolor="#dddddd";  
position="absolute";
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana";
separatorsize="1";
separatorcolor="#FFFFFF";  
separatorpadding="1";
padding="5"
imagepadding="5";
overimage="images/blue-square.gif"	
image="images/yellow-square.gif";	
align="left";	
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.0)";
}





with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";   	
aI("text=Home;url=index.htm;");	
aI("text=About us;showmenu=AboutUs;");
aI("text=Services;showmenu=FM;");
aI("text=Benefits;url=benefits.htm;");
aI("text=Clients;url=clients.htm");
aI("text=Contact Us;url=contact-us.htm;");
}
  
with(milonic=new menuname("AboutUs")){
top = "offset=" + sub1TopOffset;  
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll";
aI("text=Company Profile;url=company-profile.htm;");
aI("text=Our Strategy;url=our-strategy.htm;");
aI("text=Why Us;url=why-us.htm;");
}

with(milonic=new menuname("FM")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll";
aI("text=Laboratory Operations;url=lab-facilities.htm;");
aI("text=Facilities Maintenance;url=facilities-maintenance.htm;;");
aI("text=Personnel Management;url=personnel-management.htm;");
}



drawMenus();


