//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");

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","Products","products/processcontrol.asp","Management<BR>&nbsp;Systems Products","products/processmanagement.asp");
makeSub(4,360,198,"Overview","products/valve_automation_overview.asp","Products","products/valve_automation.asp");



writeMenus();
startup();