/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
				  
				  
	['About Us', null, null,
		['About Us', 'http://southfishing.com/pages/aboutsf.html'],
		['In The Press', 'http://www.southfishing.com/pages/articles.html'],
		['Contact Info', 'http://www.southfishing.com/pages/contact.html'],
		['Info Request', 'http://www.southfishing.com/pages/mailform.shtml'],
		['Home', 'http://www.southfishing.com'],
	],
	
	['Saltwater', null, null,
		['Venezuela', null, null,
			['La Guaira Bank Billfishing', 'http://www.southfishing.com/pages/venezuelabillfish.html'],
			['Los Roques Bonefishing', 'http://www.southfishing.com/pages/venezuelabonefish.html'],
			['Rio Chico', 'http://www.southfishing.com/pages/VenRioChico.html'],
		],
		['Costa Rica', null, null,
		 	['Rio Parismina','http://www.southfishing.com/pages/CRRioParismina.html'],
			['Los Sueños Package','http://www.southfishing.com/pages/CRlossuenos.html'],
			['Flamingo','http://www.southfishing.com/pages/CRflamingo.html'],
			['Quepos', 'http://www.southfishing.com/pages/CRquepos.html'],
			['Golfito', 'http://www.southfishing.com/pages/CRgolfito.html'],
			['Silver King / Rio Colorado', 'http://www.southfishing.com/pages/CRsilverking.html'],
			['El Ocotal','http://www.southfishing.com/pages/CRelocotal.html'],
			
		],
		['Guatemala', null, null,
			['Casa Vieja','http://www.southfishing.com/pages/Gfins.html'],
		],
		
		['Mexico ', null, null,
			['Baja / Cabo San Lucas ','http://www.southfishing.com/pages/MXbaja.html'],
			['Casa Blanca/Playa Blanca','http://www.southfishing.com/pages/MXblanca.html'],
		],
		
		['Panama', null, null,
		 	['Piñas Bay/Tropic Star','http://www.southfishing.com/pages/Ptropicstar.html'],
				],
		['Bahamas', null, null,
		 	
			['Stafford Creek Lodge','http://www.southfishing.com/pages/Bstafford.html'],
			['Andros Bonefish Club','http://www.southfishing.com/pages/Bandros.html'],
	],
		['Belize', null, null,
		 	
			['Belize River Lodge/Snook','http://www.southfishing.com/pages/BLZriver.html'],
	],
		
	],
	['Freshwater', null, null,
	 	
		,
	],
	['Catch Reports', null, null,
		['International Reports', 'http://www.southfishing.com/pages/internationalreports.html'],
	],
	
	['Travel Tools', null, null,
		['Travel Planning', 'http://www.southfishing.com/pages/links.htm'],
		['Travel Insurance', 'http://www.southfishing.com/pages/links2.htm'],		
	],

	['Tournaments', null, null,
		['Stu Apte Tournament', 'http://www.stuapteflytournament.com/'],	
	],
];


