	var NoOffFirstLineMenus=7;						// Number of first level items
	var HighBgColor='black';						// Background color when mouse is over
	var LowBgColor='black';							// Background color when mouse is not over
	var HighSubBgColor='green';						// Background color when mouse is over on subs
	var LowSubBgColor='black';						// Background color when mouse is not over on subs
	var FontHighColor='yellow';						// Font color when mouse is over
	var FontLowColor='white';						// Font color when mouse is not over
	var FontSubHighColor='yellow';					// Font color subs when mouse is over
	var FontSubLowColor='white';					// Font color subs when mouse is not over
	var BorderColor='';								// Border color
	var BorderSubColor='';							// Border color for subs
	var BorderWidth=0;								// Border width
	var BorderBtwnElmnts=0;							// Border between elements 1 = on or 0 = off
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;									// Font size menu items
	var FontBold=1;									// Bold menu items 1 = bold or 0 = not bold
	var FontItalic=0;								// Italic menu items 1 = italic or 0 = not italic
	var MenuTextCentered='center';					// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';						// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';					// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.05;							// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;					// vertical overlap child/ parent
	var StartTop=182;								// Menu offset x coordinate (in pixels)
	var StartLeft=-58;								// Menu offset y coordinate (in pixels)
	var VerCorrect=0;								// Multiple frames y correction
	var HorCorrect=0;								// Multiple frames x correction
	var LeftPaddng=4;								// Left padding
	var TopPaddng=4;								// 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=400;							// 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 = enabled or 0 = disabled
	var MenuWrap=1;									// enables/ disables menu wrap  1 = enabled or 0 = disabled
	var RightToLeft=0;								// enables/ disables right to left unfold  1 = enabled or 0 = disabled
	var UnfoldsOnClick=0;							// Level 1 unfolds 1 = onclick or 0 = onmouseover
	var WebMasterCheck=0;							// menu tree checking on or off 1 = on or 0 = off
	var ShowArrow=0;								// Uses arrow gifs when 1
	var KeepHilite=1;								// Keep selected path highligthed
	var Arrws=0;									// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


//Menu tree

//Menu#=new Array("Text to show","Link","background image (optional)",number of sub elements,height,width);

//width value is only necessary on each initial sub link. Any subsiquent link(s) under the same sub menu
//should not have a width value

//Optimal heights are: 1 line=20, 2 lines=35, 3 lines=48

//Optimal widths are: Main Navigation= 110, Sub links=120

//For rollover images set "Text to show" to: "rollover:Image1.jpg:Image2.jpg"

//Menu will not show if below code is formatted incorrectly



Menu1=new Array("","","",0,18,10);

Menu2=new Array("rollover:images/about_off.jpg:images/about_on.jpg","company.html","",5,18,110);
	Menu2_1=new Array("rollover:images/company_off.jpg:images/company_on.jpg","company.html","",0,20,140);
	Menu2_2=new Array("rollover:images/video_off.jpg:images/video_on.jpg","video.html","",0,20,140);
	Menu2_3=new Array("rollover:images/vision_off.jpg:images/vision_on.jpg","vision.html","",0,20,140);
	Menu2_4=new Array("rollover:images/leadership_off.jpg:images/leadership_on.jpg","leadership.html","",0,20,140);
	Menu2_5=new Array("rollover:images/quality_off.jpg:images/quality_on.jpg","quality.html","",0,25,140);

Menu3=new Array("rollover:images/capabilities_off.jpg:images/capabilities_on.jpg","overview.html","",8,18,110);
	Menu3_1=new Array("rollover:images/overview_off.jpg:images/overview_on.jpg","overview.html","",0,20,140);
	Menu3_2=new Array("rollover:images/tech_off.jpg:images/tech_on.jpg","technology.html","",0,20,140);
	Menu3_3=new Array("rollover:images/services_off.jpg:images/services_on.jpg","services.html","",0,20,140);
	Menu3_4=new Array("rollover:images/equipment_off.jpg:images/equipment_on.jpg","equipment.html","",0,20,140);
	Menu3_5=new Array("rollover:images/structural_off.jpg:images/structural_on.jpg","structural.html","",0,20,140);
	Menu3_6=new Array("rollover:images/prepress_off.jpg:images/prepress_on.jpg","prepress.html","",0,20,140);
	Menu3_7=new Array("rollover:images/printing_off.jpg:images/printing_on.jpg","printing.html","",0,20,140);
	Menu3_8=new Array("rollover:images/distribution_off.jpg:images/distribution_on.jpg","distribution.html","",0,25,140);

Menu4=new Array("rollover:images/sample_off.jpg:images/sample_on.jpg","corrugated.html","",5,18,150);
	Menu4_1=new Array("rollover:images/corrugated_off.jpg:images/corrugated_on.jpg","corrugated.html","",0,20,140);
	Menu4_2=new Array("rollover:images/lamination_off.jpg:images/lamination_on.jpg","single.html","",0,20,140);
	Menu4_3=new Array("rollover:images/folding_off.jpg:images/folding_on.jpg","folding.html","",0,20,140);
	Menu4_4=new Array("rollover:images/point_off.jpg:images/point_on.jpg","point.html","",0,20,140);
	Menu4_5=new Array("rollover:images/protective_off.jpg:images/protective_on.jpg","protective.html","",0,25,140);

Menu5=new Array("Job Opportunitiesrollover:images/job_off.jpg:images/job_on.jpg","sustainability.html","",4,18,133);
	Menu5_1=new Array("rollover:images/sustainability_off.jpg:images/sustainability_on.jpg","sustainability.html","",0,20,140);
	Menu5_2=new Array("rollover:images/packaging_off.jpg:images/packaging_on.jpg","sustainabilitypackaging.html","",0,32,140);
	Menu5_3=new Array("rollover:images/certifications_off.jpg:images/certifications_on.jpg","certifications.html","",0,19,140);
	Menu5_4=new Array("rollover:images/walmart_off.jpg:images/walmart_on.jpg","walmart.html","",0,25,140);


Menu6=new Array("rollover:images/contact_off.jpg:images/contact_on.jpg","contact.html","",2,18,110);
	Menu6_1=new Array("rollover:images/contactus_off.jpg:images/contactus_on.jpg","contact.html","",0,20,140);
	Menu6_2=new Array("rollover:images/jobs_off.jpg:images/jobs_on.jpg","jobs.html","",0,25,140);


Menu7=new Array("","","",0,18,10);
