// Öffnen der Infofenster

   function ViewDocument(linkto)
     {  DocumentViewer = window.open(linkto, "DocumentViewer", "width=675, height=550, scrollbars=yes, resizable=yes");
	    DocumentViewer.focus();
     }
	 
// Link vom Infofenster auf das Startwindow

   function linkdef(linkto)
     {  this.location.href= linkto;  }
	 
   function PopZu(linkto1)
     {  opener.parent.location.href= linkto1;
	 
	 // opener.linkdef(linkto1);
        this.close();  }
