_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=60;
left=10;
alwaysvisible=1;
orientation="horizontal";
margin=1;
aI("text=Home;url=index.asp;status=Back To Home Page;");
aI("text=Category Search;url=index.asp?Mode=CAT_TEMPLATES;"); 
aI("text=Class Search;url=index.asp?Mode=CLASS_TEMPLATES;"); 
//aI("text=Advanced Search;url=index.asp?Mode=CLASS_TEMPLATES;"); 
aI("text=Product Websites;showmenu=WEBSITES;"); 
aI("text=Contact Us / Suggestions;url=index.asp?Mode=CONTACTUS;"); 
}

with(milonic=new menuname("ADMIN")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=Best Access Templates;url=index.asp?Mode=BAS_TEMPLATES;");
aI("text=Precision Templates;url=index.asp?Mode=PHI_TEMPLATES;");
aI("text=Hardware Templates;url=index.asp?Mode=SCH_TEMPLATES;");
}

with(milonic=new menuname("WEBSITES")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=Best Access Systems;url=http://www.bestaccess.com;");
aI("text=Precision Hardware;url=http://www.precisionhardware.com;");
aI("text=Stanley Door Closers;url=http://www.stanleydoorclosers.com;");
aI("text=Stanley Commercial Hardware;url=http://www.stanleycommercialhardware.com;");
}

drawMenus();
