/*
 *  This File is Created with a CMS
 *
*/

_menuCloseDelay = 500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay = 0            // The time delay before menus open on mouse over
_followSpeed = 5                // Follow scrolling speed
_followRate = 40                // Follow scrolling Rate
_subOffsetTop = 0              // Sub menu top offset
_subOffsetLeft = 0            // Sub menu left offset
_scrollAmount = 3               // Only needed for Netscape 4.x
_scrollDelay = 20               // Only needed for Netcsape 4.x


//http://www.milonic.com/styleproperties.php
with (menuStyle_topMenu = new mm_style()) {
    bordercolor = "#296488";
    borderstyle = "solid";
    //borderwidth=1;
    fontfamily = "Tahoma";
    fontsize = "100%";
    fontstyle = "normal";
    fontweight = "bold";
    headerbgcolor = "#ffffff";
    headercolor = "#666666";
    offbgcolor = "#F6FAFD";
    offcolor = "#666666";
    //onbgcolor="#4F8EB6";
    onbgcolor = "#F6FAFD";
    oncolor = "#0093D0";
    outfilter = "randomdissolve(duration=0.3)";
    overfilter = "Fade(duration=0.2);";
    pagebgcolor = "#F6FAFD";
    pagecolor = "#666666"; //This is the select page section
    separatorcolor = "#999999";
    separatorsize = 1;
    separatorpadding = "5";
    //subimage="/menuimages/arrow.gif";
    //subimagepadding=2;
}

with (menuStyle_subMenu = new mm_style()) {
    oncolor = "#000000";
    offcolor = "#FFFFFF";
    pagecolor = "#FFFFFF";
    onbgcolor = "#6880AB"; //#6880AB
    offbgcolor = "#516C9B";
    pagebgcolor = "#516C9B";
    bordercolor = "#516C9B"; //#296488
    borderstyle = "solid";
    borderwidth = 1;
    separatorcolor = "#000000"; //#2D729D
    separatorsize = "1";
    padding = 5;
    fontsize = "100%";
    fontstyle = "normal";
    fontweight = "500";
    fontfamily = "Tahoma";
    headercolor = "#000000";
    headerbgcolor = "#ffffff";
    subimage = "/includes/menu/arrow.gif";
    subimagepadding = "2";
    itemwidth = 100;
    overfilter = "Fade(duration=0.2);";
    outfilter = "Fade(duration=0.2)";
    //offclass="DropDownSubMenu";
    align = "left";
}

with (menuStyle_subMenu2 = new mm_style()) {
    oncolor = "#000000";
    offcolor = "#000000";
    pagecolor = "black";
    onbgcolor = "#6880AB"; //#5486BC
    offbgcolor = "#DFEBEF";
    pagebgcolor = "#DFEBEF";
    bordercolor = "#000000"; //#296488
    borderstyle = "solid";
    borderwidth = 1;
    separatorcolor = "#000000"; //#2D729D
    separatorsize = "1";
    padding = 5;
    fontsize = "70%";
    fontstyle = "normal";
    fontweight = "500";
    fontfamily = "Tahoma";
    headercolor = "#000000";
    headerbgcolor = "#ffffff";
    subimage = "/includes/menu/arrow.gif";
    subimagepadding = "2";
    itemwidth = 150;
    overfilter = "Fade(duration=0.2);";
    outfilter = "Fade(duration=0.2)";
    //offclass="DropDownSubMenu";
    align = "left";
}

with (menuStyle_subMenu3 = new mm_style()) {
    oncolor = "#000000";
    offcolor = "#000000";
    pagecolor = "black";
    onbgcolor = "#EBECED"; //#5486BC
    offbgcolor = "#F5F6F9";
    pagebgcolor = "#EBECED";
    bordercolor = "#000000"; //#296488
    borderstyle = "solid";
    borderwidth = 1;
    separatorcolor = "#000000"; //#2D729D
    separatorsize = "1";
    padding = 5;
    fontsize = "70%";
    fontstyle = "normal";
    fontweight = "500";
    fontfamily = "Tahoma";
    headercolor = "#000000";
    headerbgcolor = "#ffffff";
    subimage = "/includes/menu/arrow.gif";
    subimagepadding = "2";
    itemwidth = 150;
    overfilter = "Fade(duration=0.2);";
    outfilter = "Fade(duration=0.2)";
    //offclass="DropDownSubMenu";
    align = "left";
}
with(milonic=new menuname("1")){
style=menuStyle_subMenu;
overflow="scroll";
aI("text=Printers;url=/products/printers.aspx;");
aI("text=Printer Supplies;url=/products/Printer_Consumables.aspx;");
aI("text=Printer Mechanisms;url=/products/Printer_Mechanisms.aspx;");
aI("text=Printer Accessories;url=/products/Printer_Accessories.aspx;");
aI("text=How to Buy;url=/products/Working_with_Telpar.aspx;");
} //close menu

with(milonic=new menuname("2")){
style=menuStyle_subMenu;
overflow="scroll";
aI("text=Consulting Services;url=/Solutions/Consulting_Services.aspx;");
aI("text=Printing Applications;url=/Solutions/Printing_Applications.aspx;");
aI("text=Custom Solutions;url=/Solutions/Custom_Solutions.aspx;");
aI("text=Customer Examples;url=/Solutions/Customer_Examples.aspx;");
} //close menu

with(milonic=new menuname("3")){
style=menuStyle_subMenu;
overflow="scroll";
aI("text=Service Requests;url=/Drivers_and_Support/Service_Requests.aspx;");
aI("text=Printer Drivers;url=/Drivers_and_Support/Printer_Drivers.aspx;");
aI("text=Manuals;url=/Drivers_and_Support/Manuals.aspx;");
aI("text=Support & Repairs;url=/Drivers_and_Support/Support.aspx;");
aI("text=Technical Bulletins;url=/Drivers_and_Support/Technical_Bulletins.aspx;");
aI("text=Technical FAQs;url=/Drivers_and_Support/Technical_FAQs.aspx;");
aI("text=Warranty;url=/Drivers_and_Support/Warranty.aspx;");
} //close menu

with(milonic=new menuname("4")){
style=menuStyle_subMenu;
overflow="scroll";
aI("text=Engineering Services;url=/Contract_Manufacturing/Engineering_Services.aspx;");
aI("text=Manufacturing Services;url=/Contract_Manufacturing/Manufacturing_Services.aspx;");
} //close menu

with(milonic=new menuname("5")){
style=menuStyle_subMenu;
overflow="scroll";
} //close menu

drawMenus();
