        mopen="0";
    		function makebig(obj)
    		{
    			obj.style.height="15px";
    			obj.style.width="25px";
    			obj.style.border="1px solid #F1D82D";
    		}
    		function makesmall(obj)
    		{
    			obj.style.height="12px";
    			obj.style.width="20px";
    			obj.style.border="1px solid #F1D82D";			
    		}	
    		function hoverNaviTop(obj,inout)
    		{
          if (inout) obj.className="navitophover";
          else obj.className="navitop";
        }
        function displaySubs(obj)
        {          
          if (obj.name!="open")
          { openslow(1, obj.id,"subshown");            
            obj.name="open"; 
            obj.className="navitophover";            
          }
          else
          { openslow(1, obj.id,"subhidden");            
            obj.name="x";
            obj.className="navitop";
          }
        }
        function openslow(nr,myid,newCl)
        {         
          if(o=document.getElementById("su"+myid+"x"+nr))
          { o.className=newCl;            
            nr++;
            window.setTimeout("openslow("+nr+",'"+myid+"','"+newCl+"')",10);
          } 
        
        }
        function MM_openBrWindow(theURL, winName, features)
        { //v3.0         
          var k;
          k=features.match(/width=\d+,/);                   
          w=k[0].slice(6,k[0].length-1);
          var j;
          j=features.match(/height=\d+/);
          h=j[0].substr(7);          
          newuri="bilder.htm/openw.php?pic="+theURL+"&title="+winName+"&w="+w+"&h="+h;
          try {picw.close();}catch (e){}
          picw=window.open(newuri, "daPic", features);
          if (document.all)
          {
          }
          else
          {
            picw.innerWidth=w;
            picw.innerHeight=h;
          }
          picw.focus();          
        }
        function openBrWindowText(theURL, winName, features)
        {
          infow=window.open(theURL, winName, features);
          infow.focus();
        }
        function moveBg()
        {
          obj=document.getElementById('b');
          coords=obj.style.backgroundPosition;          
          pospx=coords.indexOf("px ");
          pox=coords.slice(0,pospx);
          poy=coords.slice(pospx+3,coords.length-2);
          pox=parseInt(pox)+1;
          poy=parseInt(poy)+1;
          if(pox==400) pox=0
          obj.style.backgroundPosition=pox+"px "+poy+"px";
          
          window.setTimeout("moveBg()", 50)
        }

function hin(scr)
{ 
  newimge=new Image;
  newimge.src=scr;
  document.images.h.src=newimge.src;
  document.getElementById('blende').style.display='inline';
  rahmen=document.getElementById('g').style;
  rahmenh=rahmen.height.substr(0, rahmen.height.length-2);
  rahmenw=rahmen.width.substr(0,rahmen.width.length-2);
  innerh=(navigator.appName.indexOf("Explorer") > -1)? document.body.clientHeight : window.innerHeight;
  innerw=(navigator.appName.indexOf("Explorer") > -1)? document.body.clientWidth : window.innerWidth;
  xoffset=(navigator.appName.indexOf("Explorer") > -1)? document.body.scrollLeft : window.pageXOffset;
  yoffset=(navigator.appName.indexOf("Explorer") > -1)? document.body.scrollTop : window.pageYOffset;
  rahmen.top=Math.floor((innerh-rahmenh)/2)+yoffset +"px";
  rahmen.left=Math.floor((innerw-rahmenw)/2)+ xoffset +"px";  
  rahmen.visibility='visible';
}
function weg()
{document.getElementById('blende').style.display='none';
  rahmen=document.getElementById('g').style;
  document.images.h.src='img/semi.png';
  rahmen.visibility='hidden';
}
