/***********************************************************************************
*	(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=7;			// Number of first level items
	var LowBgColor='#b93019';			// Background color when mouse is not over
	var LowSubBgColor='#666666';			// Background color when mouse is not over on subs
	var HighBgColor='#b93019';			// Background color when mouse is over
	var HighSubBgColor='#333333';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#f4f90b';			// Font color when mouse is over
	var FontSubHighColor='#cccccc';			// Font color subs when mouse is over
	var BorderColor='#b93019';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.5;			// vertical overlap child/ parent
	var StartTop=134;				// Menu offset x coordinate
	var StartLeft=210;				// 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=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='MenuPos';				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'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("HOME","http://www.joa.com/index.html","",0,15,53);

Menu2=new Array("COMPANY","http://www.joa.com/company/company.html","",10,15,80);
	Menu2_1=new Array("A Philosophy of Success","http://www.joa.com/company/company.html","","",20,170);
	Menu2_2=new Array("About Us","http://www.joa.com/company/co_about_us.html","","",20,170);
	Menu2_3=new Array("Executive Management","http://www.joa.com/company/co_management.html","","",20,170);
	Menu2_4=new Array("Locations","http://www.joa.com/company/co_us.html","",2,20,170);
		Menu2_4_1=new Array("Wisconsin, USA","http://www.joa.com/company/co_us.html","",0,20,170);
		Menu2_4_2=new Array("Hamburg, Germany","http://www.joa.com/contact/contact_europe.html","",0,20,170);
	Menu2_5=new Array("History","http://www.joa.com/company/co_history.html","","",20,170);
	Menu2_6=new Array("Security","http://www.joa.com/company/co_security.html","","",20,170);
	Menu2_7=new Array("Visiting JOA","http://www.joa.com/company/co_visiting.html","",2,20,170);
		Menu2_7_1=new Array("Guidelines","http://www.joa.com/company/co_visiting.html","",0,20,170);
		Menu2_7_2=new Array("Resources","http://www.joa.com/company/co_resources.html","",0,20,170);
	Menu2_8=new Array("News","http://www.joa.com/company/co_news.html","","",20,170);
	Menu2_9=new Array("Corporate Literature","http://www.joa.com/company/co_literature.html","","",20,170);
	Menu2_10=new Array("JOA Gear","http://www.joa.com/company/co_joagear.html","","",20,170);
		
Menu3=new Array("PRODUCTS","http://www.joa.com/products/products.html","",8,15,87);
	Menu3_1=new Array("J-20 Light Inco Machine","http://www.joa.com/products/products_j20lim.html","",0,20,165);
	Menu3_2=new Array("J-4 Baby Diaper Machine","http://www.joa.com/products/products_j4bdm.html","",0);
	Menu3_3=new Array("J-6 Baby Diaper Machine","http://www.joa.com/products/products_j6bdm.html","",0);
	Menu3_4=new Array("J-4 Baby Pant Machine","http://www.joa.com/products/products_j4bpm.html","",0);
	Menu3_5=new Array("J-4 Adult Brief Machine","http://www.joa.com/products/products_j4abm.html","",0);
	Menu3_6=new Array("J-6 Adult Brief Machine","http://www.joa.com/products/products_j6abm.html","",0);
	Menu3_7=new Array("J-4 Adult Pant Machine","http://www.joa.com/products/products_j4apm.html","",0);
	Menu3_8=new Array("J-6 Underpad Machine","http://www.joa.com/products/products_j6upm.html","",0);
	
Menu4=new Array("PROCESS DEVELOPMENT","http://www.joa.com/process/process.html","",15,15,174);
	Menu4_1=new Array("Fluff Mat Forming","http://www.joa.com/process/fluff.html","",0,20,180);
	Menu4_2=new Array("Pneumatic Mixing","http://www.joa.com/process/pneumatic.html","",0);
	Menu4_3=new Array("Conveying","http://www.joa.com/process/convey.html","",0);
	Menu4_4=new Array("Compression Systems","http://www.joa.com/process/debulk.html","",0);
	Menu4_5=new Array("Web Cutting","http://www.joa.com/process/webcut.html","",0);
	Menu4_6=new Array("Unwind Systems","http://www.joa.com/process/unwind.html","",0);
	Menu4_7=new Array("Web Processing","http://www.joa.com/process/handle.html","",0);
	Menu4_8=new Array("Slip Cut Units","http://www.joa.com/process/slipcut.html","",0);
	Menu4_9=new Array("Bonding","http://www.joa.com/process/bonding.html","",0);
	Menu4_10=new Array("Liquid Applications to Web","http://www.joa.com/process/liquid.html","",0);
	Menu4_11=new Array("Curved Elastic","http://www.joa.com/process/elastic.html","",0);
	Menu4_12=new Array("Turning Devices","http://www.joa.com/process/turning.html","",0);
	Menu4_13=new Array("Longitudinal Folding","http://www.joa.com/process/folder2.html","",0);
	Menu4_14=new Array("Cross Folding Systems","http://www.joa.com/process/folder1.html","",0);
	Menu4_15=new Array("Stacking Systems","http://www.joa.com/process/stacker.html","",0);

Menu5=new Array("rollover:services.gif:services.gif","http://www.joa.com/services/services_engineering.html","",7,15,78);
	Menu5_1=new Array("Engineering","http://www.joa.com/services/services_engineering.html","",0,20,170);
	Menu5_2=new Array("Technical Services","http://www.joa.com/services/services_technical.html","",0);
	Menu5_3=new Array("Research & Development","http://www.joa.com/services/services_rd.html","",0);
	Menu5_4=new Array("Upgrades & Retrofits","http://www.joa.com/services/services_upgrades.html","",0);
	Menu5_5=new Array("Parts","http://www.joa.com/services/services_parts.html","",0);
	Menu5_6=new Array("Machining","http://www.joa.com/services/services_machining.html","",0);
	Menu5_7=new Array("Assembly","http://www.joa.com/services/services_assembly.html","",0);

Menu6=new Array("CAREERS","http://www.joa.com/careers/careers.html","",3,15,78);
	Menu6_1=new Array("Careers at JOA","http://www.joa.com/careers/careers.html","",0,20,100);
	Menu6_2=new Array("How to Apply","http://www.joa.com/careers/careers_apply.html","",0);
	Menu6_3=new Array("Openings","http://www.joa.com/careers/careers_openings.html","",0);

Menu7=new Array("CONTACT","http://www.joa.com/contact/contact_us.html","",2,15,80);
	Menu7_1=new Array("Wisconsin, USA","http://www.joa.com/contact/contact_us.html","",0,20,140);
	Menu7_2=new Array("Hamburg, Germany","http://www.joa.com/contact/contact_europe.html","",0);
