//(c) Ger Versluis 2000 version 4.15, 9 July 2002
// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

	// Globals
	var PopNoOffMenus=1;
	var PopWebMasterCheck=0;
	var BaseHref="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}


PopMenu1=new Array(42);
	PopMenu1[0]=8;			// number of main items
	PopMenu1[1]=0;			// Left position
	PopMenu1[2]=135;			// Top position
	PopMenu1[3]="#008080";		// Normal font color
	PopMenu1[4]="#DDEEEE";		// Normal back color
	PopMenu1[5]="#008080";		// High font color
	PopMenu1[6]="white";		// High back color
	PopMenu1[7]="#008080";		// Border color
	PopMenu1[8]="arial";	// Fontfamily
	PopMenu1[9]=1;			// Bold
	PopMenu1[10]=0;			// Italic
	PopMenu1[11]=9;			// Font size
	PopMenu1[12]=1;			// First line horizontal
	PopMenu1[13]=1;			// First line permanent visible
	PopMenu1[14]=1;			// Border width
	PopMenu1[15]="center";		// Text align "left", "center" or "right"
	PopMenu1[16]=.01;		// Horizontal overlap
	PopMenu1[17]=.75;		// Vertical overlap
	PopMenu1[18]=100;		// Delay
	PopMenu1[19]=0;			// Right to left unfold
	PopMenu1[20]="sairam";		// Target div
	PopMenu1[21]=1;			// Border between elements
	PopMenu1[22]="center";		// Menu horizontal centered "left", "center" or "right"
	PopMenu1[23]="top";		// Menu vertical centered "top", "center" or "bottom"
	PopMenu1[24]="#008080";		// Normal fontcolor sub items
	PopMenu1[25]="#DAF1F1";		// Normal back color sub items
	PopMenu1[26]="white";		// High font color sub items
	PopMenu1[27]="#008080";		// High back color sub items
	PopMenu1[28]="#008080";		// Border color sub items
	PopMenu1[29]=BaseHref+"tri.gif";	// Arrow right
	PopMenu1[30]=5;			// Arrow Width
	PopMenu1[31]=10;			// Arrow Height
	PopMenu1[32]=BaseHref+"tridown.gif";// Arrow down
	PopMenu1[33]=10;			// Arrow Width
	PopMenu1[34]=5;			// Arrow Height
	PopMenu1[35]=BaseHref+"trileft.gif";	// Arrow left
	PopMenu1[36]=5;			// Arrow Width
	PopMenu1[37]=10;			// Arrow Height
	PopMenu1[38]=1;			// Keep selected path highlighted
	PopMenu1[39]=2;			// Top padding
	PopMenu1[40]=6;			// Left padding
	PopMenu1[41]=0;			// Unfold On Click

	PopMenu1_1=new Array("Homepage","index.html","",0,18,96);
	PopMenu1_2=new Array("Sairam Tourism","http://www.sairamtour.com/st/st_02.html","",0,18,110);
	PopMenu1_3=new Array("Uzbekistan","http://www.sairamtour.com/uz/uz_01.html","",0,18,100);
	PopMenu1_4=new Array("Central Asia","http://www.sairamtour.com/ca/ca_01.html","",0,18,95);
	PopMenu1_5=new Array("The Great Silk Road","http://www.sairamtour.com/sr/sr_01.html","",0,18,140);
	PopMenu1_6=new Array("News","javascript:NewWin=window.open(\"http://www.sairamtour.com/news/product_manager/index.html\",\"NWin\");window[\"NewWin\"].focus()","",0,18,62);
	PopMenu1_7=new Array("Site Map","javascript:NewWin=window.open(\"http://www.sairamtour.com/site_map.html\",\"NWin\");window[\"NewWin\"].focus()","",0,18,75);
	PopMenu1_8=new Array("Contact Us","javascript:NewWin=window.open(\"http://www.sairamtour.com/Mailsender.html\",\"NWin\");window[\"NewWin\"].focus()","",0,18,90);

