/* Tigra Menu items structure */
var MENU_ITEMS = [
	[wr('About'), 'http://www.secondstreetgallery.org/about.html', {'sw':160},
		['About SSG', 'http://www.secondstreetgallery.org/about.html'],
		['Visit', 'http://www.secondstreetgallery.org/visitor.html'],
		['Become a Member', 'http://www.secondstreetgallery.org/membership.php'],
		['Artist Submissions', 'http://www.secondstreetgallery.org/proposal.html'],
		['Get Involved', 'http://www.secondstreetgallery.org/opportunities.html'],
		['Gallery Rentals', 'http://www.secondstreetgallery.org/facility.html'],
		['News/Press Releases', 'http://www.secondstreetgallery.org/news/'],
		['Newsletter', 'http://www.secondstreetgallery.org/newsletter.html'],
		['Staff/Board', 'http://www.secondstreetgallery.org/board.html'],
		['Links', 'http://www.secondstreetgallery.org/links.html'],
		['Contact', 'http://www.secondstreetgallery.org/contact.html']
	],
	[wr2('Exhibitions'), 'http://www.secondstreetgallery.org/exhibitionsMain.html', {'sw':125},
		['About Exhibitions', 'http://www.secondstreetgallery.org/exhibitionsMain.html'],
		['Current', 'http://www.secondstreetgallery.org/exhibitions/'],
		['Upcoming', 'http://www.secondstreetgallery.org/exhibitions/?upcoming=1'],
		['Past', 'http://www.secondstreetgallery.org/exhibitions/?past=1']
	],
	[wr3('Programs'), 'http://www.secondstreetgallery.org/outreach.html', {'sw':112},
		['Education', 'http://www.secondstreetgallery.org/education.html'],
		['For Members', 'http://www.secondstreetgallery.org/outreachMembers.html'],
		['Off-Site', 'http://www.secondstreetgallery.org/offsite.html'],
		['For the Public', 'http://www.secondstreetgallery.org/public.html'],
		['Talks/Tours', 'http://www.secondstreetgallery.org/tours.html']
	],
	[wr4('Calendar'), 'http://secondstreetgallery.org/calendar/', {'sw':114}],
	[wr5('Shop'), 'http://www.secondstreetgallery.org/shop.html', {'sw':72},
		['Publications', 'http://www.secondstreetgallery.org/publications.html'],
		['Merchandise', 'http://www.secondstreetgallery.org/merchandise.html'],
		['Editions', 'http://www.secondstreetgallery.org/limited.html'],
		['Newsletter', 'http://www.secondstreetgallery.org/newsletter.html']
	],
	[wr6('Support'), 'http://www.secondstreetgallery.org/support.html', {'sw':129},
		['Membership', 'http://www.secondstreetgallery.org/membership.php'],
		['Contributions', 'http://www.secondstreetgallery.org/contributions.html'],
		['Sponsorship', 'http://www.secondstreetgallery.org/sponsorship.html'],
		['Gifts Inkind', 'http://www.secondstreetgallery.org/gifts.html'],
		['Partners', 'http://www.secondstreetgallery.org/partners.html'],
		['Volunteer', 'http://www.secondstreetgallery.org/volunteer.html']
	],
	[wr7('Home'), 'http://www.secondstreetgallery.org/index.php', {'sw':64}],
];
function wr(About) {
        return [
           '<img src="http://www.secondstreetgallery.org/images/navInfo.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navInfoOn.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navInfoOn.gif">'
        ];
}
function wr2(Exhibitions) {
        return [
           '<img src="http://www.secondstreetgallery.org/images/navExhibit.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navExhibitOn.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navExhibitOn.gif">'
        ];
}
function wr3(Programs) {
        return [
           '<img src="http://www.secondstreetgallery.org/images/navPrograms.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navProgramsOn.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navProgramsOn.gif">'
        ];
}
function wr4(Calendar) {
        return [
           '<img src="http://www.secondstreetgallery.org/images/navCalendar.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navCalendarOn.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navCalendarOn.gif">'
        ];
}
function wr5(Shop) {
        return [
           '<img src="http://www.secondstreetgallery.org/images/navShop.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navShopOn.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navShopOn.gif">'
        ];
}
function wr6(Support) {
        return [
           '<img src="http://www.secondstreetgallery.org/images/navSupport.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navSupportOn.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navSupportOn.gif">'
        ];
}
function wr7(Home) {
        return [
           '<img src="http://www.secondstreetgallery.org/images/navHome.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navHomeOn.gif">',
           '<img src="http://www.secondstreetgallery.org/images/navHomeOn.gif">'
        ];
}

