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(menuStyle=new mm_style()){

separatorcolor="#92BED7"; //"#00FFFF";
separatorsize=2;
separatorheight=2;
separatorpadding=4;
separatoralign="center";

bordercolor="#92BED7"; //"#999999";
borderstyle="solid";
borderwidth=1;
fontweight="bold";
fontfamily="arial,tahoma,serif";  //"Verdana, Tahoma, Arial";
fontsize=12;  //"100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#92BED7";  //"#eeeeee";
offcolor="#FFFFFF";  //"#000000";
onbgcolor="#267DB1";//"#ddffdd";
oncolor=="#FFFFFF";  //"#000099";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=2;
pagebgcolor="#92BED7";
pagecolor="black";
//separatorcolor="#999999";
//separatorsize=1;
//subimage="http://www.milonic.com/menuimages/arrow.gif";
//subimagepadding=2;
}

subMenuStyle=new copyOf(menuStyle); 
subMenuStyle.separatorsize=0.1; 
subMenuStyle.separatorheight=1;
subMenuStyle.separatorcolor="#FFFFFF";  
subMenuStyle.separatorpadding=1;

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=373;
orientation="horizontal";
style=menuStyle;
top=62;

//itemwidth=150;
aI("text=Home;url=index.html");
aI("text=Solutions;url=print-management/print-management-solutions.htm");
aI("showmenu=products;text=Products;url=print-management/print-management-tools.htm");
aI("showmenu=downloads;text=Downloads;url=print-management/downloads.htm");
aI("showmenu=price;text=Price;url=print-management/price.htm");
aI("text=Purchase;url=print-management/registration.htm");
aI("text=Support;url=print-management/support.htm");
aI("showmenu=customers;text=Customers;url=print-management/references.htm");
aI("showmenu=about;text=About Us;url=print-management/contact.htm");
}

with(milonic=new menuname("products")){
//overflow="scroll";
style=subMenuStyle;
aI("text=CZ Print Job Tracker;url=print-management/print-manager.htm;tooltip=Centralized print manager. Count, quota, restrict and charge printing easily!");
aI("text=CZ Print Release Station;url=print-management/print-control.htm;tooltip=Centralized holding and releasing of print jobs.");
aI("text=CZ Copier Tracking System;url=print-management/copy-tracking.htm;tooltip=Centralized copier manager and copier counter.");
aI("text=CZ Print Job Report;url=print-management/printer-report.htm;tooltip=Generate 100 reports in any language for your print cost analysis and client billing!");
aI("text=CZ Print Polish Marker;url=print-management/print-polish-marker.htm;tooltip=Add user name, computer name, day, time and page count to the footer or header area of printed document!");
}

with(milonic=new menuname("downloads")){
style=subMenuStyle;
aI("text=Evaluation Software;url=print-management/downloads.htm;separatorsize=1");
aI("text=Manuals;url=print-management/downloads.htm;separatorsize=1");
}

with(milonic=new menuname("price")){
style=subMenuStyle;
aI("text=CZ Print Job Tracker;url=print-management/price_print_tracker.htm;separatorsize=1");
aI("text=CZ Print Release Station;url=print-management/price_print_station.htm;separatorsize=1");
aI("text=CZ Copier Tracking System;url=print-management/price_copy_tracking.htm;separatorsize=1");
aI("text=CZ Print Polish Marker;url=print-management/price-print-polish-marker.htm;separatorsize=1");
}

with(milonic=new menuname("customers")){
style=subMenuStyle;
aI("text=Business;url=print-management/references.htm;separatorsize=1");
aI("text=Education;url=print-management/reference.htm;separatorsize=1");
}

with(milonic=new menuname("about")){
style=subMenuStyle;
aI("text=Contact;url=print-management/contact.htm;separatorsize=1");
aI("text=Schedule a Live Demo;url=print-management/contact.htm#demo;separatorsize=1");
aI("text=Find a Reseller;url=print-management/resellers.htm;separatorsize=1");
aI("text=Become our Reseller;url=https://cp.shareit.com/shareit/reseller/signup.html?publisherid=200001713&md5=3f7583c943c66fcad52665a1afafdf2e;separatorsize=1");
aI("text=Articles;url=print-management/print-management-article.htm;separatorsize=1");
}

drawMenus();
