/*
  --- menu level scope settins structure --- 
  note that this structure has changed its format since previous version.
  Now this structure has the same layout as Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_POS = [
{
	// item sizes
	'height': 22,
	'width': 163,

	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': 154,
	'block_left': 1,

	// offsets between items of the same level
	'top': 22,
	'left': 0,

	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 1500,

	'css' : {
		'outer' : ['m0l0oout','m0l0oover'],
		'inner' : ['m0l0iout','m0l0iover']
	}	
},
{
	'height': 30,
	'width': 200,
	'block_top': 0,
	'block_left': 160,
	'top': 28,
	'left': 0,
	'hide_delay': 1500,
	'css' : {
		'outer' : ['m0l1oout','m0l1oover'],
		'inner' : ['m0l1iout','m0l1iover']
	}	
},


{
	'height': 30,
	'width': 200,
	'block_top': 0,
	'block_left': 160,
	'top': 28,
	'left': 0,
	'hide_delay': 1500,
	'css' : {
		'outer' : ['m0l2oout','m0l2oover'],
		'inner' : ['m0l2iout','m0l2iover']
	}	
},

];




var MENU_ITEMS = [



['Home Page','http://www.seaforever.com/index.php', null ,],

['Accommodation','http://www.seaforever.com/accommodation.php', null ,],

/*['Scuba Diving','http://www.seaforever.com/seadive/index.php', null ,

	['Scuba Diving Centre','http://www.seaforever.com/seadive/index.php', null ,],

	['Dive Courses','http://www.seaforever.com/seadive/dc_open.php', null,
		['Open Water Diver Course','http://www.seaforever.com/seadive/dc_open.php', null ,],
		['Advanced Diver Course','http://www.seaforever.com/seadive/dc_opena.php', null ,],
		['Master Diver Course','http://www.seaforever.com/seadive/dc_mast.php', null ,],
		['Rescue Diver Course','http://www.seaforever.com/seadive/dc_resc.php', null ,],
		['Specialty Diver Course','http://www.seaforever.com/seadive/dc_spec.php', null ,],
	],

	['Leadership Courses','http://www.seaforever.com/seadive/lc_dive.php', null,
		['Dive Master / Dive Leader Course','http://www.seaforever.com/seadive/lc_dive.php', null ,],
		['Instructor Course','http://www.seaforever.com/seadive/lc_inst.php', null ,],
	],

	['Specialty Courses','http://www.seaforever.com/seadive/sc_eann.php', null,
		['EAN Nitrox Course','http://www.seaforever.com/seadive/sc_eann.php', null ,],
		['Shark Awareness Course','http://www.seaforever.com/seadive/sc_shaw.php', null ,],
		['Shark Advanced Course','http://www.seaforever.com/seadive/sc_shad.php', null ,],
		['Wreck Awareness Course','http://www.seaforever.com/seadive/sc_wraw.php', null ,],
		['Wreck Advanced Course','http://www.seaforever.com/seadive/sc_wrad.php', null ,],
		['Deep Diving Course','http://www.seaforever.com/seadive/sc_deep.php', null ,],
		['Night / Limited Visibility Course','http://www.seaforever.com/seadive/sc_night.php', null ,],
		['Underwater Photography Course','http://www.seaforever.com/seadive/sc_photo.php', null ,],
		['Navigation Course','http://www.seaforever.com/seadive/sc_navi.php', null ,],
		['First Aid & CPR Course','http://www.seaforever.com/seadive/sc_first.php', null ,],
	],


],*/

['Activities','http://www.seaforever.com/activities.php', null ,
	['At Guesthouse','http://www.seaforever.com/activities.php', null ,],
	
],

['Tariffs & Packages','http://www.seaforever.com/tariffs.php', null ,],

['Reservations','http://www.seaforever.com/reservations.php', null ,],

['Contact Details','http://www.seaforever.com/contact.php', null ,
	['Contact Details','http://www.seaforever.com/contact.php', null ,],
	['Map & Directions','http://www.seaforever.com/co_map.php', null ,],
	['PRO-ATIA for Seaforever','http://www.seaforever.com/proatia.htm', null ,],
,],

//['Seaforever News','http://www.seaforever.com/news.php', null ,],

['Seaforever Gallery','http://www.seaforever.com/gallery.php', null ,
	['Video Gallery','http://www.seaforever.com/ga_video.php', null ,],
	['Photo Gallery','http://www.seaforever.com/ga_photo.php', null ,],
	['Desktop Wallpaper','http://www.seaforever.com/ga_desktop.php', null ,],
,],

['South Coast Weather','http://www.seaforever.com/weather.php', null ,
	['Weather Updates','http://www.seaforever.com/south.html', null ,],
	['Radar Images (SAWS)','http://www.seaforever.com/radar.html', null ,],
	['EUMETSTAT Images','http://www.seaforever.com/meteosat.html', null ,],

,],


];
