//serkan çakmak

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#973333';
	var HighBgColor='#D8ECF8';
	var FontLowColor='#D8ECF8';			// Font color when mouse is not over
	var FontHighColor='973333';			// Font color when mouse is over #000000
	var BorderColor='973333';			// Border color
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=10;				// 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='centered';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		        // Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=16;		          	// 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=2;				// 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=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=0;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				        // enables/ disables Bottom up 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=['spacer.gif',5,8,'spacer.gif',8,5,'spacer.gif',5,8,'spacer.gif',8,5];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width, bgcolor, bghighcolor, fontcolor, fonthighcolor,bordercolor);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"


	
Menu1=new Array("Anasayfa","index.html","",0,22,70,"","","","","white");
	
Menu2=new Array("EMTA","emta.html","",0,18,50,"","","","","");
	
Menu3=new Array("Mimar","mimar.html","",0,18,60,"","","","","");
	
Menu4=new Array("Proje","","",3,18,60,"","","","","");
	Menu4_1=new Array("Mimari","mimari.html","",0,22,150,"","","","","");
	Menu4_2=new Array("Ulaşım","ulasim.html","",0,0,0,"","","","","");
	Menu4_3=new Array("Emeği Geçenler","credits.html","",0,0,0,"","","","","");
	
Menu5=new Array("Evler","","",4,18,60,"","","","","");
	Menu5_1=new Array("Kat Planları","","",5,22,140,"","","","","");
		Menu5_1_1=new Array("A Tipleri","katplani_a.html","",0,22,120,"","","","","");
		Menu5_1_2=new Array("A1 Tipleri","katplani_a1.html","",0,22,180,"","","","","");
		Menu5_1_3=new Array("B Tipleri","katplani_b.html","",0,0,0,"","","","","");
		Menu5_1_4=new Array("C Tipleri","katplani_c.html","",0,0,0,"","","","","");
		Menu5_1_5=new Array("D Tipleri","katplani_d.html","",0,0,0,"","","","","");
	Menu5_2=new Array("Resimler","","",2,22,120,"","","","","");
		Menu5_2_1=new Array("Site Resimleri","resimlergenel.html","",0,22,180,"","","","","");
		Menu5_2_2=new Array("Örnek Daire Resimleri","resimlerornek.html","",0,0,0,"","","","","");
	Menu5_3=new Array("Yerleşim Planı","yerlesim.html","",0,22,120,"","","","","");
	Menu5_4=new Array("Fiyat, Kredi Olanakları","fiyat.html","",0,22,1200,"","","","","");

Menu6=new Array("Tanıtım Ofisleri","","",2,18,120,"","","","","");
	Menu6_1=new Array("Ortaköy Showroom","showroom.html","",0,22,180,"","","","","");
	Menu6_2=new Array("Miramar Showroom","showroom2.html","",0,22,180,"","","","","");
			
Menu7=new Array("Anket","anket.html","",0,18,70,"","","","","");

