/*

  --- 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 = [

	['HOME', 'index.html'

	],

	['FACILITIES', 'facilities.html', null,

		['MAPS', 'maps.html']

	],

	['RENTALS', 'rentals.html', null,

		['UNIT #5 - THE CHALET', 'chalet.html'],

		['UNIT #6 - CAMELOT', 'camelot.html'],

              ['UNIT #20 - HEATHER', 'heather.html']

	],

	['GALLERIES', null, null,

		['RESORT', 'gallery.html'],

		['BROOKINGS AREA', 'sites.html']

	],

	['RESOURCES', null, null,

		['LATEST FISHING REPORT', 'http://www.dfw.state.or.us/RR/southwest/', {'tw' : '_blank'}],

		['CABLE TV CHANNEL LIST', 'https://docs.google.com/document/d/18m9kQs-QaqvT5V-XeWcP6ESuObpkZRyHqSRzU-oIJBA/edit?hl=en&authkey=COrDnMEM', {'tw' : '_blank'}],

		['THINGS TO DO & SEE', 'https://docs.google.com/document/d/1ZWaE-LjeBWBtk0QH8akowuzXqy2CHmyCOzPUaSv_Pm8/edit?hl=en&authkey=CM-f_vwP', {'tw' : '_blank'}],

		['PRINTABLE SITE MAP', 'https://docs.google.com/document/d/182k0t2Xs9XbP0tyJNfAX0Q_rXqcsK-BjoHeZWXWrfhw/edit?hl=en&authkey=CMnljqEO', {'tw' : '_blank'}],

		['INFO SHEET (Pg 1 General)', 'https://docs.google.com/document/d/19FvqISG-TtBF29QzDew7Y02_nIhkkU8NQqhqpmIlUG8/edit?hl=en_US&authkey=CJqS_4cL', {'tw' : '_blank'}],

		['RATE SHEET (Pg 2 Summer)', 'https://docs.google.com/document/d/1DNxzoW3FsM0psJqLFpKBV1t_e5ijksA_6F4kQo03v9s/edit?hl=en_US&authkey=CJj6xbAL', {'tw' : '_blank'}],

		['RATE SHEET (Pg 2 Winter)', 'https://docs.google.com/document/d/1Ar3z_1bbS8BV5cY0daj3NltYy6cKWwdu1YOrrhc-Qw0/edit?hl=en_US&authkey=CICI_MQI', {'tw' : '_blank'}]

	],

	['ABOUT', null, null,

		['HISTORY', 'history.html'],

		['CONTACT INFORMATION', 'contact.html'],

		['CONTACT FORM', 'index.html']

	]

];




