//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#EDF1F1';
	var HighBgColor='#F8F8F8';
	var FontLowColor='#000000';
	var FontHighColor='#FB3333';
	var BorderColor='#cccccc';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana, Arial"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=138; //set vertical offset
	var StartLeft=0 //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=2;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	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","index.htm",0,20,132);
	
Menu2=new Array("Homestay Malaysia","",5,20,132);	
			Menu2_1=new Array("Introduction","",0,20,132);
			Menu2_2=new Array("Services","",0);	
			Menu2_3=new Array("Guideline","",0);
			Menu2_4=new Array("Rate","",0);	
			Menu2_5=new Array("Application","",0);
	
Menu3=new Array("Homestay Abroad","",6,20,132);	
			Menu3_1=new Array("Introduction","homestay.htm",0,20,132);
			Menu3_2=new Array("Services","services.htm",0);	
			Menu3_3=new Array("Guideline","guideline.htm",0);
			Menu3_4=new Array("Testimonials","testimonials.htm",0);
			Menu3_5=new Array("Schedule","schedule.htm",0);
			Menu3_6=new Array("Application","application.htm",0);

Menu4=new Array("Backpacking","backpack.htm",2,20,132);	
			Menu4_1=new Array("Europe Backpack","",4,20,132);
				Menu4_1_1=new Array("Introduction","backpack-europe.htm",0,20,132);
				Menu4_1_2=new Array("Services","ebp_service.htm",0);
				Menu4_1_3=new Array("Guideline","ebp_guideline.htm",0);
				Menu4_1_4=new Array("Application","ebp_apply.htm",0);
			Menu4_2=new Array("Nepal Backpack","",4,20,132);
				Menu4_2_1=new Array("Introduction","nepal_backpack.htm",0,20,132);
				Menu4_2_2=new Array("Services","",0);
				Menu4_2_3=new Array("Guideline","",0);
				Menu4_2_4=new Array("Application","",0);
					
Menu5=new Array("Become A Host Family","",3,20,132);
			Menu5_1=new Array("Introduction","",0,20,132);
			Menu5_2=new Array("Guideline","",0);
			Menu5_3=new Array("Application","",0);

Menu6=new Array("About Us","",2,20,132);
	Menu6_1=new Array("Titan Planet","about_tp.htm",0,20,132);
	Menu6_2=new Array("Links","links.htm",0);
