/*	(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,105);

Menu2=new Array("Flash","http://www.aeystudio.com/tips/flash/index.html","",0,20,105);





Menu3=new Array("Araç Kutusu","http://www.aeystudio.com/tips/flash/toolbox.html","",0);

	



Menu4=new Array("Timeline-Library","http://www.aeystudio.com/tips/flash/timeline.html","",0);

	



Menu5=new Array("Sahne (Scene)","http://www.aeystudio.com/tips/flash/scene.html","",0);

	



Menu6=new Array("Web'de Yayınlama","http://www.aeystudio.com/tips/flash/tips/publish.html","",0);





Menu7=new Array("Örnekler","","",18);

	Menu7_1=new Array("Giriş","http://www.aeystudio.com/tips/flash/tips/index.html","",0,20,105);

	Menu7_2=new Array("Alpha Efekti","http://www.aeystudio.com/tips/flash/tips/alpha_text.html","",0);

	Menu7_3=new Array("Buton","http://www.aeystudio.com/tips/flash/tips/button.html","",0);

	Menu7_4=new Array("Ses Eklemek","http://www.aeystudio.com/tips/flash/tips/sound.html","",0);

        Menu7_5=new Array("Load Movie","http://www.aeystudio.com/tips/flash/tips/loadmovie.html","",0);

	Menu7_6=new Array("Sayfa Yükleme","http://www.aeystudio.com/tips/flash/tips/preloading.html","",0);

        Menu7_7=new Array("Form Mail","http://www.aeystudio.com/tips/flash/tips/form_mail.html","",0);

	Menu7_8=new Array("Açılır Menü","http://www.aeystudio.com/tips/flash/tips/rolloutmenu.html","",0);

        Menu7_9=new Array("Taşınır Menü","http://www.aeystudio.com/tips/flash/tips/dragmenu.html","",0);

        Menu7_10=new Array("Cursor","http://www.aeystudio.com/tips/flash/tips/costumcursor.html","",0);

	Menu7_11=new Array("Mouse İzi","http://www.aeystudio.com/tips/flash/tips/mouseizi.html","",0);

	Menu7_12=new Array("Web Butonları","http://www.aeystudio.com/tips/flash/tips/webbuttons.html","",0);

        Menu7_13=new Array("Script1","http://www.aeystudio.com/tips/flash/tips/script01.html","",0);

	Menu7_14=new Array("Script2","http://www.aeystudio.com/tips/flash/tips/script02.html","",0);

        Menu7_15=new Array("Popup Pencere","http://www.aeystudio.com/tips/flash/tips/popup.html","",0);

	Menu7_16=new Array("FullScreen Pencere","http://www.aeystudio.com/tips/flash/tips/fullscreen.html","",0);

        Menu7_17=new Array("Pencere Kapatmak","http://www.aeystudio.com/tips/flash/tips/closewindow.html","",0);

        Menu7_18=new Array("Pencere Etkileri","http://www.aeystudio.com/tips/flash/tips/miscellaneous.html","",0);

       















