window.onload = function () {
	Element.cleanWhitespace('top_menu');
	Element.cleanWhitespace('feature_menu');
	Element.cleanWhitespace('feature_submenu');
	
	Element.cleanWhitespace('footer');
	
	//Element.cleanWhitespace('header_breadcrumb');
	//Commented out to circumvent "element has no properties" on non-lounge pages
	//This should actually be present with displayNone class applied instead of removing from mark-up
	
	showMenu('show','feature_submenu_allLounges');
	returnMenu='feature_submenu_allLounges';


	//toggleDebug('on');
			try{
	loadFlashComponents("player");
	}
	catch(e)
	{}
}

//correct IE6 behavior
//fixes background image on input boxes and button states by backround offset
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}