/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=14;			// Number of first level items
	var LowBgColor='#FFFFCC';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFCC';			// Background color when mouse is not over on subs
	var HighBgColor='#CCCCCC';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='navy';			// Font color when mouse is not over
	var FontSubLowColor='navy';			// Font color subs when mouse is not over
	var FontHighColor='navy';			// Font color when mouse is over
	var FontSubHighColor='navy';			// Font color subs when mouse is over
	var BorderColor='#999966';			// Border color
	var BorderSubColor='#999966';			// 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=7;					// 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' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=134;				// Menu offset x coordinate
	var StartLeft=32;				// 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=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// 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='';				// 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=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

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"
//	Menu5=new Array("Jeotermal Web Sayfalari","javascript:top.location.href='blank.htm'","",0);
//	Menu5_1=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,140);


Menu1=new Array("Site Map","siteMapEnglish.htm","",0,25,150);
Menu2=new Array("What is Geothermal Energy?","whatGeothermalEnergyIsEnglish.htm","",0,25,150);

Menu3=new Array("Geothermal Energy Use","","",2);
	Menu3_1=new Array("Electricity Generation","electricityProductionEnglish.htm","",0,25,130);
	Menu3_2=new Array("Direct Use","directUseEnglish.htm","",0,25,130);

Menu4=new Array("Geothermal Energy In Turkey","geoInTurkeyEnglish.htm","",0,25,150);

Menu5=new Array("About Us","","",8);
	Menu5_1=new Array("Who Are We?","whoWeAreEnglish.htm","",0,25,130);
        Menu5_2=new Array("Center Regulation","yonetmelikEnglish.htm","",0,25,130);
	Menu5_3=new Array("Executive Comittee","yonetimEnglish.htm","",0,25,130);
	Menu5_4=new Array("Where Are We?","mapEnglish.htm","",0);
	Menu5_5=new Array("R&D Department","","",1);
		Menu5_5_1=new Array("R&D Policy","RDPolicyEnglish.htm","",0,25,110);
	Menu5_6=new Array("Education Department","educationDeptEnglish.htm","",0,25,110);
	Menu5_7=new Array("Laboratories","","",5);
		Menu5_7_1=new Array("Heat Transfer& Fluid Mech.","RDHeatTransferEnglish.htm","",0,25,110);
		Menu5_7_2=new Array("Corrosion","","",0);
		Menu5_7_3=new Array("Materials","RDMaterialEnglish.htm","",0,25,110);
		Menu5_7_4=new Array("Geochemistry","RDGeoChemEnglish.htm","",0,25,110);
		Menu5_7_5=new Array("Environment","","",0);
	Menu5_8=new Array("SPO Project","drillingPhotosEnglish.htm","",0,25,110);             

Menu6=new Array("Publications","","",4);
        Menu6_1=new Array("Thesis","thesisEnglish.htm","",0,25,140);
        Menu6_2=new Array("GEOCEN Reports","geocenReportsEnglish.htm","",0,25,140);
 	Menu6_3=new Array("TESKON Geothermal Seminar Books","","",3);
                Menu6_3_1=new Array("Teskon 2001","teskon2001English.htm","",0,25,110);
	        Menu6_3_2=new Array("Teskon 2003","teskon2003English.htm","",0);
                Menu6_3_3=new Array("Teskon 2005","teskon2005English.htm","",0);
        Menu6_4=new Array("Others","otherReportsEnglish.htm","",0,25,140);

Menu7=new Array("FAQ","","",7);
	Menu7_1=new Array("General","faqGeneralEnglish.htm","",0,25,130);
	Menu7_2=new Array("Cost","faqCostEnglish.htm","",0,25,130);
	Menu7_3=new Array("District Heating","faqDistrictHeatingEnglish.htm","",0,25,130);
	Menu7_4=new Array("Heat Pumps","faqGeoHeatPumpsEnglish.htm","",0,25,130);
	Menu7_5=new Array("Material Selection","faqGeoMaterialEnglish.htm","",0,25,130);
	Menu7_6=new Array("Downhole Heat Exchangers","faqDownholeHeatExchangersEnglish.htm","",0,25,130);
	Menu7_7=new Array("EnvironmentalEffects","faqEnvironmentalEffectsEnglish.htm","",0,25,130);

Menu8=new Array("Geothermal Industry","","",0);
Menu9=new Array("Geothermal News","","",1);
        Menu9_1=new Array("From Newspapers","","",0,25,130);
Menu10=new Array("Geothermal Web Pages","hyperlinksEnglish.htm","",0);
Menu11=new Array("Calendar of Activities","","",3);
        Menu11_1=new Array("International","internationalActivitiesEnglish.htm","",0,25,130);
	Menu11_2=new Array("National","nationalActivitiesEnglish.htm","",0);
        Menu11_3=new Array("GEOCEN","geocenActivitiesEnglish.htm","",0);


Menu12=new Array("Contact Us","contactUsEnglish.htm","",0,25,150);
Menu13=new Array("Main Page","../index.html","",0);
Menu14=new Array("TURKISH","../turkish/indexTurkish.htm","",0);


