<!--
		weblink=null;
        function web8out(url)
		{
  			weblink=window.open("","","directories=0,location=0,menubar=0,resizeable=1,scrollbars=2,status=0,toolbar=1,width=800,height=500,left=2,top=10");
		    if (weblink!=null)
            {
			    if (weblink.opener==null)
                        weblink.opener="self";
                        weblink.location.href=url;
		    }
		}
        function webvideo(url)
		{
  			weblink=window.open("","","directories=0,fullscreen=0,location=0,menubar=0,resizeable=0,scrollbars=2,status=0,toolbar=1");
		    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[nummer]=window.open("","","directories=0,location=0,menubar=0,resizeable=0,scrollbars=0,status=0,toolbar=0,height="+hoehe+",width="+breite+",left=50,top=100");
		    if (weblink[nummer]!=null)
            {
			    if (weblink[nummer].opener==null)
                        weblink[nummer].opener="self";
                        weblink[nummer].location.href=datei;
                        weblink[nummer].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.asp?info=6'
  			weblink=window.open("","","directories=0,location=0,menubar=0,resizeable=1,scrollbars=1,status=1,toolbar=1,width=425,height=300,left=150,top=200");
		    if (weblink!=null)
            {
			    if (weblink.opener==null)
                        weblink.opener="self";
                        weblink.location.href=url;
		    }
		}
        function webinfo3()
		{
			url='../info_w.asp?info=6'
  			weblink=window.open("","","directories=0,location=0,menubar=0,resizeable=1,scrollbars=1,status=1,toolbar=1,width=425,height=300,left=150,top=200");
		    if (weblink!=null)
            {
			    if (weblink.opener==null)
                        weblink.opener="self";
                        weblink.location.href=url;
		    }
		}
		

//-->

