/* script used to make the enlarged map pop-up boxes */

//Hide Script from Old Browsers
function displayWindow(url,height,width) {
var myWin = window.open(url,"myWin","height=" + height + ",width=" + width + ",scrollbars");
 myWin.focus(); 
}
//End Hiding script from old browsers-->


/* This is the link that activates the popup window */
/* <a href="javascript:displayWindow('images/feetinsand.jpg',475,400)"></a> */