/*	(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='#E3E3FB';			// Background color when mouse is not over

	var LowSubBgColor='F5F5F5';			// Background color when mouse is not over on subs

	var HighBgColor='#F5F5F5';			// Background color when mouse is over

	var HighSubBgColor='#FF6600';			// Background color when mouse is over on subs

	var FontLowColor='black';			// Font color when mouse is not over

	var FontSubLowColor='black';			// Font color subs when mouse is not over

	var FontHighColor='#000000';			// Font color when mouse is over

	var FontSubHighColor='white';			// Font color subs when mouse is over

	var BorderColor='#666699';			// Border color

	var BorderSubColor='#9999CC';			// Border color for subs

	var BorderWidth=1;				// Border width

	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="Tahoma, Helvetica, sans-serif"	// 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' or 'bottom'

	var ChildOverlap=.2;				// horizontal overlap child/ parent

	var ChildVerticalOverlap=.2;			// 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=3;				// Left padding

	var TopPaddng=2;				// Top padding

	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0

	var MenuFramesVertical=0;			// 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='space';			// 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"


Menu1=new Array("Ana Sayfa","javascript:top.location.href='http://www.aeystudio.com'","",0,20,100);

Menu2=new Array("Web Tasarımı","http://www.aeystudio.com/webtas/index.html","",0,20,100);

Menu3=new Array("Araçlar - İçerik","","",4);
    Menu3_1=new Array("Araçlar","http://www.aeystudio.com/webtas/tools.html","",0,20,100);
	Menu3_2=new Array("Tablolar","http://www.aeystudio.com/webtas/table.html","",0);
	Menu3_3=new Array("Frame'ler","http://www.aeystudio.com/webtas/frme.html","",0);
	Menu3_4=new Array("Form'lar","http://www.aeystudio.com/webtas/formz.html","",0);

Menu4=new Array("Hosting","","",2);

    Menu4_1=new Array("Web de Yayınlama","http://www.aeystudio.com/webtas/hostz.html","",0,20,100);
	Menu4_2=new Array("CuteFTP","http://www.aeystudio.com/webtas/hostz2.html","",0);

Menu5=new Array("Script Code Gen.","http://www.aeystudio.com/webtas/script01.htm","",0);

	
Menu6=new Array("Püf Noktaları","","",8);

    Menu6_1=new Array("Giriş","http://www.aeystudio.com/webtas/tips.html","",0,20,100);

	Menu6_2=new Array("Arama Motorları","http://www.aeystudio.com/webtas/tips01.html","",0);

	Menu6_3=new Array("Text'e Açıklama","http://www.aeystudio.com/webtas/tips01.html#text","",0);

	Menu6_4=new Array("Resimlerin Ayrılması","http://www.aeystudio.com/webtas/tips02.html","",0);

	Menu6_5=new Array("Bazı Etiketler","http://www.aeystudio.com/webtas/tips03.html","",0);

	Menu6_6=new Array("Link Oluşturma","http://www.aeystudio.com/webtas/tips04.html","",0);

	Menu6_7=new Array("Sitenizi Ekleyin","http://www.aeystudio.com/webtas/submit.html","",0);

    Menu6_8=new Array("HTML Kodları","http://www.aeystudio.com/webtas/tag.html","",0);



Menu7=new Array("CSS Kodları","","",5);

    Menu7_1=new Array("CSS Etiketleri","http://www.aeystudio.com/webtas/tips05.html","",0,20,100);

	Menu7_2=new Array("Cursor Stilleri","http://www.aeystudio.com/webtas/tips06.html","",0);

	Menu7_3=new Array("Visibility","http://www.aeystudio.com/webtas/tips07.html","",0);

	Menu7_4=new Array("zIndex","http://www.aeystudio.com/webtas/tips08.html","",0);

	Menu7_5=new Array("Filter","http://www.aeystudio.com/webtas/tips09.html","",0);















