_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
image="images/dots1.gif";
offbgcolor="#3F3F3F";
offcolor="#ffffff";
onbgcolor="Crimson";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="Crimson";
offcolor="#ffffff";
onbgcolor="#3F3F3F";
oncolor="#ffffff";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home Page;target=;url=http://www.programyourkeys.com/;");
aI("text=Copying Content Notice;target=;url=Copying_Content_Notice.html;");
aI("text=Program Keys;target=;url=Program_Keys.html;");
aI("text=Lost Car Keys?;target=;url=Lost_Car_Keys.html;");
aI("text=Car Won't Start;target=;url=Car_Won't_Start.html;");
aI("text=Car Key Services;target=;url=Key_Programming_Services.html;");
aI("text=Key Technology;target=;url=Key_Technology.html;");
}


 drawMenus();

