/***********************************************************************************
*	(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=3;			// Number of first level items
	var LowBgColor='#DCDEE2';			// Background color when mouse is not over
	var LowSubBgColor='#DCDEE2';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='#DCDEE2';			// Background color when mouse is over on subs
	var FontLowColor='#9A0404';			// Font color when mouse is not over
	var FontSubLowColor='#9A0404';			// Font color subs when mouse is not over
	var FontHighColor='#9A0404';			// Font color when mouse is over
	var FontSubHighColor='#184682';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,geneva";	// Font family menu items
	var FontSize=8;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=-1;				// Menu offset x coordinate
	var StartLeft=-1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// 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=1;				// 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=['images/arrow.gif',0,0,'tridown.gif',0,0,'trileft.gif',0,0];	// 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("rollover:images/link_productline.gif:images/link_productline2.gif","productline.php","",4,23,190);
Menu1_1=new Array("  Components","productline_components.php","",0,22,190);	
Menu1_2=new Array("  Fabrications","productline_fabrications.php","",0,22,190);	
Menu1_3=new Array("  Semi Finished Products","productline_semifinished.php","",0,22,190);
Menu1_4=new Array("  Modular Conveyor System","productline_conveyor.php","",0,22,190);

Menu2=new Array("rollover:images/link_machinery.gif:images/link_machinery2.gif","machinery.php","",0,23,190);

Menu3=new Array("rollover:images/link_materials.gif:images/link_materials2.gif","materials.php","",11,23,190);
Menu3_1=new Array("  Acetal Delrin","materials_acetaldelrin.php","",0,22,190);	
Menu3_2=new Array("  Acrylics","materials_acrylics.php","",0,22,190);	
Menu3_3=new Array("  Cast Nylon 6","materials_castnylon6.php","",0,22,190);	
Menu3_4=new Array("  High Performance Materials","","",5,22,190);	
Menu3_4_1=new Array("  Peek","materials_hpm_peek.php","",0,22,190);
Menu3_4_2=new Array("  PES/PEI/PSU","materials_hpm_pespeipsu.php","",0,22,190);
Menu3_4_3=new Array("  Polymide","materials_hpm_polymide.php","",0,22,190);
Menu3_4_4=new Array("  PPS","materials_hpm_pps.php","",0,22,190);
Menu3_4_5=new Array("  PVDF","materials_hpm_pvdf.php","",0,22,190);
Menu3_5=new Array("  Nylon 6 & Nylon 6.6","materials_nylon6.php","",0,22,120);	
Menu3_6=new Array("  Pet-P (Polyethtlene Terephthalate)","materials_petp.php","",0,22,190);	
Menu3_7=new Array("  Polycarbonate","materials_polycarbonate.php","",0,22,190);	
Menu3_8=new Array("  Polycarbonate For Glazing","materials_polcarbonateforglazing.php","",0,22,190);	
Menu3_9=new Array("  P.T.F.E","materials_ptfe.php","",0,22,190);	
Menu3_10=new Array("  PVC","materials_pvc.php","",0,22,190);	
Menu3_11=new Array("  Tufnol Laminates","materials_tufnollaminates.php","",0,22,190);	

