_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="#469789";
onbgcolor="#B0DAD4";
oncolor="#FF1212";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/db_red.gif";
subimagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="bold";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#B0DAD4";
offcolor="#469789";
onbgcolor="#B0DAD4";
oncolor="#FF1212";
padding="4";
subimage="images/db_red.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
openstyle="rtl";
aI("text=Home;target=;url=./;");
aI("text=Rent Now;target=;url=Rent_Now.html;");
aI("text=Products;target=;url=Products.html;");
aI("text=Contact Us;target=;url=Contact_Us.html;");
}


 drawMenus();
