/***********************************************************************************
*	(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=6;			// Number of first level items
	var LowBgColor='#FFFF00';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#00FF00';			// Background color when mouse is over
	var HighSubBgColor='#F0E1FF';			// 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='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#FFFF00';			// Border color
	var BorderSubColor='#6100C1';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// 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;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// 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='MenuPos';				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridowny.gif',10,5,'tri.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:Image1.jpg:Image2.jpg"

Menu1=new Array("Languages","LangMain.htm","",10,20,80);
	Menu1_1=new Array("English","LangEng.htm","",1,20,80);	
		Menu1_1_1=new Array("English Courses","LangEng_Courses.htm","",0,20,120);
//		Menu1_1_2=new Array("Sourcing Process","Sourcing2_Process.htm","",0);
//		Menu1_1_3=new Array("Guidelines","Sourcing3_Guidelines.htm","",0);
	Menu1_2=new Array("Chinese","LangCn.htm","",1,20,80);
        Menu1_2_1=new Array("Chinese Courses","LangCn_Courses.htm","",2,20,120);
//        Menu1_2_2=new Array("Cantonese","LangCnCan.htm","",2);
            Menu1_2_1_1=new Array("Online Resources","http://www.cantonese.sheik.co.uk/","",0,20,110);
            Menu1_2_1_2=new Array("Forum","http://www.cantonese.sheik.co.uk/phorum/","",0);
//        Menu1_2_3=new Array("Other","LangCnOther.htm","",0);
	Menu1_3=new Array("Spanish","LangSpan.htm","",1);
        Menu1_3_1=new Array("Spanish Courses","LangSpan_Courses.htm","",0,20,120);
//        Menu1_3_2=new Array("Madrid Spanish","LangSpanM.htm","",0);
//        Menu1_3_3=new Array("Not Quite Spanish","LangSpanO.htm","",3,20,80);
//            Menu1_3_3_1=new Array("Catalan","LangSpanCat.htm","",0,20,80);
//            Menu1_3_3_2=new Array("Galician","LangSpanGal.htm","",0);
//            Menu1_3_3_3=new Array("Basque","LangSpanBasq.htm","",0);
	Menu1_4=new Array("Indian","LangInd.htm","",1);
        Menu1_4_1=new Array("Indian Courses","LangInd_Courses.htm","",0,20,130);
//        Menu1_3_2=new Array("Bengali","LangIndBeng.htm","",0);
	Menu1_5=new Array("Latin","LangLatin.htm","",1);
        Menu1_5_1=new Array("Latin Courses","LangLatin_Courses.htm","",0,20,130);
	Menu1_6=new Array("Polish","LangPolish.htm","",1);
        Menu1_6_1=new Array("Langauge Courses","LangPoland_Courses.htm","",0,20,130);
	Menu1_7=new Array("Portuguese","LangPort.htm","",1);
        Menu1_7_1=new Array("Portuguese Courses","LangPort_Courses.htm","",0,20,130);
	Menu1_8=new Array("Russian","LangUkraine.htm","",1);
        Menu1_8_1=new Array("Russian Courses","LangUkraine_Courses.htm","",0,20,130);
	Menu1_9=new Array("Vietnamese","LangViet.htm","",1);
        Menu1_9_1=new Array("Vietnamese Courses","LangViet_Courses.htm","",0,20,130);
	Menu1_10=new Array("Other","LangOther.htm","",1);
        Menu1_10_1=new Array("Other Languages","LangOther_Courses.htm","",0,20,130);

Menu2=new Array("Study Abroad","sa.htm","",11,20,95);
	Menu2_1=new Array("UK","sauk2.htm","",1,20,95);	
        Menu2_1_1=new Array("English Courses","LangEng_Courses.htm","",0,20,130);
	Menu2_2=new Array("China","sacn2.htm","",2);
        Menu2_2_1=new Array("Chinese Courses","LangCn_Courses.htm","",2,20,130);
            Menu2_2_1_1=new Array("Online Resources","http://www.cantonese.sheik.co.uk/","",0,20,120);
//                Menu2_2_1_1_1=new Array("Online Resources","http://www.cantonese.sheik.co.uk/","",0,20,110);
//                Menu2_2_1_1_2=new Array("Forum","http://www.cantonese.sheik.co.uk/phorum/","",0);
            Menu2_2_1_2=new Array("Forum","http://www.cantonese.sheik.co.uk/phorum/","",0,20,120);
//            Menu2_2_1_3=new Array("Other","LangCnOther.htm","",0,20,120);
        Menu2_2_2=new Array("Kung Fu Courses","sacn_KF.htm","",0,20,130);
    Menu2_3=new Array("Peru","sa_peru.htm","",1);
        Menu2_3_1=new Array("Spanish Courses","LangSpan_Courses.htm","",0,20,130);
	Menu2_4=new Array("France","saFrance.htm","",0);
//        Menu2_4_1=new Array("Language Courses","Lang_Courses.htm","",0,20,120);
	Menu2_5=new Array("India","saIndia.htm","",1);
        Menu2_5_1=new Array("Language Courses","LangInd_Courses.htm","",0,20,130);
	Menu2_6=new Array("Macao","saMacao.htm","",1);
        Menu2_6_1=new Array("Portuguese Courses","LangPort_Courses.htm","",0,20,130);
	Menu2_7=new Array("Poland","saPoland.htm","",1);
        Menu2_7_1=new Array("Language Courses","LangPoland_Courses.htm","",0,20,130);
	Menu2_8=new Array("Singapore","saSing.htm","",1);
        Menu2_8_1=new Array("Language Courses","LangSing_Courses.htm","",0,20,130);
	Menu2_9=new Array("Ukraine","saUkraine.htm","",1);
        Menu2_9_1=new Array("Language Courses","LangUkraine_Courses.htm","",0,20,130);
	Menu2_10=new Array("Vietnam","saViet.htm","",1);
        Menu2_10_1=new Array("Vietnamese Courses","LangViet_Courses.htm","",0,20,130);
	Menu2_11=new Array("Other","saOther.htm","",2);
        Menu2_11_1=new Array("Other Countries","LangOther_Courses.htm","",0,20,130);
        Menu2_11_2=new Array("Canada","LangOther_Canada.htm","",0,20,130);
//		Menu2_7_1=new Array("Wooden Floors","","",0);
//		Menu2_7_2=new Array("Ceramic Floors","","",0);
//      Menu2_7_3=new Array("Stone Floors","","",0);
//	Menu2_8=new Array("Design Services","","",0);
	
Menu3=new Array("Employability","emp.htm","",3,20,95);	
    Menu3_1=new Array("Introduction","emp.htm","",0,20,130);
    Menu3_2=new Array("Employers Questions","emp2.htm","",0);
    Menu3_3=new Array("Employers Answers","emp3.htm","",0);

Menu4=new Array("Summer Camps","sc.htm","",7,20,110);
	Menu4_1=new Array("UK","scuk.htm","",7,20,110);
			Menu4_1_1=new Array("Adventure Camp","sauk_AdCamp.htm","",0,20,110);
			Menu4_1_2=new Array("Chichester","scuk_Chichester.htm","",0);
			Menu4_1_3=new Array("Glouchester","scuk_Glocs.htm","",0);
//			Menu4_1_4=new Array("London","scuk_London.htm","",0);
			Menu4_1_4=new Array("Plymouth","scuk_Plymouth.htm","",0);
			Menu4_1_5=new Array("Portsmouth","scuk_Ports.htm","",0);
			Menu4_1_6=new Array("Snowdonia","scuk_Snow.htm","",0);
			Menu4_1_7=new Array("Stafford","scuk_Staffs.htm","",0);
	Menu4_2=new Array("Africa","scbot.htm","",0);
//			Menu4_2_1=new Array("Botswana","scbot.htm","",0,20,110);
//			Menu4_2_2=new Array("Malawi","scMalwai.htm","",0);
//			Menu4_2_3=new Array("Zambia","scZambia.htm","",0);
	Menu4_3=new Array("China","sccn.htm","",0);
//			Menu4_3_1=new Array("Zhaoqing","sccn.htm","",0,20,110);
//			Menu4_3_2=new Array("Foshan","sccn_Foshan.htm","",0);
//			Menu4_3_3=new Array("Kung Fu","sccn_KF.htm","",0);
	Menu4_4=new Array("Earth Sciences","saes.htm","",0);
	Menu4_5=new Array("Nepal","scnepal.htm","",0);
	Menu4_6=new Array("Peru","scperu.htm","",0);
	Menu4_7=new Array("Thailand","scthai.htm","",0);

Menu5=new Array("Resources","res.htm","",11,20,75);
	Menu5_1=new Array("Testimonials","test.htm","",0,20,140);
	Menu5_2=new Array("Au Pair","ap.htm","",0,20,140);
	Menu5_3=new Array("Exchange Programs","exch.htm","",0,20,140);
//			Menu5_2_1=new Array("Academics","ex_ac.htm","",0,20,110);
//			Menu5_2_2=new Array("Alumni","ex_alum.htm","",0);
//			Menu5_2_3=new Array("Students","ex_st.htm","",0);
//			Menu5_2_4=new Array("Local Government","ex_lg.htm","",0);
	Menu5_4=new Array("Gap Year","gy.htm","",0);
	Menu5_5=new Array("Life Experiences","le.htm","",1);
		Menu5_5_1=new Array("Down The Road","dtr.htm","",0,20,100);
	Menu5_6=new Array("Placements","place.htm","",0);
	Menu5_7=new Array("Excel Projects","Projects.htm","",0);
	Menu5_8=new Array("Teaching Abroad","Teaching.htm","",0);
	Menu5_9=new Array("Trade Visits","trade.htm","",0);
	Menu5_10=new Array("Volunteering","vol.htm","",0);
	Menu5_11=new Array("World Cup 2010","scwc.htm","",0);

Menu6=new Array("Forum","http://www.cantonese.sheik.co.uk/phorum/","",0,20,45);

