// fixBGIEMac() function removed

var ie = ((document.all) && (window.offscreenBuffering)) ? true : false;

function sendGlobalNavForward() {
	// this needs to be called for Mozilla 
	try {
		document.getElementById('contentbox1').style.zIndex = 10;
	}catch(e) {}
	
	try {
		document.getElementById('globalNavHolder').style.height = "600px";
	}catch(e) {}
	
	try {
		var bgVers = navigator.userAgent.toUpperCase();
		// ie mac and pc issue with flash content behind text fields
		if(isIE)// isIE set as global by flash_detect.js
			document.getElementById('layer_menu').style.overflowY = "visible";
	}catch(e) {}
	
	try {
		document.getElementById('globalNavHolder').style.zIndex = 2000;
	}catch(e) {}
	
	try {
		if (ie) {
			document.getElementById('recently_played').style.display = "none";
		}
	}catch(e) {}
}

function sendGlobalNavBack() {
	try {
		document.getElementById('contentbox1').style.zIndex = 10;
	}catch(e) {}
	
	try {
		document.getElementById('globalNavHolder').style.height = "79px";
	}catch(e) {}
	
	try {
		document.getElementById('globalNavHolder').style.zIndex = 10;
	}catch(e) {}
	
	try {
		var bgVers = navigator.userAgent.toUpperCase();
		// ie mac and pc issue with flash content behind text fields
		if(isIE)// isIE set as global by flash_detect.js
			document.getElementById('layer_menu').style.overflowY = "hidden";
	}catch(e) {}
	
	try {
		if (ie) {
			document.getElementById('recently_played').style.display = "inline";
		}
	}catch(e) {}
}

var if_nt_userName_flash = if_nt_userName;
if (if_nt_userName_flash == "")
if_nt_userName_flash = "null";