
/*
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=250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#037bbc";
oncolor="#1aef15";
offbgcolor="#033e7c";
offcolor="#fffccc";
padding=2;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
align="center";
pagecolor="ffffff";
pagebgcolor="#033e7c";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="Fade(duration=0.3)";
}

with(milonic=new menuname("instruments")){
style=menuStyle;
top="offset=0"; 
left="offset=0";
width="100%";
itemwidth="120";
aI("text=Neurosurgical;url=no_instruments.php;");
aI("text=Cardiovascular;url=cv_instruments.php#;");
aI("text=ENT;url=et_instruments.php;");
aI("text=Ophthalmic;url=op_instruments.php;");

}

with(milonic=new menuname("retractors")){
style=menuStyle;
top="offset=0"; 
left="offset=0";
width="100%";
itemwidth="120";
aI("text=Coming Soon2;url=#;");

}

with(milonic=new menuname("accessories")){
style=menuStyle;
top="offset=0"; 
left="offset=0";
width="100%";
itemwidth="120";
aI("text=Coming Soon;url=#;");
}

drawMenus();