// Winopen Funktion für vereinzelte Bildvergrösserungen im Contentbereich
function winopen(url,breite,hoehe,resize) {
  var width=breite;
  var height=hoehe;
  var resizable=resize;
  var topx=(screen.height-height)/2;
  var leftx=(screen.width-width)/2;
  var fenstername=window.open(url,'window','status=no,resizable='+resizable+',scrollbars=no,width='+width+',height='+height+',toolbar=no,screenx='+leftx+',screeny='+topx+',top='+topx+',left='+leftx);
  fenstername.focus();
}

window.defaultStatus = "B L E I S C H   S C H R E I N E R E I";

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
// -->

