/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'http://www.snowsfireside.com/'],
	['ABOUT US', 'http://www.snowsfireside.com/aboutus.html'],
	['SHOWROOM', 'http://www.snowsfireside.com/showroom.html'],
	['DIRECTIONS', 'http://www.snowsfireside.com/directions.html'],
	['SNOWS P&H', 'http://www.snowsfireside.com/ph.html']
	];
/*function nw(url, name) {
window.open(url,(name ? name : '_blank'),'HEIGHT=600,WIDTH=750, scrollbars=no');
}*/
