fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=-1;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#435F40";
borderstyle="solid";
paddingtop=20;
//borderwidth=0;
itemwidth="177";
fontfamily="Verdana, arial, Tahoma";
fontsize="11px";
fontweight="bold"
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offcolor="#ffffff";
oncolor="#4E674A";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
//pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#E5E7E8";
separatorsize=1;
subimagepadding=2;
pagecolor="#333333";
image="images/arrow.gif";
//overimage="images/blue-arrow.gif";
separatorimage="images/line.gif";
}


with(menuStyle1=new mm_style()){
bordercolor="#A3BC9F";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, arial, Tahoma";
fontsize="11px";
itemwidth="195px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#94B290";
offcolor="#ffffff";
onbgcolor="#779773";
oncolor="#ffffff";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=7;
separatorcolor="#A3BC9F";
separatorsize=2;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
position="relative";
orientation="vertical";
style=menuStyle;
top=10;
aI("text=Home;url=index.html;");
aI("showmenu=about;text=About Us;url=aboutus.html;");
aI("showmenu=pro;text=Products;url=product.html;");
aI("showmenu=Partners;text=Literature;url=catalog.html;");
aI("showmenu=MyMilonic;text=Parts  &amp; Service;url=parts-services.html;");
aI("showmenu=MyMilonic;text=Find A Distributor;url=find-a-distributor.html;");

}

with(milonic=new menuname("pro")){
style=menuStyle1;
aI("showmenu=abhay;text=Manual Exam Tables;url=manual-exam-tables.html;")
aI("showmenu=powerexam;text=Power Exam Tables;url=power-exam-tables.html;")
aI("showmenu=seating;text=Seating;url=seating.html;")
aI("showmenu=powertreatment;text=Power Treatment Tables;url=power-treat-table.html;")
aI("showmenu=manual;text=Manual Treatment Tables;url=manual-treat-table.html;")
aI("showmenu=examroomcab;text=Exam Room Cabinetry;url=room-cabinetry.html;")
aI("showmenu=room;text=Exam Room Accessories ;url=room-accessories.html;")
}
with(milonic=new menuname("about")){
style=menuStyle1;
aI("showmenu=abhay;text=Hamilton's Proud Past;url=aboutus.html;")
aI("showmenu=powerexam;text=Hamilton Today;url=aboutus.html#hamilton;")
aI("showmenu=manualtreatment;text=Recent News;url=news.html;")
aI("showmenu=powertreatment;text=Affiliated Companies;url=affiliated-companies.html;")
}
with(milonic=new menuname("seating")){
style=menuStyle1;
aI("showmenu=stools;text=Stools;url=seating.html#stools;")
aI("showmenu=patientseating;text=Patient Seating;url=seating.html#patient;")
aI("showmenu=blooddrawing;text=Blood Drawing;url=seating.html#blood;")
}
with(milonic=new menuname("manual")){
style=menuStyle1;
aI("showmenu=stools;text=V2 Series;url=manual-treat-table.html#V2;")
aI("showmenu=patientseating;text=Versatility Series;url=manual-treat-table.html#versatility;")
}
with(milonic=new menuname("room")){
style=menuStyle1;
aI("showmenu=stools;text=Room Accessories;url=room-accessories.html#room;")
aI("showmenu=patientseating;text=Military Mobile;url=room-accessories.html#military;")
}
drawMenus();


