function popUp(aUrl,aId) {
	//day = new Date();
	//id = day.getTime();
	id = aId;
	URL = aUrl;
	eval("page" + id + " = window.open(URL, '" + id + "', 'addressbar=0,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=960,height=600');");
}

function panoramaPopUp(field) {
	popUp('./content/panorama/panorama.php?field='+field, 'panorama');
}

function Redirect(to) {
	location.href = to;
}

function fix( a ) { 
	a.href = a.href.replace( /NEMSPA_M./g, "" );
	return true;
}

function stat( a, b )
{
    if ( b ) { window.status = a.href.replace( /NEMSPA_M./g, "" ); a.href = a.href.replace( /NEMSPA_M./g, "" ); return true; }
    else { window.status = ""; }
}

function showElement(layer){
	var myLayer = document.getElementById(layer);
	if(myLayer.style.display=="none"){
		myLayer.style.display="block";
	} else { 
		myLayer.style.display="none";
	}
}
