	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#000033';
	var HighBgColor='#000099';
	var FontLowColor='#FFFFFF';
	var FontHighColor='#FFFFCC';
	var BorderColor='#FFFFFF';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="MS Sans Serif"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=129; //set vertical offset
	var StartLeft=64; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=50;
	var TakeOverBgColor=1;
	var FirstLineFrame='';
	var SecLineFrame='';
	var DocTargetFrame='';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home Page","index.htm",0,18,104);

Menu2=new Array("All About Us","",4,18,104);
	Menu2_1=new Array("IDC Centre","about_centre.htm",0,18,104);	
	Menu2_2=new Array("The Team","about_team.htm",0);
	Menu2_3=new Array("Our Resort","about_resort.htm",0);
	Menu2_4=new Array("Koh Tao","about_kohtao.htm",0);

Menu3=new Array("The Course","",5,18,104);
	Menu3_1=new Array("Prepare","course_prepare.htm",0,18,104);
	Menu3_2=new Array("Course Director","about_matt.htm",0);
	Menu3_3=new Array("The IDC","course_idc.htm",0);
	Menu3_4=new Array("Materials","course_materials.htm",0);
	Menu3_5=new Array("The Exam","course_ie.htm",0);
	Menu3_6=new Array("F.A.Q","course_faq.htm",0);	

Menu4=new Array("Continuation","",2,18,104);
	Menu4_1=new Array("MSDT","course_msdt.htm",0,18,104);	
	Menu4_2=new Array("Staff Instructor","course_staff.htm",0);
	
Menu5=new Array("Schedules","",2,18,104);
    Menu5_1=new Array("2008 Schedule","sched_2007.htm",0,18,104);	
	Menu5_2=new Array("Package Prices","sched_price.htm",0);

Menu6=new Array("Contact Us","javascript:ReusableNewWin('booking_form.htm','IDCCourseWin')",0,18,104);
	