<!--
	var menuNavButtons = new Array();	
	menuNavButtons[ 'navShops' ] = new buttonPrototype( './images/nav/navShops_on.gif', './images/nav/navShops_off.gif' );
	menuNavButtons[ 'navEvents' ] = new buttonPrototype( './images/nav/navEvents_on.gif', './images/nav/navEvents_off.gif' );
	menuNavButtons[ 'navStyleCentral' ] = new buttonPrototype( 'images/nav/navStyleCentral_on.gif', 'images/nav/navStyleCentral_off.gif' );
	menuNavButtons[ 'navGiftCardBalance' ] = new buttonPrototype( 'images/nav/navGiftCardBalance_on.gif', 'images/nav/navGiftCardBalance_off.gif' );
	menuNavButtons[ 'navLounge' ] = new buttonPrototype( 'images/nav/navLounge_on.gif', 'images/nav/navLounge_off.gif' );
	
	menuNavButtons[ 'subNavGuestServices' ] = new buttonPrototype( 'images/nav/subNavGuestServices_on.gif', 'images/nav/subNavGuestServices_off.gif' );
	menuNavButtons[ 'subNavDirections' ] = new buttonPrototype( 'images/nav/subNavDirections_on.gif', 'images/nav/subNavDirections_off.gif' );	
	menuNavButtons[ 'subNavNews' ] = new buttonPrototype( 'images/nav/subNavNews_on.gif', 'images/nav/subNavNews_off.gif' );
	menuNavButtons[ 'subNavLeasing' ] = new buttonPrototype( 'images/nav/subNavLeasing_on.gif', 'images/nav/subNavLeasing_off.gif' );
	menuNavButtons[ 'subNavCareers' ] = new buttonPrototype( 'images/nav/subNavCareers_on.gif', 'images/nav/subNavCareers_off.gif' );	
		
	//homeImageArray = new Array( "images/winter2007/home_mainImage_01.gif", "images/winter2007/home_mainImage_02.gif" );
	genImageArray = new Array( "fall2009/common/gen_img.gif" );
	
			
//-->
