_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/Angle2.png";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="White";
oncolor="DarkBlue";
separatorcolor="transparent";
separatorsize="5";
rawcss="padding-left:5px;padding-right:5px";
overbgimage="images/Angle_hover2.png";
itemheight="33";
itemwidth="98";
}

with(submenuStyle=new mm_style()){
bordercolor="#dddddd";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offbgcolor="#232323";
offcolor="#cccccc";
onbgcolor="#333333";
oncolor="#dddddd";
padding="4";
separatorsize="1";
subimage="images/white_4x7.gif";
subimagepadding="8";
itemwidth="125";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
align="center";
itemheight="33";
aI("text=Home;target=;url=Home.html;align=center;");
aI("text=New Systems;target=;url=New-Systems.html;align=center;");
aI("text=Chat;target=;url=Chat.php;align=center;");
aI("text=Trade-Ins;target=;url=Trade-Ins.html;align=center;");
aI("text=Parts;target=;url=Parts.html;align=center;");
aI("text=Software;target=;url=Software.html;align=center;");
aI("text=PC Tools;target=;url=PCtools.html;align=center;");
aI("text=Contact;target=;url=Contact.html;align=center;");
}


 drawMenus();

