	
	var NoOffFirstLineMenus=8;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#3D391E";			// Background color when mouse is not over
	var HighBgColor="#898256";			// Background color when mouse is over
	var FontLowColor="#ffffff";			// Font color when mouse is not over
	var FontHighColor="#ffffff";			// Font color when mouse is over
	var BorderColor="#BEBF47";			// Border color
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,verdana,Trebuchet MS"	// 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="center";		// Item text position left, center or right
	var MenuCentered="center";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	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=150;			// 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=1;				// Left padding
	var TopPaddng=1;				// 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=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="topFrame";			// Frame where first level appears
	var SecLineFrame="topFrame";			// Frame where sub levels appear
	var DocTargetFrame="topFrame";			// Frame where target documents appear
	var TargetLoc="topFrame";				// span id for relative positioning
	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 BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1"; 
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#B9B38C, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#B9B38C, direction=135, strength=3)";

	var MenuOpacity="";

	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","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","index.htm","",4,30,90,"","","","","","",-1,-1,-1,"","Home");
	Menu1_1=new Array("About Us","aboutusIndex.htm","",0,30,140,"","","","","","",-1,-1,-1,"","About Us");
	Menu1_2=new Array("Apply on LIne","ApplyOnlineIndex.htm","",0,30,140,"","","","","","",-1,-1,-1,"","Apply Online."); 
	Menu1_3=new Array("Our Vision","ourvisionIndex.htm","",0,30,140,"","","","","","",-1,-1,-1,"","Our vision"); 
	Menu1_4=new Array("Co-Founder Of AGFS(Gul Arslan)","gaIndex.htm","",0,30,220,"","","","","","",-1,-1,-1,"","Co-FounderOfAGFS(Gul Arslan)"); 
Menu2=new Array("Gallipoli War Related","","",5,30,130,"","","","","","",-1,-1,-1,"","Gallipoli War");
	Menu2_1=new Array("Gallipoli War Details","","",4,30,200,"","","","","","",-1,-1,-1,"","Gallipoli War Details");
		Menu2_1_1=new Array("Gallipoli War","GallipoliWarHome.htm","",0,30,200,"","","","","","",-1,-1,-1,"","Friendship Stories-In Turkish");	
		Menu2_1_2=new Array("Did You Know That?","didyouknowthatIndex.htm","",0,30,200,"","","","","","",-1,-1,-1,"","Did You Know That?");
		Menu2_1_3=new Array("Australian War Memorial- Turkish View","awmExIndex.htm","",0,43,200,"","","","","","",-1,-1,-1,"","AU War Memorial");
		Menu2_1_4=new Array("Myths","mythsIndex.htm","",0,20,200,"","","","","","",-1,-1,-1,"","MYTHS");		
	Menu2_2=new Array("Friendship Stories","","",2,30,200,"","","","","","",-1,-1,-1,"","Medium Thickness");	
	    Menu2_2_1=new Array("Friendship Stories in ENGLISH","friendshipstoriesE.htm","",0,30,200,"","","","","","",-1,-1,-1,"","Friendship Stories -In English");
	    Menu2_2_2=new Array("Friendship Stories in TURKISH","StoriesInTurkishIndex.htm","",0,30,200,"","","","","","",-1,-1,-1,"","Friendship Stories -In English");		
 	Menu2_3=new Array("Related Articles (Turkish)","articalsIndex.htm","",0,30,200,"","","","","","",-1,-1,-1,"","Activities");  
	Menu2_4=new Array("Related Books","booksndex.htm","",0,30,200,"","","","","","",-1,-1,-1,"","Links"); 
	Menu2_5=new Array("Related Links","linksIndex.htm","",0,30,200,"","","","","","",-1,-1,-1,"","Links"); 			
Menu3=new Array("M.K.Atatürk ","","",4,30,130,"","","","","","",-1,-1,-1,"","About Ataturk"); 
	Menu3_1=new Array("M.K.Atatürk(English)","ataturkIndexE.htm","",0,20,180,"","","","","","",-1,-1,-1,"","About Ataturk"); 
	Menu3_2=new Array("M.K.Atatürk(Turkish)","ataturkIndexT.htm","",0,20,180,"","","","","","",-1,-1,-1,"","About Ataturk"); 
	Menu3_3=new Array("Articals in Turkish ","ataturkIndex2_T.htm","",0,20,180,"","","","","","",-1,-1,-1,"","About Ataturk");
	Menu3_4=new Array("Photos of M.K.Atatürk","PhotosIndex.htm","",0,30,180,"","","","","","",-1,-1,-1,"","About Ataturk"); 
Menu4=new Array("AnzacDay Related","","",4,30,130,"","","","","","",-1,-1,-1,"","Council Services");
	Menu4_1=new Array("Anzac Day Photos ","anzacdayIndex.htm","",0,20,180,"","","","","","",-1,-1,-1,"","Ancaz Day Marches");
	Menu4_2=new Array("Related Articles ","","",2,20,180,"","","","","","",-1,-1,-1,"","Ancaz Day Marches");
		Menu4_2_1=new Array("Anzac Cove Related ","AnzacCoveIndex.htm","",0,23,180,"","","","","","",-1,-1,-1,"","Ancaz Day Marches");
		Menu4_2_2=new Array("Selected Articals","AnzacNews_Main.htm","",0,23,180,"","","","","","",-1,-1,-1,"","Ancaz Day Marches");
	Menu4_3=new Array("News from Gallipoli ","NewsFromGallipoliIndex.htm","",0,28,180,"","","","","","",-1,-1,-1,"","Ancaz Day Marches");
	Menu4_4=new Array("Ataturk and Australian Initiatives ","BilalSimsirIndex.htm","",0,30,180,"","","","","","",-1,-1,-1,"","Ancaz Day Marches");
Menu5=new Array("Related News","","",2,30,130,"","","","","","",-1,-1,-1,"","News");
	Menu5_1=new Array("News (2008)","RelatedNewsIndex2008.htm","ActivitiesIndex2008.htm",0,28,180,"","","","","","",-1,-1,-1,"","News");
	Menu5_2=new Array("News (2007-)","","",3,28,180,"","","","","","",-1,-1,-1,"","News");
		Menu5_2_1=new Array("Book:'Johnny Turks' 2007","ActivitiesIndex2007.htm","",0,26,180,"","","","","","",-1,-1,-1,"","Activities of 2007");
		Menu5_2_2=new Array("AustraliaDay2007","MediaMain2007.htm","",0,23,180,"","","","","","",-1,-1,-1,"","2007 - Current Media News"); 	
		Menu5_2_3=new Array("2002 - 2006","MediaMain2002-2006.htm","",0,20,180,"","","","","","",-1,-1,-1,"","2002 - 2006 Media News"); 
Menu6=new Array("Activities (Faaliyetler)","","",3,35,100,"","","","","","",-1,-1,-1,"",""); 
	Menu6_1=new Array("Activities of 2008 ","","",2,35,180,"","","","","","",-1,-1,-1,"","2007 - Current Media News");
		Menu6_1_1=new Array("Days in Turkiye (Turkiye Gunleri)","ActivitiesIndexAnkara2008.htm","",0,30,200,"","","","","","",-1,-1,-1,"","2008 Anzac Day Activities");
		Menu6_1_2=new Array("ANZAC DAY Activities ","ActivitiesIndex2008.htm","",0,30,180,"","","","","","",-1,-1,-1,"","2008 Anzac Day Activities");
	Menu6_2=new Array("Activities of 2007","","",5,30,180,"","","","","","",-1,-1,-1,"","2007 - Current Media News"); 
		Menu6_2_1=new Array("Activities of 2007","EnlargePicturesIndex.htm","",0,30,220,"","","","","","",-1,-1,-1,"","2007 - Current Media News"); 
		Menu6_2_2=new Array("DONATE NOW/('Hepimiz Mehmetiz')","DonateIndex.htm","",0,35,220,"","","","","","",-1,-1,-1,"","2007 -Hepimiz Mehmetiz - Donate now"); 	
		Menu6_2_3=new Array("BOOK LAUNCH/('Johnny Turks')","BookReleasedIndex.htm","",0,30,220,"","","","","","",-1,-1,-1,"","2007 - Current Media News"); 	
		Menu6_2_4=new Array("ANZAC DAY/Dawn Service(2007)","DawnServiceIndex.htm","",0,30,220,"","","","","","",-1,-1,-1,"","2007 - Current Media News"); 
		Menu6_2_5=new Array("AUSTRALIA DAY/Maygar Barraks","AustraliaDayIndex.htm","",0,30,220,"","","","","","",-1,-1,-1,"","2007 - Current Media News"); 
	Menu6_3=new Array("Activities of 2002-2006","ActivitiesIndex2002-2006.htm","",0,30,220,"","","","","","",-1,-1,-1,"","Activities"); 
Menu7=new Array("Historical Facts","","",9,30,130,"","","","","","",-1,-1,-1,"","Articals");  
	Menu7_1=new Array("Selected Videos","SelectedVideosIndex.htm","",0,30,180,"","","","","","",-1,-1,-1,"","Selected VIdeos");	
	Menu7_2=new Array("Selected Articals","JTArticalsIndex.htm","",0,30,180,"","","","","","",-1,-1,-1,"","Links");	
	Menu7_3=new Array("Honorable Enemy Johnny Turks ","YourSayIndex.htm","",1,43,180,"","","","","","",-1,-1,-1,"","Links"); 	
		Menu7_3_1=new Array("Johnny Turks in WWI","JohnnyTurkIndex.htm","",0,43,180,"","","","","","",-1,-1,-1,"","Links"); 
	Menu7_4=new Array("Stop Divisive Allegations in Australia!","","",1,43,180,"","","","","","",-1,-1,-1,"","Pontos Allegations");	
		Menu7_4_1=new Array("Related Letters","ArmenianDilemmaIndex.htm","",0,30,180,"","","","","","",-1,-1,-1,"","Armenian Allegations");
	Menu7_5=new Array("Armenian Issue","","",5,30,180,"","","","","","",-1,-1,-1,"","Armenian Allegations"); 
			Menu7_5_1=new Array("FACTS Of Armenian Allegations","FactsOfArmenianAllegationsIndex.htm","",0,33,180,"","","","","","",-1,-1,-1,"","Armenian Allegations");
			Menu7_5_2=new Array("Scholar Views","ScholarviewsIndex.htm","",0,33,180,"","","","","","",-1,-1,-1,"","Armenian Allegations");
			Menu7_5_3=new Array("Views in Turkish","ArmenianLettersIndexT.htm","",0,30,180,"","","","","","",-1,-1,-1,"","Armenian Allegations"); 
			Menu7_5_4=new Array("Views in English","ArmenianLettersIndexE.htm","",0,30,180,"","","","","","",-1,-1,-1,"","Armenian Allegations"); 
			Menu7_5_5=new Array("View of MrAlanCadman","ACadmanLettersIndex.htm","",0,30,180,"","","","","","",-1,-1,-1,"","Alan Cadman Allegations");
	Menu7_6=new Array("Pontos Allegations","","",2,30,180,"","","","","","",-1,-1,-1,"","Pontos Allegations");
			Menu7_6_1=new Array("Views in Turkish","PontosDilemmaIndexT.htm","",0,30,180,"","","","","","",-1,-1,-1,"","Armenian Allegations");
			Menu7_6_2=new Array("Related Letters","PontosDilemmaIndex.htm","",0,30,180,"","","","","","",-1,-1,-1,"","Pontos Allegations"); 
	Menu7_7=new Array("Khojaly Tragedy","KhojalyTragedyIndex.htm","",0,30,180,"","","","","","",-1,-1,-1,"","Khojaly Tragedy"); 
	Menu7_8=new Array("Ermeni Iddialarina Cevap","ErmeniIddialariIndex.htm","",0,30,180,"","","","","","",-1,-1,-1,"","Khojaly Tragedy"); 		
	Menu7_9=new Array("Turkish History","TurksInHistoryIndex.htm","",0,30,120,"","","","","","",-1,-1,-1,"","Links"); 
Menu8=new Array("Actions've taken","","",4,30,130,"","","","","","",-1,-1,-1,"","Actions've taken");
		Menu8_1=new Array("2008 ","LettersWrittenbyTAus_Index_08.htm","",0,30,120,"","","","","","",-1,-1,-1,"","Articals Written by");  
		Menu8_2=new Array("2007","LettersWrittenbyTAus_Main_07.htm","",0,30,120,"","","","","","",-1,-1,-1,"","Articals Written by");  
		Menu8_3=new Array("2005 / 2006","LettersWrittenbyOthers_Main.htm","",0,30,120,"","","","","","",-1,-1,-1,"","Selected Articals"); 
		Menu8_4=new Array("2004 / 2002","LettersWrittenbyTAus_Main.htm","",0,30,120,"","","","","","",-1,-1,-1,"","Selected Articals");  

		
		
		
		 