<!--
   function pdf_open(file)
   {
     pdfWindow=window.open(file,'Dokument','toolbar=no,directories=no,status=no,menubar=no,dependent=yes' + ', height=' + screen.availHeight + ', width=' + screen.availWidth );
   }


   function showpic(Bildname)
   {
    strOpen="showpic.asp?ID=" + Bildname 
    //alert(strOpen);
    window.open(strOpen,"Ansicht","width=615, height=510,location=0,menubar=0,status=0,scrollbars=no");
   } 
   
//--->
