//Copyright 2001 Harold Blackorby. All Rights Reserved.
//makeMenu: ID, X, Y, MenuItem,SubMenuID(Zero if none),URL...repeat as desired.
//To call, run showMenu('menu1',X,Y) Where "menu1" is "menu" + the menu ID and X and Y are the XY coordinates to show up
//Submenus are called automatically from the attached main menu.

makeMenu(1,247,50,"Control Valves <BR>&nbsp;& Regulators",1,"../products/control1.asp", "Experitec Specialty<BR>&nbsp;Products",0,"../products/specialty.asp","Measurement<BR>&nbsp;Instrumentation",2,"../products/measurement1.asp", "Process Control <BR>&nbsp;& Automation",3,"../products/process1.asp", "PlantWeb",0,"../products/plantweb.asp", "Valve Automation",4,"../products/valve_automation_overview.asp");
makeMenu(2,577,50,"Chemical",0,"../industries/chemical.asp","Contractor & OEM",0,"../industries/contractor.asp","Food & Beverage",0,"../industries/food.asp","Gas Production <BR>&nbsp;& Distribution",0,"../industries/gas.asp", "Life Sciences",0,"../industries/lifesciences.asp", "Power Generation",0,"../industries/power.asp", "Refining",0,"../industries/refining.asp");

//makeMenu(3,485,163,"asdfasdf",0,"../products/control1.asp","Operator Training Systems",0,"../solutions/systems.asp","System Rentals",0,"../solutions/rentals.asp");
makeSub(1,360,50,"Overview","../products/control1.asp","Products","../products/control2.asp","Regulators","../products/regulators.asp","Fisher Products","../products/fisher.asp");
makeSub(2,360,116,"Overview","../products/measurement1.asp","Products","../products/measurement2.asp");
makeSub(3,360,146,"Overview","../products/process1.asp","Management<BR>&nbsp;Systems Products","../products/processmanagement.asp");
makeSub(4,360,198,"Overview","../products/valve_automation_overview.asp","Products","../products/valve_automation.asp");


//makeSub(3,625,215,"Application & Capabilities","../solutions/r_application.asp","Solution Bulletin","../solutions/r_bulletin.asp","Case Studies","../solutions/r_studies.asp","Contact","../contact/index.asp?section=System%20Rentals");

//makeMenu(3,565,163,"FAQ's",0,"../support/faqs.asp","Ask the Experts",0,"../support/ask.asp","Contact",0,"../contact/index.asp?section=Mynah%20Support");
//makeMenu(4,389,163,"Application Guide",0,"../flexconnect/guide.asp","Contact",0,"../contact/index.asp?section=Flex%20Connect");
//makeMenu(5,300,163,"Serial Drivers",2,"../iodrivers/serial_io_drivers.asp","PLC I/O Interface",3,"../iodrivers/plc_io_interface.asp");

//makeMenu(6,92,163,"Mimic",1,"../software/");
//makeSub(1,230,163,"Mimic Bulletin","../software/bulletin.asp","Mimic Solutions","../software/solutions.asp","Simvox Users","../software/simvox.asp","Contact", "../contact/index.asp?section=Process%20Simulation%20Software");
//makeSub(2,440,163,"Available I/O","../iodrivers/available_io.asp","Contact","../contact/index.asp?section=Serial%20Drivers");
//makeSub(3,440,182,"Available I/O","../iodrivers/available_io2.asp","Contact","../contact/index.asp?section=PLC%20I/O%20Interface%20Drivers");


writeMenus();
startup();