

Menu1=new Array("home |","index.html","",0,18,47);

Menu2=new Array("about us |","about.html","",0,18,63);

/*-------------------------------------------
Destinations pulldown menu

If adding to menu, change first red to how many 
options there will be on pull down 
There are 14 at the moment, if adding one item, it will become 15

Add your new menu item by copying the second last
existing menu item and pasting it drectly after.
Change the menu number to 
	menu3_??=new array   
Make sure all menu numbers are consective

Change the first name in double quotes to the name you want
displayed in the dropdown menu, then type in its url
ie. ("Latin America","latinamerica.php","",0,16);

--------------------------------------------*/



Menu3=new Array("destinations |","","",14,18,82);
	Menu3_1=new Array("Multi Country Tours","mct_explorer.php","",0,32,100);
	Menu3_2=new Array("Argentina","argentina.php","",0, 16);
	Menu3_3=new Array("Bolivia","bolivia.php","",0, 16);
	Menu3_4=new Array("Brazil","brazil.php","",0, 16);
	Menu3_5=new Array("Chile","chile.php","",0, 16);
	Menu3_6=new Array("Costa Rica","costarica.php","",0, 16);
	Menu3_7=new Array("Colombia","colombia.php","",0, 16);
	Menu3_8=new Array("Cuba","cuba.php","",0, 16);
	Menu3_9=new Array("Ecuador","ecuador.php","",0, 16);
	Menu3_10=new Array("Guatemala","guatemala.php","",0, 16);
	Menu3_11=new Array("Mexico","mexico.php","",0,16);
	Menu3_12=new Array("Panama","panama.php","",0,16);
	Menu3_13=new Array("Peru","peru.php","",0,16);
	Menu3_14=new Array("Venezuela","venezuela.php","",0,17,100);
	


/*-------------------------------------------
Travel Tools Pull down menu
--------------------------------------------*/
	
	
Menu4=new Array("travel tools |","","",10,18,79);		
	Menu4_1=new Array("Before You Go","beforeyougo.html","",0,16,105);
	Menu4_2=new Array("Currency Exchange","currency.html","",0, 16);
	Menu4_3=new Array("Customs","customs.html","",0, 16);
	Menu4_4=new Array("My Air Booking","airbooking.html","",0, 16);
	Menu4_5=new Array("Travel Insurance","travelinsurance.html","",0, 16);
	Menu4_6=new Array("Travel Warnings","warning.html","",0, 16);
	Menu4_7=new Array("Visa","visas.html","",0, 16);
	Menu4_8=new Array("World Electricity","electricity.html","",0,16);
	Menu4_9=new Array("World Time","worldtime.html","",0, 16);
	Menu4_10=new Array("Weather","weather.html","",0,17,100);

Menu5=new Array("tailor-made tours |","tailormade.php","",0,18,113);

Menu6=new Array("testimonials |","testimonials.html","",0,18,85);

Menu7=new Array("links |","links.html","",0,18,40);

Menu8=new Array("contact us","contact.html","",0,18,70);
