/*
  --- 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 = [



	['Weather', null, null,
		['Cartagena','WeatherCartagena.htm', {'tw' : '_self'}],
		['Garrucha','WeatherGarrucha.htm', {'tw' : '_self'}],
		['Almeria','WeatherAlmeria.htm', {'tw' : '_self'}],
		['Mojacar','WeatherWindSea.htm', {'tw' : '_self'}],
		['Carboneras','WeatherWindSea1.htm', {'tw' : '_self'}],
		['Weather Chart','WeatherChart.htm', {'tw' : '_self'}],		
		],

	['Sailing News', null, null,
		['YachtsandYachting','YachtsandYachting.htm', {'tw' : '_self'}],
		['Daily Sail','Dailysail.htm', {'tw' : '_self'}],
		['Yachts and Boating World','YachtsandBoatingWorld.htm', {'tw' : '_self'}]

		],	
	
	['Sailing Clubs', 'OtherSailingClubs.htm', {'tw' : '_self'}],

	
	['For Sale/Wanted', null, null,
	['Place Advertisment','Advertise.htm', {'tw' : '_self'}],	
	['For Sale','ForSale.htm', {'tw' : '_self'}],
	['Wanted','Wanted.htm', {'tw' : '_self'}]

	
	],

	['Around the Area', null, null,
		['Mojacar','AroundMojacar.htm', {'tw' : '_self'}],
				['Almeria','AroundAlmeria.htm', {'tw' : '_self'}]

		],	

	['Links', 'links.htm', {'tw' : '_self'}],
	


['&nbsp', null, null,
	
	],
	['&nbsp', null, null,
	
	],





];

	
