<!--
		weblink=null;
        function web8in(url)
		{
  			weblink=window.open("","","directories=0,location=0,menubar=0,resizeable=1,scrollbars=2,status=1,toolbar=1,width=1000,height=700,left=10,top=10");
		    if (weblink!=null)
            {
			    if (weblink.opener==null)
                        weblink.opener="self";
                        weblink.location.href=url;
		    }
		}
        function web8out(url)
		{
  			weblink=window.open("","","directories=0,location=0,menubar=0,resizeable=1,scrollbars=2,status=1,toolbar=1,width=800,height=600,left=10,top=10");
		    if (weblink!=null)
            {
			    if (weblink.opener==null)
                        weblink.opener="self";
                        weblink.location.href=url;
		    }
		}
        function web8scr(url)
		{
  			weblink=window.open("","","directories=0,location=0,menubar=0,resizeable=1,scrollbars=1,status=0,toolbar=0,width=775,height=500,left=2,top=10");
		    if (weblink!=null)
            {
			    if (weblink.opener==null)
                        weblink.opener="self";
                        weblink.location.href=url;
		    }
		}             

        function web8bild(nummer,datei,name,breite,hoehe)
		{
  			weblink=window.open("","","directories=0,location=0,menubar=0,resizeable=1,scrollbars=0,status=1,toolbar=0,height="+hoehe+",width="+breite+",left=50,top=100");
		    if (weblink!=null)
            {
			    if (weblink.opener==null)
                        weblink.opener="self";
                        weblink.location.href=datei;
                        weblink.document.title=name;
		    }
		}
		
		function FensterSchliessen(welches){       
   			if(!weblink[welches].closed)        
     		weblink[welches].close();         

		}             
        function webski(url)
		{
  			weblink=window.open("","","directories=0,location=0,menubar=0,resizeable=1,scrollbars=1,status=0,toolbar=0,width=440,height=460,left=2,top=10");
		    if (weblink!=null)
            {
			    if (weblink.opener==null)
                        weblink.opener="self";
                        weblink.location.href=url;
		    }
		}
        function webinfo()
		{
			url='info.html'
  			weblink=window.open("","","directories=0,location=0,menubar=0,resizeable=1,scrollbars=0,status=0,toolbar=1,width=425,height=280,left=150,top=200");
		    if (weblink!=null)
            {
			    if (weblink.opener==null)
                        weblink.opener="self";
                        weblink.location.href=url;
		    }
		}
		

//-->
