
//(c) Ger Versluis 2000 version 4.1, 3 May 2002
// Notation of PopMenu1 is different from PopMenu1. The result is the same. PopMenu1 is more understandable. PopMenu1 loads faster.

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

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

PopMenu1=new Array(42);
	PopMenu1[0]=1;											// number of main items
	PopMenu1[1]=46;											// Left position
	PopMenu1[2]=82;											// Top position
	PopMenu1[3]='#996633';									// Normal font color
	PopMenu1[4]='#FFFFEA';									// Normal back color
	PopMenu1[5]='#FFFFFF';									// High font color
	PopMenu1[6]='#999966';									// High back color
	PopMenu1[7]='';											// Border color
	PopMenu1[8]='Verdana, Arial, Helvetica, sans-serif';	// Fontfamily
	PopMenu1[9]=0;											// 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]=0;											// Border width
	PopMenu1[15]='center';									// Text align 'left', 'center' or 'right'
	PopMenu1[16]=0;											// Horizontal overlap
	PopMenu1[17]=-.50;										// Vertical overlap
	PopMenu1[18]=1000;										// Delay
	PopMenu1[19]=0;											// Right to left unfold
	PopMenu1[20]='';										// Target div
	PopMenu1[21]=0;											// Border between elements
	PopMenu1[22]='left';									// Menu horizontal centered 'left', 'center' or 'right'
	PopMenu1[23]='top';										// Menu vertical centered 'top', 'center' or 'bottom'
	PopMenu1[24]='#FFFFEA';									// Normal fontcolor sub items
	PopMenu1[25]='#999966';									// Normal back color sub items
	PopMenu1[26]='#FFFFFF';									// High font color sub items
	PopMenu1[27]='#336699';									// High back color sub items
	PopMenu1[28]='black';									// Border color sub items
	PopMenu1[29]='/images/clear.gif';						// Arrow right
	PopMenu1[30]=0;											// Arrow Width
	PopMenu1[31]=0;											// Arrow Height
	PopMenu1[32]='/images/clear.gif';						// Arrow down
	PopMenu1[33]=0;											// Arrow Width
	PopMenu1[34]=0;											// Arrow Height
	PopMenu1[35]='/images/clear.gif';						// Arrow left
	PopMenu1[36]=0;											// Arrow Width
	PopMenu1[37]=0;											// Arrow Height
	PopMenu1[38]=1;											// Keep selected path highlighted
	PopMenu1[39]=0;											// Top padding
	PopMenu1[40]=0;											// Left padding
	PopMenu1[41]=0;											// Unfold On Click



//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

	PopMenu1_1=new Array('rollover:/images/tabactivities.jpg:/images/tabactivitiesover.jpg','','',16,22,97);
	PopMenu1_1_1=new Array('PeruActivities','http://www.lostworldadventures.com//activities/PeruActivities.jpg','',0,20,109);
	PopMenu1_1_2=new Array('Bi','http://www.lostworldadventures.com//activities/biking','',0,20,109);
	PopMenu1_1_3=new Array('Ca','http://www.lostworldadventures.com//activities/caving','',0,20,109);
	PopMenu1_1_4=new Array('Clim','http://www.lostworldadventures.com//activities/climbing','',0,20,109);
	PopMenu1_1_5=new Array('Crui','http://www.lostworldadventures.com//activities/cruising','',0,20,109);
	PopMenu1_1_6=new Array('Di','http://www.lostworldadventures.com//activities/diving','',0,20,109);
	PopMenu1_1_7=new Array('Fis','http://www.lostworldadventures.com//activities/fishing','',0,20,109);
	PopMenu1_1_8=new Array('Hi','http://www.lostworldadventures.com//activities/hiking','',0,20,109);
	PopMenu1_1_9=new Array('Horsebackri','http://www.lostworldadventures.com//activities/horsebackriding','',0,20,109);
	PopMenu1_1_10=new Array('Kaya','http://www.lostworldadventures.com//activities/kayaking','',0,20,109);
	PopMenu1_1_11=new Array('Paragli','http://www.lostworldadventures.com//activities/paragliding','',0,20,109);
	PopMenu1_1_12=new Array('Raf','http://www.lostworldadventures.com//activities/rafting','',0,20,109);
	PopMenu1_1_13=new Array('Sai','http://www.lostworldadventures.com//activities/sailing','',0,20,109);
	PopMenu1_1_14=new Array('Sk','http://www.lostworldadventures.com//activities/skiing','',0,20,109);
	PopMenu1_1_15=new Array('Snorke','http://www.lostworldadventures.com//activities/snorkeling','',0,20,109);
	PopMenu1_1_16=new Array('Windsur','http://www.lostworldadventures.com//activities/windsurfing','',0,20,109);
	
