_menuCloseDelay=500 // The delay for menus to remain visible on mouse off _menuOpenDelay=150 // The delay for opening menus on mouse over _subOffsetTop=0; // Sub menu offset Top position _subOffsetLeft=0; // Sub menu offset Left position blue="#014e9c"; space="     "; with(horizStyle=new mm_style()){ // On choice background color onbgcolor=blue; // On choice text color oncolor="#FFFFFF"; // Off choice background color offbgcolor="#CECFCE"; // Off choice text color offcolor="#000000"; // Navigated choice text color pagecolor="#ffffff"; // Navigaged choice background color pagebgcolor="#9E9E9E"; pagebgcolor="#B9B9B9"; headercolor="#000000"; headerbgcolor="#ffffff"; //bordercolor="#66a26a"; //borderstyle="outset"; borderwidth=0; separatorcolor="#9E9E9E"; separatorsize=1; separatorpadding=3; padding=4; fontsize="10px"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; //high3dcolor="#0000FF"; //high3dcolor="#CECFCE"; //low3dcolor="#FF0000"; //low3dcolor="#CECFCE"; swap3d=1; //menubgimage="backoff_green1.gif"; //imagepadding="3px 5px 3px 3px"; //subimage="/images/icons/arrows/downboxed-grey.gif"; //onsubimage="/images/icons/arrows/downboxed-solid_blue.gif"; overfilter="Fade(overlap=1.00, duration=0.3)"; } with(vertStyle=new mm_style()){ // On choice background color onbgcolor=blue; // On choice text color oncolor="#FFFFFF"; // Off choice background color offbgcolor="#EEEEEE"; // Off choice text color offcolor="#111111"; // Navigated choice text color pagecolor="#000000"; // Navigaged choice background color pagebgcolor="#F8F8F8"; headercolor="#000000"; headerbgcolor="#ffffff"; //bordercolor="#66a26a"; //borderstyle="outset"; borderwidth=0; separatorcolor="#9E9E9E"; separatorsize=1; separatorpadding=0; padding=5; fontsize="11px"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; //high3dcolor="#0000FF"; //low3dcolor="#FF0000"; //swap3d=1; //menubgimage="backoff_green1.gif"; imagepadding="3px 5px 3px 3px"; //subimage="/images/icons/arrows/rightboxed-grey.gif"; //onsubimage="/images/icons/arrows/rightboxed-solid_blue.gif"; overfilter="Inset(duration=0.1)"; outfilter="Fade(overlap=1.00, duration=0.4)"; } with(milonic=new menuname("Main Menu")){ top = 54; screenposition="center"; style = horizStyle; alwaysvisible = 1; orientation="horizontal" margin=2; aI("text="+space+"HOME"+space+";url=/;title=Back to Home Page;"); aI("showmenu=PRODUCTS;text="+space+"PRODUCTS"+space+";"); aI("showmenu=BRANDS;text="+space+"BRANDS"+space+";"); aI("showmenu=NEWS;text="+space+"NEWS"+space+";"); aI("showmenu=CONTACT;text="+space+"CONTACT"+space+";"); aI("showmenu=ABOUT_US;url=/about_us.php;text="+space+"ABOUT US"+space+";"); } with(milonic=new menuname("PRODUCTS")){ overflow="scroll"; style=vertStyle; aI("text=Heavy Duty Snow & Ice Control;url=/heavy-duty_snow_and_ice_control.php;showmenu=HD") aI("text=Custom Construction Forms;url=/custom_construction_forms.php;showmenu=CCF") aI("text=Contract Manufacturing Services;url=/contract_manufacturing.php;") } with(milonic=new menuname("HD")){ style=vertStyle; aI("text=Streets & Highways;url=/market.php?market_id=2;"); aI("text=Airports;url=/market.php?market_id=1;"); aI("text=Slideshow All;url=/slideshow.php;"); } with(milonic=new menuname("CCF")){ style=vertStyle; aI("text=Circular Tunnel;url=/circular_tunnel.php;"); aI("text=Vehicular Tunnel;url=/vehicular_tunnel.php;"); aI("text=Shaft;url=/shaft.php;"); aI("text=The \"AirCar\"™ System;url=/aircar.php;"); aI("text=Our History;url=/form_history.php;"); aI("text=Contact;url=/contact2.php;"); } with(milonic=new menuname("BRANDS")){ style=vertStyle; aI("text=Wausau;url=/brand.php?brand_id=1;image=/images/brands/13px/wausau.gif"); aI("text=Everest;url=/brand.php?brand_id=2;image=/images/brands/13px/everest.gif"); aI("text=Snogo;url=/brand.php?brand_id=3;image=/images/brands/13px/snogo.gif"); aI("text=American Sno-Plows;url=/brand.php?brand_id=4;image=/images/brands/13px/americansnowplows.gif"); aI("text=Frink America;url=/brand.php?brand_id=5;image=/images/brands/13px/frink.gif"); aI("text=Tyler Ice;url=/brand.php?brand_id=0;image=/images/brands/13px/tylerice.gif"); } with(milonic=new menuname("NEWS")){ style=vertStyle; aI("text=New Products;url=/news.php?page=news_products;"); aI("text=Press Releases;url=/news.php?page=news;"); aI("text=Trade Shows;url=/news.php?page=tradeshows;"); } with(milonic=new menuname("CONTACT")){ style=vertStyle; aI("text=Parts & Service;url=/parts_and_service.php;"); aI("text=Sales Reps;url=/sales_representatives.php;"); aI("text=Find a Dealer;url=/dealer.php;") aI("text=Construction Forms;url=/contact2.php;"); aI("text=Contract Manufacturing;url=/contract_manufacturing.php;"); aI("text=Corporate;url=/contact.php;"); } with(milonic=new menuname("DEALERS")){ style=vertStyle; aI("text=Wausau;url=/brand.php?brand_id=1;image=/images/brands/13px/wausau.gif"); aI("text=Everest;url=/brand.php?brand_id=2;image=/images/brands/13px/everest.gif"); aI("text=Snogo;url=/brand.php?brand_id=3;image=/images/brands/13px/snogo.gif"); aI("text=American Sno-Plows;url=/brand.php?brand_id=4;image=/images/brands/13px/americansnowplows.gif"); aI("text=Frink America;url=/brand.php?brand_id=5;image=/images/brands/13px/frink.gif"); aI("text=Tyler Ice;url=/sales_rep.php?id=12;image=/images/brands/13px/tylerice.gif"); } with(milonic=new menuname("ABOUT_US")){ style=vertStyle; aI("text=Who We Are;url=/about_us.php;"); aI("text=Vision and Values;url=/company_values.php;"); aI("text=Careers;url=/under_construction.php;"); } drawMenus();