_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#FD0303";
offcolor="#ffffff";
onbgcolor="#FD0303";
oncolor="#ffffff";
ondecoration="underline";
padding="4";
}

with(menuStyle=new mm_style()){
bgimage="images/blue.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
offcolor="White";
oncolor="#000000";
separatorsize="3";
separatorimage="images/blueSep.gif";
overbgimage="images/blue03.gif";
itemheight="37";
itemwidth="90";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=index.htm;align=center;");
aI("text=Life Time Warranty;target=;url=Life-Time-Warranty.html;align=center;");
aI("text=Photo Gallery;target=;url=PICTURES.html;align=center;");
aI("text=SIKKENS Paint;target=;url=SIKKENS.html;align=center;");
aI("text=Rental Cars;target=;url=Rental-Cars.html;align=center;");
aI("text=Car Care Tips;target=;url=Car-Care-Tips.html;align=center;");
aI("text=Insurance Company's;target=;url=Insurance-Company's.html;align=center;");
aI("text=Accident Checklist;target=;url=Accident-Checklist.html;align=center;");
aI("text=Contact Us;target=;url=Contact-Us.html;align=center;");
}


 drawMenus();

