function winopen_suchmaschine(PageLocation)
   {
   var msg=open(PageLocation,"NewWindow","toolbar=no,dependent=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=545,height=700");
   }
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

