fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=5;
_subOffsetLeft=-5;




with(menuStyle=new mm_style()){
bordercolor="#296488";

borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";

offcolor="#ffffff";

oncolor="#BBDFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#4A6EA5', Direction=135, Strength=5)";
padding=9;

pagecolor="black";
separatorcolor="#2D729D";
separatorsize=0;
subimage="arrow.gif";
subimagepadding=2;
}

//DROP DOWMLOAD
with(subMenuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#4A6EA5";
offcolor="#ffffff";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=176;
orientation="horizontal";
style=menuStyle;
menuwidth="570";
menualign="left";
alwaysvisible=1;

aI("text=Home;url=http://www.inventorybiz.com/;");
aI("text=History;url=http://www.inventorybiz.com/history.html;");
aI("text=Partnership Programs;url=http://www.inventorybiz.com/parnershippgms.html;");
aI("text=Partners;url=http://www.inventorybiz.com/partners.html;");
aI("showmenu=Products;text=Products;");
aI("showmenu=F A Q;text=F A Q;");
aI("text=Contact us;url=http://www.inventorybiz.com/contactus.html;");
}

with(Products=new menuname("Products")){
overflow="scroll";
style=subMenuStyle;
aI("text=I BIZ E-series;url=http://www.inventorybiz.com/eseries.html;")
aI("text=I BIZ Standard;url=http://www.inventorybiz.com/standard.html")
aI("text=I BIZ Freeware;url=http://www.inventorybiz.com/freeware.html")
aI("text=I BIZ Biller;url=http://www.inventorybiz.com/biller.html")
aI("text=I BIZ ERP;url=http://www.inventorybiz.com/ERP.html")
}

with(FAQ=new menuname("F A Q")){
style=subMenuStyle;
aI("text=Beginners;url=http://www.inventorybiz.com/begginers.html;");
aI("text=Trouble Shooting;url=http://www.inventorybiz.com/troubleshooting.html;");
}



drawMenus();


