/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#59A8D0';			// Background color when mouse is not over on subs
	var HighBgColor='#FFFFFF';			// Background color when mouse is over
	var HighSubBgColor='#A6DBF5';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#106281';			// Font color when mouse is over
	var FontSubHighColor='#106281';			// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#FFFFFF';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,vedana,technical"	// 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','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=72;				// Menu offset x coordinate
	var StartLeft=422;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// 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=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
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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:Image01.gif:Image02.gif"

Menu1=new Array("rollover:../../images/bttn_about01.gif:../../images/bttn_about02.gif","#","",5,44,72);
	Menu1_1=new Array("Introduction & History","../../english/about_gem/introduction.htm","",0,20,144);
	Menu1_2=new Array("Vision & Mission","../../english/about_gem/vision.htm","",0);	
	Menu1_3=new Array("Chairman's Message","../../english/about_gem/chairman.htm","",0);
	Menu1_4=new Array("Officers & Directors","../../english/about_gem/management.htm","",0);
	Menu1_5=new Array("Corporate Information","../../english/about_gem/corporate.htm","",0);

Menu2=new Array("rollover:../../images/bttn_colleges01.gif:../../images/bttn_colleges02.gif","#","",6,44,73);
	Menu2_1=new Array("HKU Space Global College (HSGC)","../../english/our_colleges/hku.htm","",0,35,146);	
	Menu2_2=new Array("The GEM Software Engineering Training Centre, Suzhou","../../english/our_colleges/gem_software.htm","",0,45,146);
	Menu2_3=new Array("The Centre for Co-op Education & Career Services","../../english/our_colleges/career_services.htm","",0,35,146);
	Menu2_4=new Array("The GEM English Academy","../../english/our_colleges/gem_english.htm","",0,20,146);
	Menu2_5=new Array("The Global Hanyu & Culture College","../../english/our_colleges/global_hanyu.htm","",0,35,146);
	Menu2_6=new Array("Our Key Academic Partners","../../english/our_colleges/partners.htm","",0,20,146);

Menu3=new Array("rollover:../../images/bttn_campuses01.gif:../../images/bttn_campuses02.gif","#","",3,44,72);
	Menu3_1=new Array("Dushu Lake Higher Education Park","../../english/our_campuses/dushu.htm","",0,35,144);	
	Menu3_2=new Array("The GEM-HSGC","../../english/our_campuses/gem_hsgc.htm","",0,20,144);
	Menu3_3=new Array("Picture Gallery","../../english/our_campuses/picture.htm","",0,20,144);

Menu4=new Array("rollover:../../images/bttn_careers01.gif:../../images/bttn_careers02.gif","../../english/careers/careers.htm","",0,44,73);

Menu5=new Array("rollover:../../images/bttn_headlines01.gif:../../images/bttn_headlines02.gif","#","",0,44,73);

Menu6=new Array("rollover:../../images/bttn_contact01.gif:../../images/bttn_contact02.gif","../../english/contact_gem/contact.htm","",0,44,72);

Menu7=new Array("rollover:../../images/bttn_events01.gif:../../images/bttn_events02.gif","#","",0,44,72);

Menu8=new Array("rollover:../../images/bttn_study01.gif:../../images/bttn_study02.gif","#","",3,44,72);
	Menu8_1=new Array("Why China","../../english/study_china/why_china.htm","",0,20,90);	
	Menu8_2=new Array("Study in Suzhou","../../english/study_china/why_suzhou.htm","",0,20,90);
	Menu8_3=new Array("Picture Gallery","../../english/study_china/picture.htm","",0,20,90);