
/* Function to manage the Close window link */
	function hideCloseLinks() {
		document.getElementById("msmclink").style.display='none';
		document.getElementById("mssmlink").style.display='none';

		if (window.name == 'foreign_site') {
			document.getElementById("msmclink").style.display='';
			document.getElementById("mssmlink").style.display='none';
		}
		
	}