/* Tigra Menu items structure 
 * Application: Maureen Thompson, Classical Artist
 * Developer:   Jack H. Schwartz
 * Last Change: 11/23/2009
 */
var MENU_ITEMS = 
[
    ['Home','index.html', {'tw':'_top'}
	],
    ['Gallery','Gallery.html', {'tw':'_top'},
	  ['Biographicals',    'Biographicals.html',     {'tw':'_top'}],
	  ['Still Lifes',      'StillLifes.html',        {'tw':'_top'}],
	  ['Floral Paintings', 'FloralPaintings.html',   {'tw':'_top'}],
	  ['Figures',          'Figures.html',           {'tw':'_top'}]
	],
    ['Classes',         'Classes.html',           {'tw':'_top'},
	  ['Winter',        'ClassesWinter.html',     {'tw':'_top'}],
	  ['Spring',        'ClassesWinter.html',     {'tw':'_top'}],
	  ['Summer',        'ClassesSummer.html',     {'tw':'_top'}],
	  ['Teens',         'ArtClassesForTeens.html',{'tw':'_top'}]
	],
    ['Biography','Biography.html', {'tw':'_top'}
	],
    ['About My Work','AboutMyWork.html', {'tw':'_top'},
	  ['Web Mentions',        'WebMentions.html',     {'tw':'_top'}]
	],
    ['Location','Location.html', {'tw':'_top'},
	  ['Autumn View',   'HouseGarageView.html',   {'tw':'_top'}],
	  ['Twilight View', 'HouseDeckView.html',     {'tw':'_top'}],
	  ['Wooded View',   'HousePondView.html',     {'tw':'_top'}]
	],
    ['Lodging','Lodging.html', {'tw':'_top'},  
	  ['Hotel Fauchere',        'http://www.hotelfauchere.com/welcome/welcome.php',{'tw':'_top'}],
	  ['The Muir House ',       'http://www.muirhouse.com/',                       {'tw':'_top'}],
	  ['High Point Inn',        'http://www.highpointcountryinn.com/',             {'tw':'_top'}],
	  ['Cliff Park Inn',        'http://www.cliffparkinn.com/',                    {'tw':'_top'}],
	  ['Black Walnut Inn ',     'http://www.theblackwalnutinn.com/',               {'tw':'_top'}]
	],
    ['Contact','Contact.html', {'tw':'_top'}
	]
   /**/
];


