<!--
		weblink=null;
        function web8out(url)
		{
  			weblink=window.open("","","directories=0,location=0,menubar=0,resizeable=2,scrollbars=2,status=0,toolbar=1,width=1020,height=800,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=615,height=600,left=2,top=10");
		    if (weblink!=null)
            {
			    if (weblink.opener==null)
                        weblink.opener="self";
                        weblink.location.href=url;
		    }
		}
        function webski1()
		{
			url='schnee.asp'
  			weblink=window.open("","","directories=0,location=0,menubar=1,resizeable=1,scrollbars=1,status=1,toolbar=0,width=615,height=600,left=2,top=10");
		    if (weblink!=null)
            {
			    if (weblink.opener==null)
                        weblink.opener="self";
                        weblink.location.href=url;
		    }
		}
        function webski2()
		{
			url='../../schnee1.asp'
  			weblink=window.open("","","directories=0,location=0,menubar=0,resizeable=1,scrollbars=1,status=0,toolbar=0,width=615,height=600,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;
		    }
		}
		

//-->
