_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(XPMainStyle=new mm_style()){
onbgcolor="#F9EDB1";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="10";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
subimagepadding="2";
<!--offborder="1px solid #000000";
<!--onborder="1px solid #FFD40D";
}

with(XPMenuStyle=new mm_style()){
onbgcolor="#F9EDB1";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F9EDB1";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
image="xpblank.gif";
subimage="arrow.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("Main Menu")){
style=XPMainStyle;
top=61;
left=10;
alwaysvisible=1;
orientation="horizontal";
margin=1;
aI("text=Home;url=http://www.precisionhardware.com/index.asp;status=Back To Home Page;");
aI("text=The Group;url=http://www.precisionhardware.com/index.asp?Mode=GROUP;");
aI("text=Products;showmenu=Products;");
aI("text=Literature;url=http://www.precisionhardware.com/index.asp?Mode=LIT;");
//aI("text=Warranty;url=http://www.precisionhardware.com/index.asp?Mode=WAR;");
aI("text=Templates;showmenu=Templates;");
aI("text=Instructions;showmenu=Instructions;");
aI("text=Service;showmenu=Service;");
aI("text=Specifications;url=http://www.precisionhardware.com/index.asp?Mode=SPEC;");
aI("text=Trade Shows;url=http://www.precisionhardware.com/index.asp?Mode=TRADESHOWS;");
aI("text=Careers;url=http://www.precisionhardware.com/index.asp?Mode=CAR;");
//aI("text=Contacts;url=http://www.precisionhardware.com/search/zip.asp;");
aI("text=Contact Us;showmenu=Contacts;");
aI("text=News;url=http://www.precisionhardware.com/index.asp?Mode=NEWS;");
}

with(milonic=new menuname("Products")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=Apex 2000 Series Devices;showmenu=WiQOptions;url=http://www.precisionhardware.com/index.asp?MODE=APEX2000;");
aI("text=Olympian Series Devices;url=http://www.precisionhardware.com/index.asp?MODE=OLY;");
aI("text=Reliant 5000 Series Devices;url=http://www.precisionhardware.com/index.asp?MODE=REL5000;");
aI("text=D4990 Low Energy Operator ;url=http://www.precisionhardware.com/index.asp?MODE=D4990;"); 
aI("text=UltraSheild™;url=http://www.precisionhardware.com/index.asp?MODE=ULTRASHEILD;");
aI("text=Door Accessories;url=http://www.precisionhardware.com/index.asp?MODE=DOORACC;");
aI("text=Certifications;url=http://www.precisionhardware.com/index.asp?MODE=CERT;");
}

with(milonic=new menuname("Service")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=FAQs;url=http://www.precisionhardware.com/index.asp?MODE=FAQ;");
//aI("text=Templates;url=http://www.precisionhardware.com/index.asp?MODE=PT;");
//aI("text=Instructions;url=http://www.precisionhardware.com/index.asp?MODE=II;");
//aI("text=Wiring Instructions;url=http://www.precisionhardware.com/index.asp?MODE=EPI;");
aI("text=Returns | Claims;url=http://www.precisionhardware.com/index.asp?MODE=RAC;");
aI("text=Warranty;url=http://www.precisionhardware.com/index.asp?MODE=WARR;");
}

with(milonic=new menuname("Instructions")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=Instructions;url=http://www.precisionhardware.com/index.asp?MODE=II;");
aI("text=Electrical Product Instructions;url=http://www.precisionhardware.com/index.asp?MODE=EPI;");
}

with(milonic=new menuname("Templates")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=New Templates;url=http://www.stanleytemplates.com/index.asp?Mode=CAT_TEMPLATES_TWO&f_Product=Exit%20Devices;target=blank;");
aI("text=Archived Templates;url=http://www.precisionhardware.com/index.asp?MODE=PT_ARCH;");
}

with(milonic=new menuname("Contacts")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=United States;url=http://www.precisionhardware.com/search/zip.asp;");
aI("text=Worldwide;url=http://www.bestaccess.com/index.asp?Mode=LOC_WW;");
}

with(milonic=new menuname("WiQOptions")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=Battery Powered Online Exit Device Lever Trim;url=http://www.bestaccess.com/products/exq.asp;");
}
drawMenus();

drawMenus()