<!--

function mapPopUp(whichUrl) {

//alert("function mapPopUp is called");
//alert(whichUrl);

var url = "mappopup.asp?strImageTag=" + whichUrl;

//alert(url);

window.open(url,"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=480,height=480");
}

//-->
