/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#cc0000';			// Background color when mouse is not over
	var LowSubBgColor='blue';			// Background color when mouse is not over on subs
	var HighBgColor='red';			// Background color when mouse is over
	var HighSubBgColor='#3333cc';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='red';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,helvetica"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=125;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['../JavaScript/tri.gif',5,10,'../JavaScript/tridown.gif',10,5,'../JavaScript/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("<b>&nbsp;&nbsp;Home</b>","http://www.centricut.com","",0,20,120);

Menu2=new Array("<b>&nbsp;&nbsp;What's New</b>","","",2);
	Menu2_1=new Array("New Products","Plasma_Cutting_New_Products.htm","",0,20,120);
	Menu2_2=new Array("Press Releases","Centricut_Press_Releases.htm","",0);
		
Menu3=new Array("<b>&nbsp;&nbsp;Products</b>","","",11);
	Menu3_1=new Array("Laser Cutting","Laser_cutting.htm","",0,20,120);
	Menu3_2=new Array("Laser Lens","Laser_lenses.htm","",0);
	Menu3_3=new Array("MIG Welding","MIG_Oxyfuel_cutting.htm","",0);
	Menu3_4=new Array("New Product Development","Product_dev.htm","",0);
	Menu3_5=new Array("Online Catalog","http://catalog.centricut.com/e/","",0);
	Menu3_6=new Array("Plasma Cutting","Plasma_Cutting.htm","",0);
	Menu3_7=new Array("Plasma Torches","Plasma_cutting_torches.htm","",0);
	Menu3_8=new Array("Product Info Request Form","requestform_new.cfm","",0);
	Menu3_9=new Array("SilverLine Technology","SilverLine_electrodes.htm","",0);
	Menu3_10=new Array("System Upgrade","Upgrade_Hypertherm_Plasma_Systems.htm","",0);
	Menu3_11=new Array("Training Video","Training_Video.htm","",0);

Menu4=new Array("<b>&nbsp;&nbsp;Services</b>","","",9);
    Menu4_1=new Array("FAQ's","Questions_about_plasma_cutting.htm","",0,20,120);
	Menu4_2=new Array("Return Policy","ReturnPolicy.pdf","",0);
	Menu4_3=new Array("Sample Parts","samples_new.cfm","",0);
	Menu4_4=new Array("Service Station","Plasma_cutting_service_stations.htm","",0);
	Menu4_5=new Array("Technical Support","Technical_Support_team.htm","",0);
	Menu4_6=new Array("Testimonials","Testimonials.htm","",0);
	Menu4_7=new Array("Training Articles","Training_Articles.htm","",0);
	Menu4_8=new Array("Training Information","Training_Articles.htm","",0);
	Menu4_9=new Array("Used Equipment","used_new.cfm","",0);
	
Menu5=new Array("<b>&nbsp;&nbsp;Resources</b>","","",9);
    Menu5_1=new Array("AWS","http://www.aws.org","",0,20,120);
	Menu5_2=new Array("Centricut Mexico","Mexico.htm","",0);
	Menu5_3=new Array("Brasil.htm","Brasil.htm","",0);
	Menu5_4=new Array("FMA","http://www.fmametalfab.org","",0);
	Menu5_5=new Array("Hypertherm","http://www.hypertherm.com","",0);
	Menu5_6=new Array("Hypertherm Automation","http://www.hyperthermautomation.com","",0);
	Menu5_7=new Array("Metalworking Info.","http://www.metalworkinginfo.com","",0);
	Menu5_8=new Array("SME","http://www.sme.org","",0);
	Menu5_9=new Array("Tradeshows & Seminars","Tradeshows_Seminars.htm","",0);
		
Menu6=new Array("<b>&nbsp;&nbsp;Contact Us</b>","","",4);
	Menu6_1=new Array("About Us","About_Us.htm","",0,20,140);	
	Menu6_2=new Array("Email Us","mailto:websales@centricut.com?subject=www.centricut.com","",0);
	Menu6_3=new Array("Employment Opportunities","Employment_Opportunities.htm","",0);
	Menu6_4=new Array("Locations","Worldwide_locations_2004.htm","",0);