/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.shtml', {'sw':102}		
	],
	['LA MUSE', null, {'sw':104},
		['About Us', 'aboutus.shtml'],
		['Press', 'news.shtml'],
                ['Search our site', 'search.shtml']
	],
	['APPLY', null, {'sw':104},
		['How to Apply', 'apply.shtml'],
                ['Retreats', null, null,
			['retreats', 'retreats.shtml'],
                        ['calendar', 'retreatscalendar.shtml'],
			['retreat guidelines', 'rguidelines.shtml']
		],
		['Barter', null, null,
			['overview', 'barter.shtml'],
			['barter guidelines', 'hbguidelines.shtml']
                ],
                ['Residencies/Fellowships', 'fellowship.shtml']
	],
	['HOUSE', null, {'sw':104},
		['About', 'overview.shtml'],
                ['Rooms', null, null,
			['list of rooms', 'rooms.shtml'],
			['thalia', 'thalia.shtml'],
			['melpomene', 'melpomene.shtml'],
			['euterpe', 'euterpe.shtml'],
			['erato', 'erato.shtml'],
			['clio', 'clio.shtml'],
			['calliope', 'calliope.shtml'],
			['library', 'library.shtml'],
			['garden', 'gardens.shtml'],
			['kitchen', 'kitchens.shtml'],
			['studio', 'studio.shtml']
                ],
		['Village Houses', null, null,
			['list of village houses', 'villagehouses.shtml'],
			['chapelle cottage', 'chapelle.shtml'],
			['the annex', 'annex.shtml'],
                        ['library', 'library.shtml']
                ],
		['Library Collection', 'librarycol.shtml'],
		['Studio', 'studio.shtml'],		
		['Reference', 'reference.shtml'],
		['Exhibitions', 'exhibitors.shtml']
        ],
	['VILLAGE', null, {'sw':102},
                ['Village Info', 'village.shtml'],
                ['Getting Here', 'directions.shtml'],
                ['Attractions', 'attractions.shtml'],
		['Our Favorites', 'favorites.shtml']
        ],
	['CONTACT', null, {'sw':102},
                ['&nbsp;<img src="images/email.gif" height=16 width=15 align="absmiddle">&nbsp; Email Us', 'mailto:getaway@lamuseinn.com'],
		['Tweet Us', 'http://twitter.com/LaMuseRetreat', {'tw':'_target'}],
                ['Our Blog', 'http://lamusewritersandartistsretreat.blogspot.com', {'tw':'_target'}],
                ['Our Facebook', 'http://www.facebook.com/lamuseretreat#/lamuseretreat', {'tw':'_target'}],
                ['Our Myspace', 'http://www.myspace.com/la_muse', {'tw':'_target'}],
                ['Musers', 'musers.shtml'],
                ['Writing Programs', 'writingprograms.shtml'],
                ['Book Reviews', 'bookreviews.shtml'],
                ['Writer & Artist retreats', 'writerartistretreats.shtml'],
                ['Reviews & Magazines', 'lrm.shtml'],
                ['Miscellaneous', 'misc.shtml']
        ],
	['SUPPORT', null, {'sw':102},
		['Vision', 'donate.shtml'],
                ['How to Help', 'howtohelp.shtml'],
                ['Attendee Experiences', 'guestx.shtml'],
		['Our Bios', 'bios.shtml'],
                ['Become a Member', 'member.shtml'],
                ['Thank You', 'thankyou.shtml']
	]
];