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=20;
_subOffsetLeft=-100;


with(menuStyle=new mm_style()){
//bordercolor="";
//borderstyle="solid";
//borderwidth=1;
fontfamily="Arial, sans-serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="";
headercolor="#FFFFFF";
offbgcolor="";
offcolor="#999999";
onbgcolor="";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=red', Direction=135, Strength=3)";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=white', Direction=135, Strength=3)";
padding=0;
pagebgcolor="";
pagecolor="";
//separatorcolor="";
separatorsize=0;
// subimage="arrow.gif";
subimagepadding=0;

}

with(subMenuStyle=new mm_style()){
 	//bordercolor="";
//borderstyle="solid";
//borderwidth=1;
itemwidth="175px";
itemheight="25px";
imagepadding="20px";
fontfamily="Arial, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="";
headercolor="#000000";
offbgcolor="#666666"; 
offcolor="#FFFFFF";
onbgcolor="#4D4D4D";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=red', Direction=135, Strength=3)";
overfilter="";
pagebgcolor="";
pagecolor="";
separatorcolor="#999999";
rawcss="padding-left:20px;"
// separatorsize=1;
// subimage="arrow.gif";
//subimagepadding=2;
//separatorwidth=50;
}


/*
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=100;
orientation="horizontal";
style=menuStyle;
top=200;

aI("text=Home;url=http://www.milonic.com/;");
aI("showmenu=Samples;text=Menu Samples;");
aI("showmenu=Milonic;text=Milonic;");
aI("showmenu=Partners;text=Partners;");
aI("showmenu=Links;text=Links;");
aI("showmenu=MyMilonic;text=My Milonic;");
}
*/



with(milonic=new menuname("Company")){
style=subMenuStyle;
top=80;
left="offset=-15";
aI("text=News;url=/corporate/newsindex.aspx;");
aI("text=Customers;url=/customers/index.aspx");
aI("text=Careers;url=/careers/cool/;");
}

with(milonic=new menuname("Products")){
style=subMenuStyle;
top=80;
left="offset=-15";
aI("text=PlateSpin Recon;url=/products/recon/;");
aI("text=PlateSpin Migrate;url=/products/migrate/;");
aI("text=PlateSpin Orchestrate;url=/products/orchestrate/;");
aI("text=PlateSpin Protect;url=/products/protect/;");
aI("text=PlateSpin Forge;url=/products/forge/;");
}

with(milonic=new menuname("Support")){
style=subMenuStyle;
top=80;
left="offset=-15";
aI("text=Program Overview;url=/support/overview.aspx;");
aI("text=Support Levels;url=/support/program.aspx");
aI("text=Support FAQ;url=/support/faq.aspx");
aI("text=Feature Request;url=/FeatureRequest");
}

with(milonic=new menuname("Services")){
style=subMenuStyle;
top=80;
left="offset=-15";
aI("text=PSA Program;url=/services/training.aspx;");
}

with(milonic=new menuname("Partners")){
style=subMenuStyle;
top=80;
left="offset=-15";
aI("text=Alliances;url=/partners/alliances.aspx;");
aI("text=Resellers;url=/partners/partners.aspx;");
aI("text=Distributors;url=/partners/viewdistributors.aspx;");
aI("text=Become a Partner;url=/becomepartner/;");
aI("text=Partner Login;url=/partner/index.aspx;");
aI("text=Alliance Login;url=/partners/technologyalliance.aspx;");
}


drawMenus();

