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=2;
_subOffsetLeft=-2;

with(horizStyle=new mm_style()){
bordercolor="white";
borderstyle="solid";
borderwidth=0;
//offborder="1px solid #666633";
//onborder="1px solid #666633";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#666633";
offcolor="#B8B880";
onbgcolor="#333300";
oncolor="#B8B880";
//outfilter="randomdissolve(duration=0.3)";
//outfilter="Wheel(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
rawcss="padding-left:10px;padding-right:10px";
pagebgcolor="#D7B13B";
pagecolor="black";
separatorcolor="#cacaca";
separatorsize=1;
//subimage="/white_9x8.gif";
//subimagepadding=2;
align="left"
valign="middle";
screenposition="center";
}

with(vertStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#666633";
offcolor="#B8B880";
onbgcolor="#333300";
oncolor="#B8B880";
//outfilter="randomdissolve(duration=0.3)";
//outfilter="Wheel(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
rawcss="padding-left:10px;padding-right:10px";
pagebgcolor="#D7B13B";
pagecolor="black";
//separatorcolor="#ffffff";
separatorcolor="#cacaca";
separatorsize=1;
//subimage="/Arrow2_white_9x8.gif";
//subimagepadding=2;
align="left"
valign="middle";
screenposition="center";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=10;
orientation="horizontal";
top=110;
screenposition="left";
style=horizStyle;
//divides=2;
//aI("text=Home;url=/home1.cfm;");
aI("text=Home;url=/home.cfm;");
aI("text=Company;url=/company.cfm;");
aI("text=Staff;url=/staff.cfm;");
aI("showmenu=Products;text=Products;");
aI("showmenu=Contact;text=Contact;");
}

with(milonic=new menuname("Products")){
overflow="scroll";
style=vertStyle;
aI("text=Meat;url=/meat.cfm;")
aI("text=Medical;url=/medical.cfm;")
aI("text=Woven;url=woven.cfm;")
aI("text=Athletic;url=/athletic.cfm;")
}

with(milonic=new menuname("Contact")){
style=vertStyle;
aI("text=Phone/Fax;url=/phonefax.cfm;");
aI("text=Email;url=/email.cfm;");
}

with(milonic=new menuname("MyMilonic")){
style=vertStyle;
aI("text=Login;url=http://www.milonic.com/login.php;");
aI("text=Licenses;url=http://www.milonic.com/mylicenses.php;");
aI("text=Invoices;url=http://www.milonic.com/myinvoices.php;");
aI("text=Make Support Request;url=http://www.milonic.com/reqsupport.php;");
aI("text=View Support Requests;url=http://www.milonic.com/mysupport.php;");
aI("text=Your Details;url=http://www.milonic.com/mydetails.php;");
}

drawMenus();

