	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#FAF4F5';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='';			// Background color when mouse is over on subs
	var FontLowColor='#4A1E64';			// Font color when mouse is not over
	var FontSubLowColor='#212121';			// Font color subs when mouse is not over
	var FontHighColor='#4A1E64';			// Font color when mouse is over
	var FontSubHighColor='#F25F07';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#ABABAC';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="tahoma,arial,times"	// 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=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=68;				// Menu offset x coordinate
	var StartLeft=221;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=7;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// 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 highlighted
	var Arrws=['images/tri.gif',11,9,'images/trans.gif',9,8,'',8,9];	// 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/bt1.gif:images/bt1.gif","hakkimizda.html","",3,24,94);
	Menu1_1=new Array("Firma Profili","hk_firmaprofil.html","",0,19,100);
	Menu1_2=new Array("Referanslar","hk_referans.html","",0);
	Menu1_3=new Array("İş Ortakları","hk_isortaklari.html","",0);

Menu2=new Array("rollover:images/bt2.gif:images/bt2.gif","urunler.html","",6,24,76);
	Menu2_1=new Array("Hassas Kontrollü Klimalar","ur_hassaskk.html","",0,19,200);	
	Menu2_2=new Array("Hava Temizleme Cihazları","ur_havatem.html","",0);
	Menu2_3=new Array("Soğutma Kompresörleri Onarımı","ur_sogutmakomp.html","",0);
	Menu2_4=new Array("FM 200 Gazlı Yangın Söndürme Sistemi","ur_fm200.html","",0);
	Menu2_5=new Array("Pano Kliması ve İklimlendirme Sistemleri","rittal.html","",0);
	Menu2_6=new Array("Remko Dekoratif Nem Alma Cihazları","remko.html","",0);

Menu3=new Array("rollover:images/bt3.gif:images/bt3.gif","hizmetler.html","",5,24,84);
	Menu3_1=new Array("Periyodik Bakım ve Onarım","hz_periyodik.html","",2,19,190);
	    Menu3_1_1=new Array("Konfor amaçlı sistemler","hz_konfor.html","",0,19,190);
	    Menu3_1_2=new Array("Endüstriyel amaçlı sistemler","hz_endustri.html","",0,19,0);
	Menu3_2=new Array("Mek. Bakım & Koruyucu Kimyasallar","hz_revizyon.html","",0);
	Menu3_3=new Array("Bina Mekanik İşletim Hizmetleri","hz_bakim.html","",0);
	Menu3_4=new Array("Hava Kanalı Temizliği","hz_teknolojik.html","",0);
	Menu3_5=new Array("7/24 Kesintisiz Teknik Servis","hz_724servis.html","",0);
	
Menu4=new Array("rollover:images/bt41.gif:images/bt41.gif","faydali.html","",0,21,111);

Menu5=new Array("rollover:images/bt5.gif:images/bt5.gif","iletisim.html","",0,21,70);
Menu6=new Array("rollover:images/bt6.gif:images/bt6.gif","index.html","",0,21,83);


