_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="#0154be";
oncolor="#99ccff";
offbgcolor="#000c6c";
offcolor="#ffea00";
bordercolor="#84adff"; 
separatorcolor="#000c6c";
separatorsize="10";
separatorpadding="2";
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=107;
left="offset=0";
alwaysvisible=1;
orientation="horizontal";

margin=1;
aI("text=Home;url=index.asp;status=Back To Home Page;");
aI("text=News;showmenu=News;");
aI("text=Services;url=index.asp?Mode=SERVICES;");
aI("text=History;url=index.asp?Mode=HISTORY;");
aI("text=Make an Appointment;url=index.asp?Mode=MAKEAPP;");
aI("text=Used Sales;url=index.asp?Mode=USEDCARS;");
aI("text=Contact Us;url=index.asp?Mode=CONTACTUS;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;;url=#;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;;url=#;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;;url=#;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;;url=#;");
aI("text=Administration;url=index.asp?Mode=ADMINHOME;");
}

with(milonic=new menuname("News")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=News Spotlight;url=index.asp?Mode=LARGENEWS;");
aI("text=Latest News;url=index.asp?Mode=NEWS;");
}

with(milonic=new menuname("Products")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=Door Closers;url=http://stanleydev.com/dev.stanleydoorclosers/index.asp?MODE=D4550;");
}

drawMenus();

