<!--
var bovmap = false;

function openPrintPage() {  oldURL = window.location.href;  oldURL=oldURL.substring(oldURL.lastIndexOf("/")+1);  oldURL=oldURL.substring(0, oldURL.lastIndexOf("."));  oldURL=oldURL.substring(0, oldURL.lastIndexOf("m"))+oldURL.substring(oldURL.lastIndexOf("m")+1);  newURL="print.html?" + oldURL +".jpg";  if(browIE | browNS) {    f1=window.open(newURL, 'print','menubar=yes, locationbar=yes, resizable=yes, scrollbars=yes, height='+(screen.availHeight-100)+', width=700');  } else {    f1=window.open(newURL, 'print');    f1.location.reload();  }  f1.moveTo(screen.width/2-350, 0);  f1.focus();}//-->

