/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#BCB99C';
	var HighBgColor='#EEEDE0';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='#ffffff';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='';
	var MenuVerticalCentered='top';
	var LowSubBgColor='#87856E';			// Background color when mouse is not over on subs
	var HighSubBgColor='#EEEDE0';			// Background color when mouse is over on subs
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderSubColor='white';			// Border color for subs
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=9;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=250;			// 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';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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

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 image set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

	
	Menu1=new Array("","","image/sole.gif",0,24,22);
	Menu2=new Array("rollover:image/menu_about.gif:image/menu_about1.gif","#","",4,24,93);
	Menu2_1=new Array("Company Profile","profile.htm","",0,17,97); 
	Menu2_2=new Array("Goals","#","",2,17,98); 
		Menu2_2_1=new Array("Strategic Goals","sttarget.htm","",0,17,97); 
		Menu2_2_2=new Array("Tactical Goals","tttarget.htm","",0,17,97); 
	Menu2_3=new Array("Mission & Vision","mveng.htm","",0,17,97); 
	Menu2_4=new Array("Certificates","certificates.htm","",0); 
	


	Menu3=new Array("rollover:image/menu_act.gif:image/menu_act1.gif","activities.htm","",6,24,141);
		Menu3_1=new Array("  Compounding","compounding.htm","",0,17,141); 	
		Menu3_2=new Array("  Brake Diaphragms","membrane.htm","",0,17,0); 
		Menu3_3=new Array("  Home Appliance Industry","beyaze.htm","",0,17,0); 
		Menu3_4=new Array("  Automotive Industry","otomotive.htm","",0,17,0); 
		Menu3_5=new Array("  Profiles / Hoses","profiling.htm","",0,17,0); 
		Menu3_6=new Array("  Other","other.htm","",0,17,0);  
	
	Menu4=new Array("rollover:image/menu_quality.gif:image/menu_quality1.gif","#","",6,24,91); 
		Menu4_1=new Array("  Commitment To Quality","Commitment.htm","",0,17,150); 	
		Menu4_2=new Array("  Quality Policy","quality.htm","",0,17,0); 
		Menu4_3=new Array("  Our Environment, H&S Policy","Environmental.htm","",0,17,0); 
		Menu4_4=new Array("  Strategic Planning Cycle","steng.htm","",0,17,0); 
		Menu4_5=new Array("  Strategic Principles","Princip.htm","",0,17,0); 
		Menu4_6=new Array("  Certificates","certificates.htm","",0,17,0); 

	Menu5=new Array("rollover:image/menu_news.gif:image/menu_news1.gif","news.asp","",0,24,83); 

	Menu6=new Array("rollover:image/menu_hr.gif:image/menu_hr1.gif","#","",4,24,161); 
		Menu6_1=new Array("   Human Resources Policy","hrpolicy.htm","",0,17,151); 
		Menu6_2=new Array("   Organization","orstrc.htm","",0,17,143); 
		Menu6_3=new Array("   Career Opportunities","jobopor.htm","",0,17,143); 
		Menu6_4=new Array("   Job Application Form","jobapply.htm","",0,17,143); 

	Menu7=new Array("rollover:image/menu_re.gif:image/menu_re1.gif","references.htm","",0,24,118); 


