	// Last modified 18MAR2011 by Dale Eaton



	var NoOffFirstLineMenus=7;						// Number of first level items

	var LowBgColor='#BE3A2D';						// Background color when mouse is not over

	var LowSubBgColor='#CC0000';						// Background color when mouse is not over on subs

	var HighBgColor='#CC0000';						// Background color when mouse is over

	var HighSubBgColor='#BE3A2D';						// 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='#ECF3FD';						// Font color when mouse is over

	var FontSubHighColor='#ECF3FD';					// Font color subs when mouse is over

	var BorderColor='#BE3A2D';						// Border color

	var BorderSubColor='#BE3A2D';						// Border color for subs

	var BorderWidth=1;							// Border width

	var BorderBtwnElmnts=1;							// Border between elements 1 or 0

	var FontFamily="verdana,MS Sans Serif"				// Font family menu items

	var FontSize=10;								// 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 posn 'left', 'center' or 'right'

	var MenuCentered='center';						// Menu horizontal posn 'left', 'center' or 'right'

	var MenuVerticalCentered='top';					// Menu vertical posn 'top', 'middle','bottom' or static

	var ChildOverlap=.1;							// horizontal overlap child/ parent

	var ChildVerticalOverlap=0;						// vertical overlap child/ parent

	var StartTop=125;								// Menu offset x coordinate

	var StartLeft=-20;							// Menu offset y coordinate

	var VerCorrect=0;								// Multiple frames y correction

	var HorCorrect=0;								// Multiple frames x correction

	var LeftPaddng=8;								// Left padding

	var TopPaddng=2;								// Top padding

	var FirstLineHorizontal=1;						// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL

	var MenuFramesVertical=1;						// Frames in cols or rows 1 or 0

	var DissapearDelay=500;							// delay before menu folds in

	var TakeOverBgColor=0;							// Menu frame takes over background color subitem frame

	var FirstLineFrame='header';						// Frame where first level appears

	var SecLineFrame='body';						// Frame where sub levels appear

	var DocTargetFrame='_top';						// 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=0;								// 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=['images/arrow_r.gif',10,10,'images/arrow_d.gif',10,12,'images/trileft.gif',10,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, bg-image (optional), nos of sub elements, height, width);

//	For rollover images set "Text to show" to: "rollover:Image1.jpg:Image2.jpg"



Menu1=new Array("Home","index.htm","",0,21,60);

	

Menu2=new Array("About Us","about-us.htm","",0,21,90);



Menu3=new Array("Overland Tours","overland-tour.htm","",0,21,128);



Menu4=new Array("Gallery","gallery.htm","",2,21,80);



	Menu4_1=new Array("Indonesia","gallery.htm","",0,20,110);

	Menu4_2=new Array("Qatar","gallery3.htm","",0,20,110);



Menu5=new Array("Destination Guide",

		"","",4,21,160);



	Menu5_1=new Array("Asia","asia.htm","",11,20,155);



		Menu5_1_1=new Array("Borneo","enchanting-borneo.htm","",0,20,110);

		Menu5_1_2=new Array("Cambodia","cambodia.htm","",0,20,110);

		Menu5_1_3=new Array("China","booking_get2.php?country=China&tourname=China%20Tours","",0,20,110);

		Menu5_1_4=new Array("Hongkong","hongkong.htm","",0,20,110);

		Menu5_1_5=new Array("India","india.htm","",0,20,110);

		Menu5_1_6=new Array("Indonesia","best-bali-indonesia-tours.htm","",0,20,110);

		Menu5_1_7=new Array("Laos","laos.htm","",0,20,110);

		Menu5_1_8=new Array("Malaysia","malaysia.htm","",0,20,110);

		Menu5_1_9=new Array("Singapore","singapore.htm","",0,20,110);

		Menu5_1_10=new Array("Thailand","thailand.htm","",0,20,110);

		Menu5_1_11=new Array("Vietnam","vietnam.htm","",0,20,110);



	Menu5_2=new Array("Arabia","arabia.htm","",4,20,155);



		Menu5_2_1=new Array("Abu Dhabi","abu-dhabi.htm","",0,20,110);

		Menu5_2_2=new Array("Dubai","dubai.htm","",0,20,110);

		Menu5_2_3=new Array("Qatar","qatar.htm","",0,20,110);

		Menu5_2_4=new Array("Oman","oman.htm","",0,20,110);



	Menu5_3=new Array("Europe","europe.htm","",3,20,155);



		Menu5_3_1=new Array("Western Europe","europe.htm","",9,20,160);



			Menu5_3_1_1=new Array("Austria",

				"austria.htm","",0,20,110);

			Menu5_3_1_2=new Array("Germany",

				"germany.htm","",0,20,110);

			Menu5_3_1_3=new Array("Netherlands",

				"booking_get2.php?country=Netherlands&tourname=Netherlands%20Tours","",0,20,110);

			Menu5_3_1_4=new Array("Belgium",

				"belgium.htm","",0,20,110);

			Menu5_3_1_5=new Array("Spain",

				"spain-and-portugal.htm","",0,20,110);

			Menu5_3_1_6=new Array("Portugal",

				"spain-and-portugal.htm","",0,20,110);

			Menu5_3_1_7=new Array("Italy",

				"italy.htm","",0,20,110);

			Menu5_3_1_8=new Array("UK",

				"booking_get2.php?country=Netherlands&tourname=UK%20Tours","",0,20,110);

			Menu5_3_1_9=new Array("Ireland",

				"ireland.htm","",0,20,110);



		Menu5_3_2=new Array("Eastern Europe","europe.htm","",9,20,160);



			Menu5_3_2_1=new Array("Poland",

				"poland.htm","",0,20,160);

			Menu5_3_2_2=new Array("Hungary",

				"booking_get2.php?country=Hungary&tourname=Hungary%20Tours","",0,20,160);

			Menu5_3_2_3=new Array("Bulgaria",

				"booking_get2.php?country=Bulgaria&tourname=Bulgaria%20Tours","",0,20,160);

			Menu5_3_2_4=new Array("Estonia",

				"booking_get2.php?country=Estonia&tourname=Estonia%20Tours","",0,20,160);

			Menu5_3_2_5=new Array("Romania",

				"romania.htm","",0,20,160);

			Menu5_3_2_6=new Array("Czech Republic",

				"czech.htm","",0,20,160);

			Menu5_3_2_7=new Array("Latvia",

				"booking_get2.php?country=Latvia&tourname=Latvia%20Tours","",0,20,160);

			Menu5_3_2_8=new Array("Slovakia",

				"slovakia.htm","",0,20,160);

			Menu5_3_2_9=new Array("Ukraine",

				"booking_get2.php?country=Ukraine&tourname=Ukraine%20Tours","",0,20,160);



		Menu5_3_3=new Array("Northern Europe","europe.htm","",4,20,160);

			Menu5_3_3_1=new Array("Finland",

				"finland.htm","",0,20,110);

			Menu5_3_3_2=new Array("Sweden",

				"booking_get2.php?country=Sweden&tourname=Sweden%20Tours","",0,20,110);

			Menu5_3_3_3=new Array("Denmark",

				"booking_get2.php?country=Denmark&tourname=Denmark%20Tours","",0,20,110);

			Menu5_3_3_4=new Array("Norway",

				"booking_get2.php?country=Norway&tourname=Norway%20Tours","",0,20,110);



	Menu5_4=new Array("America","america.htm","",2,20,155);



		Menu5_4_1=new Array("City Tours","america-cities.htm","",0,20,110);

		Menu5_4_2=new Array("Self-Drive Tours","america-selfdrive.htm","",0,20,110);



Menu6=new Array("Help & FAQ","help-and-faq.htm?src=10020875&lang=ENG","",0,21,100);



Menu7=new Array("Contact Us","contact.htm","",0,21,100);


