_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="SkyBlue";
oncolor="Black";
padding="5";
separatorcolor="#ffffff";
separatorsize="2";
subimage="images/blip_white_blue.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="SkyBlue";
oncolor="Black";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/blip_white_blue.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Products;target=;url=../Products.html;");
aI("text=Home Inventory;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Home Inventory Software;target=;url=Home-Inventory-Software.html;");
aI("text=Home Inventory Software Change Log;target=;url=Home-Inventory-Software-Change-Log.html;");
aI("text=Why use a home inventory software product;target=;url=Why-use-a-home-inventory-software-product.html;");
aI("text=Why use a home inventory desktop database;target=;url=Why-use-a-home-inventory-desktop-database.html;");
aI("text=How to take a home inventory;target=;url=How-to-take-a-home-inventory.html;");
aI("text=Home Inventory Introduction Video Tutorial;target=;url=Home-Inventory-Introduction-Video-Tutorial.html;");
aI("text=Home Inventory Report Designer Tutorials;target=;url=Home-Inventory-Report-Designer-Tutorials.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();
