	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#666D85';			// Background color when mouse is not over
	var LowSubBgColor='#666D85';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// 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='#666D85';			// Font color when mouse is over
	var FontSubHighColor='#666D85';			// Font color subs when mouse is over
	var BorderColor='#666D85';			// Border color
	var BorderSubColor='#666D85';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=110;				// 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=3;				// Left padding
	var TopPaddng=2;				// 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=500;			// 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=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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","index.htm","",1,20,80);
	Menu1_1=new Array("Copyright","copyright_uk.htm","",0,20,120);
	
Menu2=new Array("Company","profil_uk.htm","",2,20,80);
	Menu2_1=new Array("Profile","profil_uk.htm","",0,20,120);
	Menu2_2=new Array("Finansial","soliditet.htm","",0,20,200);
	Menu2_3=new Array("Around the globe","around.htm","",0,20,200);
	
Menu3=new Array("Solutions","","",3);
	Menu3_1=new Array("Wind Energy","wind_uk.htm","",1,20,150);
		Menu3_1_1=new Array("References","wind_ref_uk.htm","",0,20,150);
	Menu3_2=new Array("Wastewater","sol_water_uk.htm","",0,20,150);
	Menu3_3=new Array("AirTech","tst_uk.htm","",2,20,150);
		Menu3_3_1=new Array("Baghousefilter","tst_uk.htm","",0,20,150);
		Menu3_3_2=new Array("Particulate Monitor","sol_instrument.htm","",0,20,150);
	Menu3_4=new Array("Spare Parts","goyen_uk.htm","",2,20,150);		
		Menu3_4_1=new Array("Goyen","diaphragm_uk.htm","",2,20,125);
			Menu3_4_1_1=new Array("Goyen Diaphragm valves","diaphragm_uk.htm","",0,20,125);
			Menu3_4_1_2=new Array("puls controlers","goyen_puls_uk.htm","",0,20,2000);			
		Menu3_4_2=new Array("Mecair Diaphragm valves","mecdia_uk.htm","",2,20,200);			
			Menu3_4_2_1=new Array("Mecair puls controlers","mecair_puls_uk.htm","",0,20,125);
			Menu3_4_2_2=new Array("Diaphragm valves","mecdia_uk.htm","",0,20,200);
	
Menu4=new Array("Contact us","kontakt_uk.htm","",0,20,80);
	Menu4_1=new Array("Contact us","kontakt_uk.htm","",0,20,80);
		
Menu5=new Array("Login","","",2);
	Menu5_1=new Array("Customer","intranet/index.htm","",0,20,80);
	Menu5_2=new Array("Intranet","intranet/index.htm","",0,20,80)
	

