// sub window
var win=null;

function NewWindow(mypage,myname,w,h,scroll,pos){
	self.name ="main";
	if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
	if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
	if(pos=="right"){LeftPosition=(screen.width)?(screen.width-w-30):100;TopPosition=20}
		else if((pos!="center" && pos!="random") || pos==null){LeftPosition=20;TopPosition=20}
	settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
	win=window.open(mypage,myname,settings);
}


	// Globals effecting all menus
	var NoOfPopupMenus=3;
	var BaseHref="http://www.go-travel-spain.co.uk/images/Buttons/";

	var PopMenuSlide="";
	//var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	//var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var PopMenuShadow="0";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#000000, offX=5, offY=5, positive=1)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=135, strength=0)";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	
	var MenuWidth 						= 			125
	var subMenuWidth 					= 			140
	var SingleLine 						= 			18
	var DoubleLine 						= 			32
	var TripleLine 						= 			45
	var posOffsetLeft 					= 			0
	var posOffsetTop 					= 			20
	
	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

	//***********************************
	//CHINA 
	//***********************************
	
	PopMenu1=new Array(					// global variables for PopMenu1
		4,								// number of main items
		posOffsetLeft,					// Left position
		posOffsetTop,					// Top position
		'#000065',						// Normal font color
		'#AAEEEE',						// Normal back color
		"#000065",						// High font color
		'#E1FFFF',						// High back color
		'#000065',						// Border color
		"Verdana, Arial, Helvetica, Sans Serif",	// Fontfamily
		1,								// Bold
		0,								// Italic
		9,								// Font size
		0,								// First line horizontal
		0,								// First line permanent visible
		0,								// Border width
		"Left",							// Text align "left", "center" or "right"
		.25,							// Horizontal overlap
		.25,							// Vertical overlap
		1000,							// Delay
		0,								// Right to left unfold
		"chinaMenu",						// Target div
		0,								// Border between elements
		"left",							// Menu horizontal centered "left", "center" or "right"
		"top",							// Menu vertical centered "top", "center" or "bottom"
		BaseHref+"tri.gif",				// Arrow right
		5,								// Arrow Width
		10,								// Arrow Height
		BaseHref+"tridown.gif",			// Arrow down
		10,								// Arrow Width
		5,								// Arrow Height
		BaseHref+"trileft.gif",			// Arrow left
		5,								// Arrow Width
		10,								// Arrow Height
		2,								// Top padding
		2,								// Left padding
		0);								// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.
	
	PopMenu1_1=new Array("China Highlights",
			"viewItinerary.php?ID=42",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
				
	PopMenu1_2=new Array(
			"Magic of the Yangtze",
			"viewItinerary.php?ID=43",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
	
	PopMenu1_3=new Array(
			"Shangri-La Delight",		// ElementText
			"viewItinerary.php?ID=44",			// ElementLink
			
			"",							// ElementBgImage
			0,							// ElementNoOfSubElements
			SingleLine,					// ElementHeight
			subMenuWidth ,					// ElementWidth
			"",							// ElementBgColor
			"",							// ElementBgHighColor
			"",							// ElementFontColor
			"",							// ElementFontHighColor
			"",							// ElementBorderColor
			"",							// ElementFontFamily
			-1,							// ElementFontSize
			-1,							// ElementBold
			-1,							// ElementItalic
			"",							// ElementTextAlign
			"");						// ElementStatusText	

	PopMenu1_4=new Array("Grand China Tour",
			"viewItinerary.php?ID=45",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");

		
	
	/************************************/
	/** INDIA **/
			
	PopMenu2=new Array(					// global variables for PopMenu1
		7,								// number of main items
		posOffsetLeft,					// Left position
		posOffsetTop,					// Top position
		'#000065',						// Normal font color
		'#AAEEEE',						// Normal back color
		"#000065",						// High font color
		'#E1FFFF',						// High back color
		'#000065',						// Border color
		"Verdana, Arial, Helvetica, Sans Serif",	// Fontfamily
		1,								// Bold
		0,								// Italic
		9,								// Font size
		0,								// First line horizontal
		0,								// First line permanent visible
		0,								// Border width
		"Left",							// Text align "left", "center" or "right"
		.25,							// Horizontal overlap
		.25,							// Vertical overlap
		1000,							// Delay
		0,								// Right to left unfold
		"indiaMenu",						// Target div
		0,								// Border between elements
		"left",							// Menu horizontal centered "left", "center" or "right"
		"top",							// Menu vertical centered "top", "center" or "bottom"
		BaseHref+"tri.gif",				// Arrow right
		5,								// Arrow Width
		10,								// Arrow Height
		BaseHref+"tridown.gif",			// Arrow down
		10,								// Arrow Width
		5,								// Arrow Height
		BaseHref+"trileft.gif",			// Arrow left
		5,								// Arrow Width
		10,								// Arrow Height
		2,								// Top padding
		2,								// Left padding
		0);								// Unfold On Click
	
	/** INDIA TOURS **/
	
			
	PopMenu2_1=new Array("Land of the Maharajas ",
			"viewItinerary.php?ID=23",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
				
	PopMenu2_2=new Array("Orissa-The Soul of India",
			"viewItinerary.php?ID=12",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
	
	PopMenu2_3=new Array(
			"The Vibrant Gujarat",		// ElementText
			"viewItinerary.php?ID=13",			// ElementLink
			
			"",							// ElementBgImage
			0,							// ElementNoOfSubElements
			SingleLine,					// ElementHeight
			subMenuWidth ,					// ElementWidth
			"",							// ElementBgColor
			"",							// ElementBgHighColor
			"",							// ElementFontColor
			"",							// ElementFontHighColor
			"",							// ElementBorderColor
			"",							// ElementFontFamily
			-1,							// ElementFontSize
			-1,							// ElementBold
			-1,							// ElementItalic
			"",							// ElementTextAlign
			"");						// ElementStatusText	

	PopMenu2_4=new Array("Classical India",
			"viewItinerary.php?ID=11",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");

		PopMenu2_5=new Array(
			"Tigers & Temples",					// ElementText
			"viewItinerary.php?ID=3",					// ElementLink
			"",								// ElementBgImage
			0,								// ElementNoOfSubElements
			SingleLine,						// ElementHeight
			subMenuWidth,						// ElementWidth
			"",								// ElementBgColor
			"",								// ElementBgHighColor
			"",								// ElementFontColor
			"",								// ElementFontHighColor
			"",								// ElementBorderColor
			"",								// ElementFontFamily
			-1,								// ElementFontSize
			-1,								// ElementBold
			-1,								// ElementItalic
			"",								// ElementTextAlign
			"");							// ElementStatusText
		
	PopMenu2_6=new Array(
			"Kiplings Jungle",
			"viewItinerary.php?ID=4",
			"",
			0,
			SingleLine,						// ElementHeight
			subMenuWidth,						// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
	
	PopMenu2_7=new Array("Camel Safari ",
			"viewItinerary.php?ID=21",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");

			
		
	
	/** INDIA CYCLING 
	PopMenu2_7=new Array(
			"Biking Tours",								// ElementText
			"",															// ElementLink
			"1",															// ElementBgImage
			1,															// ElementNoOfSubElements
			SingleLine,													// ElementHeight
			MenuWidth,													// ElementWidth
			"",															// ElementBgColor
			"",															// ElementBgHighColor
			"",															// ElementFontColor
			"",															// ElementFontHighColor
			"",															// ElementBorderColor
			"",															// ElementFontFamily
			-1,															// ElementFontSize
			-1,															// ElementBold
			-1,															// ElementItalic
			"",															// ElementTextAlign
			""
			);														// ElementStatusText	
	
	PopMenu2_7_1=new Array(
			"Trans Himalayan Mountain Biking",
			"viewItinerary.php?ID=1",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
			**/
			
	/** INDIA TREKKING 
	PopMenu2_8=new Array(
			"Mountain Trekking",													// ElementText
			"",															// ElementLink
			"5",															// ElementBgImage
			5,															// ElementNoOfSubElements
			SingleLine,													// ElementHeight
			MenuWidth,													// ElementWidth
			"",															// ElementBgColor
			"",															// ElementBgHighColor
			"",															// ElementFontColor
			"",															// ElementFontHighColor
			"",															// ElementBorderColor
			"",															// ElementFontFamily
			-1,															// ElementFontSize
			-1,															// ElementBold
			-1,															// ElementItalic
			"",															// ElementTextAlign
			""
			);														// ElementStatusText	
	
	PopMenu2_8_1=new Array(
			"Sikkim Kanchenjunga over Goecha La",
			"viewItinerary.php?ID=8",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
				
	PopMenu2_8_2=new Array(
			"Garwhal Roopkund & the Himalaya",
			"viewItinerary.php?ID=7",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
			
	PopMenu2_8_3 =new Array(
			"Kinnaur Kailash",
			"viewItinerary.php?ID=10",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
			
	PopMenu2_8_4=new Array(
			"The Highlands of Rupshu and the Legendary Tsomoriri Lake",
			"viewItinerary.php?ID=9",
			"",
			0,
			DoubleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
			
	PopMenu2_8_5=new Array(
			"the Markha Valley Trek",									// ElementText
			"viewItinerary.php?ID=5",	// ElementLink
			"",															// ElementBgImage
			0,															// ElementNoOfSubElements
			SingleLine,													// ElementHeight
			subMenuWidth ,													// ElementWidth
			"",															// ElementBgColor
			"",															// ElementBgHighColor
			"",															// ElementFontColor
			"",															// ElementFontHighColor
			"",															// ElementBorderColor
			"",															// ElementFontFamily
			-1,															// ElementFontSize
			-1,															// ElementBold
			-1,															// ElementItalic
			"",															// ElementTextAlign
			""
			);														// ElementStatusText
		
**/			
			
	/**********************/
	/** POPMENU 3 VIETNAM **/
			
	PopMenu3=new Array(					// global variables for PopMenu1
		10,								// number of main items
		posOffsetLeft,					// Left position
		posOffsetTop,					// Top position
		'#000065',						// Normal font color
		'#AAEEEE',						// Normal back color
		"#000065",						// High font color
		'#E1FFFF',						// High back color
		'#000065',						// Border color
		"Verdana, Arial, Helvetica, Sans Serif",	// Fontfamily
		1,								// Bold
		0,								// Italic
		9,								// Font size
		0,								// First line horizontal
		0,								// First line permanent visible
		0,								// Border width
		"Left",							// Text align "left", "center" or "right"
		.25,							// Horizontal overlap
		.25,							// Vertical overlap
		1000,							// Delay
		0,								// Right to left unfold
		"vietnamMenu",						// Target div
		0,								// Border between elements
		"left",							// Menu horizontal centered "left", "center" or "right"
		"top",							// Menu vertical centered "top", "center" or "bottom"
		BaseHref+"tri.gif",				// Arrow right
		5,								// Arrow Width
		10,								// Arrow Height
		BaseHref+"tridown.gif",			// Arrow down
		10,								// Arrow Width
		5,								// Arrow Height
		BaseHref+"trileft.gif",			// Arrow left
		5,								// Arrow Width
		10,								// Arrow Height
		2,								// Top padding
		2,								// Left padding
		0);								// Unfold On Click

	
	PopMenu3_1=new Array("Timeless Vietnam",	// ElementText
			"viewItinerary.php?ID=31",// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",		// ElementBgColor
			"",		// ElementBgHighColor
			"",		// ElementFontColor
			"",		// ElementFontHighColor
			"",		// ElementBorderColor
			"",		// ElementFontFamily
			-1,		// ElementFontSize
			-1,		// ElementBold
			-1,		// ElementItalic
			"",		// ElementTextAlign
			"");		// ElementStatusText
		
	PopMenu3_2=new Array("Traditional Vietnam",
			"viewItinerary.php?ID=34",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
				
	PopMenu3_3=new Array("Veterans Trail",
			"viewItinerary.php?ID=37",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
			
	PopMenu3_4=new Array("Vibrant Cities",
			"viewItinerary.php?ID=32",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
			
			
	PopMenu3_5=new Array("Highlands and Beaches",
			"viewItinerary.php?ID=33",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");

	
	PopMenu3_6=new Array("Perfumed Rivers",
			"viewItinerary.php?ID=35",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");

	PopMenu3_7=new Array("Beaches, Rivers and Lakes",
			"viewItinerary.php?ID=36",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
			
	PopMenu3_8=new Array("Oriental Express",
			"viewItinerary.php?ID=39",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");

	PopMenu3_9=new Array(
			"Walking Holidays",													// ElementText
			"",															// ElementLink
			"1",															// ElementBgImage
			1,															// ElementNoOfSubElements
			SingleLine,													// ElementHeight
			MenuWidth,													// ElementWidth
			"",															// ElementBgColor
			"",															// ElementBgHighColor
			"",															// ElementFontColor
			"",															// ElementFontHighColor
			"",															// ElementBorderColor
			"",															// ElementFontFamily
			-1,															// ElementFontSize
			-1,															// ElementBold
			-1,															// ElementItalic
			"",															// ElementTextAlign
			""
			);														// ElementStatusText	
	

	PopMenu3_9_1=new Array("Elephant Heartlands",
			"viewItinerary.php?ID=38",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");

	
	
	
			
	/** VIETNAM DIVING **/
	PopMenu3_10=new Array(
			"Diving Holidays",													// ElementText
			"",															// ElementLink
			"",															// ElementBgImage
			2,															// ElementNoOfSubElements
			SingleLine,													// ElementHeight
			MenuWidth,													// ElementWidth
			"",															// ElementBgColor
			"",															// ElementBgHighColor
			"",															// ElementFontColor
			"",															// ElementFontHighColor
			"",															// ElementBorderColor
			"",															// ElementFontFamily
			-1,															// ElementFontSize
			-1,															// ElementBold
			-1,															// ElementItalic
			"",															// ElementTextAlign
			""
			);	
		
	PopMenu3_10_1=new Array("Dive Da Nang",
			"viewItinerary.php?ID=41",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
			
	PopMenu3_10_2=new Array("Corals of Nha Trang",
			"viewItinerary.php?ID=40",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");

	/**		
	PopMenu2_5=new Array(
			"Golfing Holidays",													// ElementText
			"",															// ElementLink
			"",															// ElementBgImage
			1,															// ElementNoOfSubElements
			SingleLine,													// ElementHeight
			MenuWidth,													// ElementWidth
			"",															// ElementBgColor
			"",															// ElementBgHighColor
			"",															// ElementFontColor
			"",															// ElementFontHighColor
			"",															// ElementBorderColor
			"",															// ElementFontFamily
			-1,															// ElementFontSize
			-1,															// ElementBold
			-1,															// ElementItalic
			"",															// ElementTextAlign
			""
			);	
		
	PopMenu2_5_1=new Array("Diving & Golfing Vietnam",
			"http://www.jvtraveluk.com/diving & golfing tours.php",
			"",
			0,
			SingleLine,		// ElementHeight
			subMenuWidth ,		// ElementWidth
			"",
			"",
			"",
			"",
			"",
			"",
			-1,
			-1,
			-1,
			"",
			"");
		**/

				
		//******
		//PopUpMenu3  Booking Info & Costs
		/******
		
	PopMenu3=new Array(		// global variables for PopMenu1
		5,			// number of main items
		posOffsetLeft,					// Left position
		posOffsetTop,					// Top position
		'#000065',						// Normal font color
		'#AAEEEE',						// Normal back color
		"#000065",						// High font color
		'#E1FFFF',						// High back color
		'#FFFFFF',						// Border color
		"Verdana, Arial, Helvetica, Sans Serif",	// Fontfamily
		1,								// Bold
		0,								// Italic
		8,								// Font size
		0,								// First line horizontal
		0,								// First line permanent visible
		0,								// Border width
		"Left",							// Text align "left", "center" or "right"
		.25,							// Horizontal overlap
		.25,							// Vertical overlap
		1000,							// Delay
		0,								// Right to left unfold
		"vietnamMenu",					// Target div
		1,								// Border between elements
		"left",							// Menu horizontal centered "left", "center" or "right"
		"top",							// Menu vertical centered "top", "center" or "bottom"
		BaseHref+"tri.gif",				// Arrow right
		5,								// Arrow Width
		10,								// Arrow Height
		BaseHref+"tridown.gif",			// Arrow down
		10,								// Arrow Width
		5,								// Arrow Height
		BaseHref+"trileft.gif",			// Arrow left
		5,								// Arrow Width
		10,								// Arrow Height
		2,								// Top padding
		2,								// Left padding
		0);								// Unfold On Click


	PopMenu3_1=new Array(
		"About Us",										// ElementText
		"javascript:NewWindow('http://www.go-travel-spain.co.uk/aboutUs.htm','aboutUs','500','625','yes','center');",	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		SingleLine,
		MenuWidth,
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize
		-1,		// ElementBold
		-1,		// ElementItalic
		"",		// ElementTextAlign
		"");		// ElementStatusText
		
		

	PopMenu3_2=new Array(
		"Contact Details",								// ElementText
		"javascript:NewWindow('http://www.go-travel-spain.co.uk/contactUs.htm','contactUs','500','525','yes','center');",	// ElementLink
		"",												// ElementBgImage
		0,												// ElementNoOfSubElements
		SingleLine,
		MenuWidth,
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize
		-1,		// ElementBold
		-1,		// ElementItalic
		"",		// ElementTextAlign
		"");		// ElementStatusText
		
	PopMenu3_3=new Array(
		"Online booking enquiry",						// ElementText
		"EnquiryForm.php",								// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		SingleLine,
		MenuWidth,
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize
		-1,		// ElementBold
		-1,		// ElementItalic
		"",		// ElementTextAlign
		"");		// ElementStatusText

	
	PopMenu3_4=new Array(
		"Booking Conditions",	// ElementText
		"javascript:NewWindow('http://www.go-travel-spain.co.uk/bookingConditions.htm','bookingConditions','780','650','yes','center');",	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		SingleLine,
		MenuWidth,
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize
		-1,		// ElementBold
		-1,		// ElementItalic
		"",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu3_5=new Array(
		"Your Privacy",	// ElementText
		"javascript:NewWindow('http://www.go-travel-spain.co.uk/privacyPolicy.htm','privacyPolicy','650','550','yes','center');",	// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		SingleLine,
		MenuWidth,
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize
		-1,		// ElementBold
		-1,		// ElementItalic
		"",		// ElementTextAlign
		"");		// ElementStatusText

	
	//************
	//Popup menu4  agentAdmin
	//************
	
	PopMenu4=new Array(										// global variables for PopMenu3
		3,													// number of main items
		posOffsetLeft,					// Left position
		posOffsetTop,					// Top position
		'#000065',						// Normal font color
		'#AAEEEE',						// Normal back color
		"#000065",						// High font color
		'#E1FFFF',						// High back color
		'#FFFFFF',						// Border color
		"Verdana, Arial, Helvetica, Sans Serif",	// Fontfamily
		1,								// Bold
		0,								// Italic
		8,								// Font size
		0,								// First line horizontal
		0,								// First line permanent visible
		0,								// Border width
		"Left",							// Text align "left", "center" or "right"
		.25,							// Horizontal overlap
		.25,							// Vertical overlap
		1000,							// Delay
		0,								// Right to left unfold
		"agentAdmin",					// Target div
		1,								// Border between elements
		"left",							// Menu horizontal centered "left", "center" or "right"
		"top",							// Menu vertical centered "top", "center" or "bottom"
		BaseHref+"tri.gif",				// Arrow right
		5,								// Arrow Width
		10,								// Arrow Height
		BaseHref+"tridown.gif",			// Arrow down
		10,								// Arrow Width
		5,								// Arrow Height
		BaseHref+"trileft.gif",			// Arrow left
		5,								// Arrow Width
		10,								// Arrow Height
		2,								// Top padding
		2,								// Left padding
		0);								// Unfold On Click


	PopMenu4_1=new Array(
			"Supplier List",				// ElementText
			"supplierListing.php",				// ElementLink
			"",								// ElementBgImage
			0,								// ElementNoOfSubElements
			SingleLine,						// ElementHeight
			MenuWidth,						// ElementWidth
			"",								// ElementBgColor
			"",								// ElementBgHighColor
			"",								// ElementFontColor
			"",								// ElementFontHighColor
			"",								// ElementBorderColor
			"",								// ElementFontFamily
			-1,								// ElementFontSize
			-1,								// ElementBold
			-1,								// ElementItalic
			"",								// ElementTextAlign
			"");							// ElementStatusText
			
	PopMenu4_2=new Array(
			"Bookings",						// ElementText
			"commissionListing.php",								// ElementLink
			"",								// ElementBgImage
			0,								// ElementNoOfSubElements
			SingleLine,						// ElementHeight
			MenuWidth,						// ElementWidth
			"",								// ElementBgColor
			"",								// ElementBgHighColor
			"",								// ElementFontColor
			"",								// ElementFontHighColor
			"",								// ElementBorderColor
			"",								// ElementFontFamily
			-1,								// ElementFontSize
			-1,								// ElementBold
			-1,								// ElementItalic
			"",								// ElementTextAlign
			"");							// ElementStatusText

	PopMenu4_3=new Array(
			"Log Out",						// ElementText
			"logout.php",								// ElementLink
			"",								// ElementBgImage
			0,								// ElementNoOfSubElements
			SingleLine,						// ElementHeight
			MenuWidth,						// ElementWidth
			"",								// ElementBgColor
			"",								// ElementBgHighColor
			"",								// ElementFontColor
			"",								// ElementFontHighColor
			"",								// ElementBorderColor
			"",								// ElementFontFamily
			-1,								// ElementFontSize
			-1,								// ElementBold
			-1,								// ElementItalic
			"",								// ElementTextAlign
			"");							// ElementStatusText



PopMenu5=new Array(										// global variables for PopMenu3
		2,													// number of main items
		posOffsetLeft,					// Left position
		posOffsetTop,					// Top position
		'#000065',						// Normal font color
		'#AAEEEE',						// Normal back color
		"#000065",						// High font color
		'#E1FFFF',						// High back color
		'#FFFFFF',						// Border color
		"Verdana, Arial, Helvetica, Sans Serif",	// Fontfamily
		1,								// Bold
		0,								// Italic
		8,								// Font size
		0,								// First line horizontal
		0,								// First line permanent visible
		0,								// Border width
		"Left",							// Text align "left", "center" or "right"
		.25,							// Horizontal overlap
		.25,							// Vertical overlap
		1000,							// Delay
		0,								// Right to left unfold
		"logIn",						// Target div
		1,								// Border between elements
		"left",							// Menu horizontal centered "left", "center" or "right"
		"top",							// Menu vertical centered "top", "center" or "bottom"
		BaseHref+"tri.gif",				// Arrow right
		5,								// Arrow Width
		10,								// Arrow Height
		BaseHref+"tridown.gif",			// Arrow down
		10,								// Arrow Width
		5,								// Arrow Height
		BaseHref+"trileft.gif",			// Arrow left
		5,								// Arrow Width
		10,								// Arrow Height
		2,								// Top padding
		2,								// Left padding
		0);								// Unfold On Click


	PopMenu5_1=new Array(
			"Agent Log In",					// ElementText
			"login.php",				// ElementLink
			"",								// ElementBgImage
			0,								// ElementNoOfSubElements
			SingleLine,						// ElementHeight
			MenuWidth,						// ElementWidth
			"",								// ElementBgColor
			"",								// ElementBgHighColor
			"",								// ElementFontColor
			"",								// ElementFontHighColor
			"",								// ElementBorderColor
			"",								// ElementFontFamily
			-1,								// ElementFontSize
			-1,								// ElementBold
			-1,								// ElementItalic
			"",								// ElementTextAlign
			"");							// ElementStatusText
			
	PopMenu5_2=new Array(
			"Forgotten Password",						// ElementText
			"fo45xV2.php",								// ElementLink
			"",								// ElementBgImage
			0,								// ElementNoOfSubElements
			SingleLine,						// ElementHeight
			MenuWidth,						// ElementWidth
			"",								// ElementBgColor
			"",								// ElementBgHighColor
			"",								// ElementFontColor
			"",								// ElementFontHighColor
			"",								// ElementBorderColor
			"",								// ElementFontFamily
			-1,								// ElementFontSize
			-1,								// ElementBold
			-1,								// ElementItalic
			"",								// ElementTextAlign
			"");							// ElementStatusText










/***		
		PopMenu5_3=new Array(
		"Consumer Protection",	// ElementText
		"protection.htm",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		SingleLine,
		MenuWidth,
		"",		// ElementBgColor
		"",		// ElementBgHighColor
		"",		// ElementFontColor
		"",		// ElementFontHighColor
		"",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize
		-1,		// ElementBold
		-1,		// ElementItalic
		"",		// ElementTextAlign
		"");		// ElementStatusText
		
		**/