function windowopen(url,breite,hoehe) {
  var w=window.open(url,'largepic','dependent=no,height='+hoehe+',width='+breite+',left=0,top=0,location=no,menubar=no,resizable=no,screenX=0,screenY=0,scrollbars=no,status=no,toolbar=no');
}
