function openFile(file)
{  
  window.open(file,'Presse','toolbar=no,status=yes,location=no,menu=no,resizable=yes,scrollbars=yes');
}


