<!--
var bovmap;
if ((window.location.search).substring(1) == "true"|| (window.location.search).indexOf("|true") >=0)
    bovmap = true;
else
    bovmap = false;
//OVMAP if a site is called: true ==> on, false ==> off, comment out ==> like the user select om the site bevor
//bovmap = true;

function jumpmenu(target,selObj,restore){ //v3.0
  opener.document.location = selObj.options[selObj.selectedIndex].value
}

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();}//-->
