/* script used to make the enlarged map pop-up boxes */

//Hide Script from Old Browsers
function displayWindow(url,width,height) {
var myWin = window.open(url,"myWin","height=" + height + ",width=" + width + ",scrollbars");
 myWin.focus(); 
}
//End Hiding script from old browsers-->
