_menuCloseDelay=400 // The time delay for menus to remain visible on mouse out _menuOpenDelay=100 // 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 offsetTop=9 _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x _subOffsetLeft=0 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#15598A"; oncolor="#ffffff"; offbgcolor="#86BEE6"; offcolor="#15598A"; bordercolor="#86BEE6"; borderstyle="solid"; borderwidth=0; separatorcolor="#86BEE6"; separatorsize="2"; padding=2; fontsize="11"; fontstyle="normal"; fontfamily="tahoma"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage=""; subimagepadding="2"; } horizontalStyle= new copyOf(menuStyle) horizontalStyle.offbgcolor="#56a8cd" horizontalStyle.offcolor="#FFFFFF" horizontalStyle.oncolor="#FFFFFF" horizontalStyle.separatorimage=""; horizontalStyle.separatorsize="0"; horizontalStyle.itemheight="28"; horizontalStyle.bgimage=""; horizontalStyle.overbgimage=""; horizontalStyle.borderwidth=0; horizontalStyle.padding=4; horizontalStyle.fontweight="bold"; horizontalStyle.fontsize="10"; horizontalStyle.subimage=""; with(milonic=new menuname("Corporate")){ style=menuStyle; overflow="scroll"; aI("text=  Company History ;url=company.html;;showmenu=Company History;"); aI("text=  Values & Mission ;url=people.html;;showmenu=Value & Mission;"); aI("text=  Customers ;url=customers.html;;showmenu=Customers;"); aI("text=  Partners ;url=knowledge.html;;showmenu=Partners;"); aI("text=  Knowledge/Library ;url=brochures.htm;;showmenu=Knowledge/Library;"); aI("text=  Quality ;url=quality.html;;showmenu=Quality;"); } with(milonic=new menuname("Products")){ style=menuStyle; overflow="scroll"; aI("text=    Automated Assembly System;url=systems1.html;showmenu=Automated Assembly System;;"); aI("text=    Test Machines & Systems;url=systems_test1.html;showmenu=Test Machines & System;;"); aI("text=    Presses - Hydraulic & Air Powered;url=systems_hydrolocicpower1.html;showmenu=Presses Hydraulic & Air Powered;;"); aI("text=    Robotic Applications;url=systems_robo1.html;showmenu=Robotic Applications;;"); aI("text=    Ovens & Heating Systems;url=systems_oven_heating1.html;showmenu=Ovens & Heating Systems;;"); aI("text=    Material Handling Systems;url=systems_material_handle1.html;showmenu=Material Handling;;"); } with(milonic=new menuname("Automated Assembly System")){ style=menuStyle; overflow="scroll"; aI("text=  Steering Column Assembly System ;url=systems1.html;"); aI("text=  Automotive Interior Headliner Assembly System ;url=systems2.html;"); aI("text=  Automotive Exterior Panel System ;url=systems3.html;"); } with(milonic=new menuname("Test Machines & System")){ style=menuStyle; overflow="scroll"; aI("text=  Headliner Assembly and Test System ;url=systems_test1.html;"); aI("text=  Instrument Panel Assembly and Test System  ;url=systems_test2.html;"); aI("text=  Package Tray Assembly and Test Line Presses ;url=systems_test3.html;"); } with(milonic=new menuname("Presses Hydraulic & Air Powered")){ style=menuStyle; overflow="scroll"; aI("text=  Form and Edgefold Press  ;url=systems_hydrolocicpower1.html;"); aI("text=  Floor Console Punch Press ;url=systems_hydrolocicpower2.html;"); aI("text=  Toggle Clamp Tool Carrier ;url=systems_hydrolocicpower3.html;"); aI("text=  Metal Form and Rivet System ;url=systems_hydrolocicpower4.html;"); } with(milonic=new menuname("Robotic Applications")){ style=menuStyle; overflow="scroll"; aI("text=  Robot/Turntable Application ;url=systems_robo1.html;"); aI("text=  Robot/Cloth Handling Application  ;url=systems_robo2.html;"); aI("text=  Robot Weld Cells ;url=roboticweldcells.htm;"); aI("text=  Integrated Robotic Welding System ;url=systems_robo3.html;"); aI("text=  Robotic Beam Loader ;url=systems_robo4.html;"); aI("text=  Robotic De-Burr System ;url=systems_robo5.html;"); } with(milonic=new menuname("Ovens & Heating Systems")){ style=menuStyle; overflow="scroll"; aI("text=  Precision Vinyl Oven  ;url=systems_oven_heating1.html;"); aI("text=  Precision Dual Function Oven ;url=systems_oven_heating2.html;"); aI("text=  Thermoforming Infrared Ovens  ;url=systems_oven_heating3.htm;"); aI("text=  Form Tool Heating System ;url=systems_oven_heating4.html;"); } with(milonic=new menuname("Material Handling")){ style=menuStyle; overflow="scroll"; aI("text=  Roll to Blank Feeding System ;url=systems_material_handle1.html;"); aI("text=  Fiber Board Loading and Transfer System ;url=systems_material_handle2.html;"); } with(milonic=new menuname("Contact")){ style=menuStyle; overflow="scroll"; } with(milonic=new menuname("Ad Gallery")){ style=menuStyle; overflow="scroll"; aI("text=  TV Commercials ;url=/section/tvcommercial?site=hp_en_IN_i;;"); aI("text=  Advertising Campaigns ;url=/section/advertisingcampaign?site=hp_en_IN_i;;"); } with(milonic=new menuname("Events")){ style=menuStyle; overflow="scroll"; } with(milonic=new menuname("Promotions")){ style=menuStyle; overflow="scroll"; } with(milonic=new menuname("Main Menu")) { alwaysvisible=1; orientation="horizontal"; style=horizontalStyle; position="relative"; aI("text=                                  ;bgimage=images/index_03.jpg;overbgimage=images/index_03.jpg;showmenu=Corporate;url=company.html"); aI("text=                            ;bgimage=images/index_04.jpg;overbgimage=images/index_04.jpg;showmenu=Products;url=systems_main.html;"); aI("text=                           ;bgimage=images/index_05.jpg;overbgimage=images/index_05.jpg;showmenu=Where to Buy;url=services.html;"); aI("text=                           ;bgimage=images/index_07.jpg;overbgimage=images/index_07.jpg;showmenu=Support;url=careers.html;"); aI("text=                                       ;bgimage=images/index_06.jpg;overbgimage=images/index_06.jpg;showmenu=Press Room;url=workstations.html;"); aI("text=                                    ;bgimage=images/index_08.jpg;overbgimage=images/index_08.jpg;showmenu=Capabilities;url=capability.html;"); aI("text=                                    ;bgimage=images/index_09.jpg;overbgimage=images/index_09.jpg;showmenu=Contact;url=contactus.html;"); } drawMenus()