

_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100           // The time delay before menus open on mouse over
_followSpeed=5               	   // Follow scrolling speed
_followRate=40                	   // Follow scrolling Rate
_subOffsetTop=5              	   // Sub menu top offset
_subOffsetLeft=5            	   // Sub menu left offset
_scrollAmount=3               	   // Only needed for Netscape 4.x
_scrollDelay=20               	   // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
align="left";
oncolor="#213188";
onbgcolor="#FFFFFF";
offcolor="#213188";
offbgcolor="#FFFFFF";
bordercolor="#213188";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=2;
subimagepadding=2;
fontsize="70%";
fontstyle="Bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#213188";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#213188";
subimage="http://www.osha.gov/images/bullet_.gif";
overfilter="Pixelate(duration=0.3);Alpha(opacity=100);Shadow(color='#FFFFFF', Direction=180, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=250;
left=178;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/dcsp/products/etools/hospital/sonography/sonography.html;showmenu=Home;itemwidth=55; ");
aI("text=    Transporting;url=/dcsp/products/etools/hospital/sonography/moving.html;showmenu=Transporting;itemwidth=85;");
aI("text=    Positioning;url=/dcsp/products/etools/hospital/sonography/access_patient.html;showmenu=Positioning;itemwidth=80;");
aI("text=    Use and Orientation;url=/dcsp/products/etools/hospital/sonography/using_transducer.html;showmenu=Use and Orientation;itemwidth=115;");
aI("text=    Engineering and Administrative Controls;url=/dcsp/products/etools/hospital/sonography/administrative.html;showmenu=Administrative Controls;itemwidth=115;");

}



with(milonic=new menuname("")){
style=menuStyle;
itemwidth=145;
}
drawMenus();
