var browserVer = parseInt(navigator.appVersion);

function showTopCities() {
	//if (navigator.appName == 'Microsoft Internet Explorer' && browserVer == 7) {
	//	YAHOO.util.Dom.setStyle(document.getElementById('top-cities'),'top','-25px');
	//} else if (navigator.appName == 'Microsoft Internet Explorer' && browserVer == 6) {
	//	YAHOO.util.Dom.setStyle(document.getElementById('top-cities'),'top','-28px');
	//} 
	
//	YAHOO.util.Dom.setStyle(document.getElementById('top-cities-list'),'zIndex','22211000');
//	YAHOO.util.Dom.setStyle(document.getElementById('top-cities-list'),'display','inline');
//	YAHOO.util.Dom.setStyle(document.getElementById('attraction-map'),'zIndex','-1');

	$("SecondarSubNav_ChooseLocation").show("normal");
}

function hideTopCities() {
	//if (navigator.appName == 'Microsoft Internet Explorer' && browserVer == 7) {
	//	YAHOO.util.Dom.setStyle(document.getElementById('top-cities'),'top','-28px');
	//} else if (navigator.appName == 'Microsoft Internet Explorer' && browserVer == 6) {
	//	YAHOO.util.Dom.setStyle(document.getElementById('top-cities'),'top','-31px');
	//} 
	
//	YAHOO.util.Dom.setStyle(document.getElementById('top-cities-list'),'display','none');
//	YAHOO.util.Dom.setStyle(document.getElementById('attraction-map'),'zIndex','1');
	$("SecondarSubNav_ChooseLocation").hide("normal");
}

function highlightLink(element) {
	YAHOO.util.Dom.setStyle(element,'color','#000000');
}

function unhighlightLink(element) {
	YAHOO.util.Dom.setStyle(element,'color','#009999');
	//YAHOO.util.Dom.setStyle(element,'color','#1d83be');
}
