	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor="#666666";			// Background color when mouse is not over
	var HighBgColor="#FFFFFF";			// Background color when mouse is over
	var FontLowColor="#333333";			// Font color when mouse is not over
	var FontHighColor="#FFFFFF";		// Font color when mouse is over
	var BorderColor="#FFFFFF";			// Border color
	var BorderWidthMain=1;				// Border width main items
	var BorderWidthSub=1;				// Border width sub items
 	var BorderBtwnMain=1;				// Border width between elements main items
	var BorderBtwnSub=1;				// Border width between elements sub items
	var FontFamily="Tahoma";			// 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="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;				    // horizontal overlap child/ parent
	var ChildVerticalOverlap=0;		    // vertical overlap child/ parent
	var StartTop=-1;					// Menu offset x coordinate
	var StartLeft=-1;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var DistFrmFrameBrdr=2;				// Distance between main menu and frame border
	var LeftPaddng=2;					// Left padding
	var TopPaddng=-1;					// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;				// delay before menu folds in
	var UnfoldDelay=200;				// delay before sub unfolds	
	var TakeOverBgColor=0;				// Menu frame takes over background color subitem frame
	var FirstLineFrame="menu";			// Frame where first level appears
	var SecLineFrame="content";			// Frame where sub levels appear
	var DocTargetFrame="content";		// Frame where target documents appear
	var TargetLoc="menuplace";			// span id for relative positioning
	var MenuWrap=1;						// 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+"triup.gif",10,5];

	var Arrws=["",5,9,"",10,5,"",5,10,"",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=1;			// 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";</script>
									// </head>
									// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

									// 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 BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=0;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	//var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.2, transition=5)";
	//var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.2, wipeStyle=4)";

	var MenuShadow="";
	//var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	//var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=90)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

   var fontMain = "#FFFFFF";
   var fontMainOver = "#666666";
// 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 or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 


Menu1=new Array("PROGRAMS","",bgMainMenu,7,48,98,"","",fontMain,fontMainOver,"","",-1,1,-1,"center","");
  Menu1_1=new Array("BA in Management","./?PrgBaManagement/Welcome.php",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  Menu1_2=new Array("MBA","./?PrgMba/Welcome.php",bgSubMenu,0,18,198,"","","","","","",-1,-1,-1,"","");
  Menu1_3=new Array("Executive MBA","./?PrgEmba/Welcome.php",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  Menu1_4=new Array("Leaders for Industry (LFI)","./?PrgLfi/Welcome.php",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  Menu1_5=new Array("Masters in Finance","./?PrgMif/Welcome.php",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  Menu1_6=new Array("PhD","./?PrgPhd/Welcome.php",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  Menu1_7=new Array("Program Comparison Table","./../eng/docs/SU_FMAN_ProgramComparison.pdf",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  
Menu2=new Array("FACULTY & RESEARCH","",bgMainMenu,4,"",99,"","",fontMain,fontMainOver,"","",-1,1,-1,"center","");
  Menu2_1=new Array("Faculty by Research Areas","./?Faculty/FacultybyResearchAreas.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  Menu2_2=new Array("Research Activities","./?Research/Arastirma.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
    /*Menu2_2_1=new Array("Accounting & Finance","./?Research/Accounting_Finance.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
    Menu2_2_2=new Array("Management","./?Research/Organization_Studies.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
    Menu2_2_3=new Array("Marketing","./?Research/Marketing.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
    Menu2_2_4=new Array("Operations & Information Systems Management","./?Research/Operations_Information_Systems_Management.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
    Menu2_2_5=new Array("Strategy","./?Research/Strategy.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
	Menu2_2_6=new Array("All Working Papers","./?Research/Working_Papers.php",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");*/
  Menu2_3=new Array("People","./?Faculty/People.php",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  Menu2_4=new Array("Academic Seminars","./?News/Academic_Seminars.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  
Menu3=new Array("STUDENTS & ALUMNI","",bgMainMenu,7,"",92,"","",fontMain,fontMainOver,"","",-1,1,-1,"center","Students");
  Menu3_1=new Array("Student Profiles","./?Students/Ogrenci_Profilleri.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  Menu3_2=new Array("MBA Club","./?Students/MBA_Club.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  Menu3_3=new Array("Alumni","./?Students/Mezunlar.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  Menu3_4=new Array("Campus Life","./?Students/Campus_Life.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  Menu3_5=new Array("International Students & Exchange Programs","./?Students/Welcome.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  Menu3_6=new Array("Photo Gallery","./?Students/ResimGalerisi.php",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  Menu3_7=new Array("Video Gallery","./?Students/VideoGallery.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
	
Menu4=new Array("CAREER SERVICES","",bgMainMenu,3,"",99,"","",fontMain,fontMainOver,"","",-1,1,-1,"center","");
  Menu4_1=new Array("Career Services Home","./?Career/Kariyer_Danismanligi_Programlari.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  Menu4_2=new Array("MBA Career Services","./?PrgMba/Career_Services.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  Menu4_3=new Array("MiF Career Services","./?PrgMif/Career_services.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  //Menu4_1=new Array("Career Counselling Programs","./?Career/Kariyer_Danismanligi_Programlari.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  //Menu4_2=new Array("Workshops and Panels","./?Career/Atolye_Calismalari.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  //Menu4_3=new Array("For SU Student","./?Career/CV_Kataloglari_Hazirlanmasi.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
      //Menu4_3_1=new Array("CVs - Full Time Employment","./?Career/MBA2006.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
      //Menu4_3_2=new Array("CVs - Internship","./?Career/MBA2007.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
      //Menu4_3_3=new Array("Complete CV Catalogue","./../eng/docs/MBA-CV-Katolog-2007-2006.pdf",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  //Menu4_3=new Array("Relationship Network Management","./?Career/iliskii_Aglarinin_Yonetilmesi.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  //Menu4_4=new Array("Activities Calendar","./?Career/Career_Calendar.php",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  //Menu4_5=new Array("The Mentoring Project","./?Career/Mentoring_Projesi.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  //Menu4_6=new Array("Job/Internship Announcements","./?Career/is-staj_duyurulari.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  //Menu4_7=new Array("Career Fair","./?Career/Kariyer_Fuari.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  //Menu4_8=new Array("Online Job Search","./?Career/is_bulma_siteleri.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");
  //Menu4_9=new Array("Employers of Our Graduates","./?Career/Graduates_In_The_BusinessWorld.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","");

Menu5=new Array("NEWS & EVENTS","",bgMainMenu,4,"",99,"","",fontMain,fontMainOver,"","",-1,1,-1,"center","");
  Menu5_1=new Array("News","./?News/Haberler.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  Menu5_2=new Array("Events","./?News/Etkinlikler.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  Menu5_3=new Array("Seminars","./?News/seminerler.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  Menu5_4=new Array("Conferences","./?Conferences/Conferences.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  //Menu5_1=new Array("Event Calendar","./?News/takvim.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  //Menu5_1=new Array("FMAN News","./?News/FMAN_News.php",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  //Menu5_2=new Array("FMAN Newsletter","./?News/FMANNewsletters.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  //Menu5_3=new Array("FMAN in the Media","./?News/FMAN_in_the_Media.php",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  //Menu5_4=new Array("Academic Seminars","./?News/Academic_Seminars.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  //Menu5_5=new Array("Executive Insights","./?News/Executive_Insights.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  //Menu5_6=new Array("Just in Time Seminars","./?News/Just_in_Time_Seminars.php",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  //Menu5_7=new Array("Conferences","./?Conferences/Conferences.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  //Menu5_8=new Array("Alumni News","./?News/Alumni_News.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  //Menu5_9=new Array("Open Positions","./?News/Pozisyonlar.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
//  Menu5_6=new Array("MBA Course and Workshop Schedule","../docs/msw_2005.pdf",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  
Menu6=new Array("STAKEHOLDERS","",bgMainMenu,7,"",99,"","",fontMain,fontMainOver,"","",-1,1,-1,"center","");
  Menu6_1=new Array("Executive Development Unit","./?Partner/Executive_Development_Unit.html",bgSubMenu,0,18,199,"","","","","","",-1,-1,-1,"","");
  Menu6_2=new Array("Corporate Governance Forum of Turkey","./?Partner/Corporate_Goverment_Forum_of_Turkey.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  Menu6_3=new Array("Entrepreneur Devolopment Program","./?Partner/Entrepreneur_Devolopment_Program.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  Menu6_4=new Array("TUSIAD-SU Competitiveness Forum","./?Partner/TUSIAD_SU_Compatitivenes_Forum.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  Menu6_5=new Array("Exchange Programs","./?Partner/Exchange_Programs.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  Menu6_6=new Array("International Memberships","./?Partner/Memberships.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  Menu6_7=new Array("MyGlobe","http://www.su-edu.com/myglobe/en/index.html",bgSubMenu,0,"","","","","","","","",-1,-1,-1,"","E");
  
