/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='024767';			// Background color when mouse is not over
	var LowSubBgColor='D2C3A1';			// Background color when mouse is not over on subs
	var HighBgColor='gray';			// Background color when mouse is over
	var HighSubBgColor='024767';			// Background color when mouse is over on subs
	var FontLowColor='white';			// 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='white';			// Font color subs when mouse is over
	var BorderColor='024767';			// Border color
	var BorderSubColor='#4d88c4';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Square721 BT"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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='right';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=146;				// Menu offset x coordinate
	var StartLeft=-230;				// 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=1;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// 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='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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("&nbsp;&nbsp<font size=1><b>HOTELS</b></font>","","",17,15,75);
	Menu1_1=new Array("Sust","sust.htm","",0,15,75);	
	Menu1_2=new Array("Gulmit","gulmit.htm","",0);	
	Menu1_3=new Array("Hunza","hunza.htm","",0);
	Menu1_4=new Array("Gilgit","gilgit.htm","",0);	
	Menu1_5=new Array("Skardu","skardu.htm","",0);
	Menu1_6=new Array("Swat","swat.htm","",0);	
	Menu1_7=new Array("Peshawar","peshawar.htm","",0);
	Menu1_8=new Array("Murree","murree.htm","",0);	
	Menu1_9=new Array("Islamabad","islamabad.htm","",0);
	Menu1_10=new Array("Lahore","lahore.htm","",0);	
	Menu1_11=new Array("Multan","multan.htm","",0);
	Menu1_12=new Array("Bahawalpur","bahawalpur.htm","",0);	
	Menu1_13=new Array("Quetta","quetta.htm","",0);
	Menu1_14=new Array("Sukkur","sukkur.htm","",0);	
	Menu1_15=new Array("Larkana","larkana.htm","",0);
	Menu1_16=new Array("Hyderabad","hyderabad.htm","",0);	
	Menu1_17=new Array("Karachi","karachi.htm","",0);
	
			

Menu2=new Array("&nbsp;&nbsp<font size=1><b>MAPS</b>","","",1,15,60);
	Menu2_1=new Array("Maps","map.htm","",0,15,60);	
		
	
Menu3=new Array("&nbsp;&nbsp<font size=1><b>ITINERARIES</b>","","",4,16,95);
	Menu3_1=new Array("Adventure","adventure.htm","",0,16,95);	
	Menu3_2=new Array("Culture","culture.htm","",0,16,100);	
	Menu3_3=new Array("Special Interests","interests.htm","",0,16,100);
	Menu3_4=new Array("Expeditions","expeditions.htm","",0,16,100);
	
							
Menu4=new Array("&nbsp;&nbsp<font size=1><b>FLIGHTS</b>","","",1,16,70);
	Menu4_1=new Array("Flights","flights.htm","",0,16,70);
	
		

Menu5=new Array("&nbsp;&nbsp<font size=1><b>GEOGRAPHY</b>","","",5,16,95);
	Menu5_1=new Array("Punjab","Geography/punjab.htm","",0,16,95);
	Menu5_2=new Array("Sindh","Geography/sindh.htm","",0,16,100);
	Menu5_3=new Array("NWFP","Geography/nwfp.htm","",0,16,100);
	Menu5_4=new Array("Baluchistan","Geography/baluchistan.htm","",0,16,100);
	Menu5_5=new Array("Northern Areas","Geography/north.htm","",0,16,100);
	
	
Menu6=new Array("&nbsp;&nbsp<font size=1><b>GENERAL INFO</b>","","",1,16,105);
	Menu6_1=new Array("General Info","general_information.htm","",0,15,105);
	


Menu7=new Array("&nbsp;&nbsp<font size=1><b>REFERENCES</b>","","",1,16,95);
	Menu7_1=new Array("References","references.htm","",0,16,95);
	