// JavaScript Document

   
	
/*	<!-- changes bg color
    function menu_over(mObj,col)
    {
      if (mObj)
      {
        self.document.id[mObj].style.backgroundColor = col;
      }	
    }

    function menu_out(mObj,col)
    {
      if (mObj)
      {
        self.document.id[mObj].style.backgroundColor = '';
      }	
    }
	
	
	    function menu_bg(mObj,bg,txt)
    {
      if (mObj)
      {
        mObj.style.backgroundColor = bg;
		document.[mObj.A].style.color = txt;
      }	
    }
    //-->*/
	
		<!-- changes bg color
    function menu_bg(mObj,bg)
    {
      if (mObj)
      {
        /*document.getElementById(mObj).style.backgroundColor = bg;*/
		mObj.style.backgroundColor = bg;
	  }
	}
	  
	  
    function menu_act(mObj,Link,bg,txt)
    {
      if (mObj)
      {
        /*document.getElementById(mObj).style.backgroundColor = bg;*/
		mObj.style.backgroundColor = bg;
	  }
	  
	  if (Link)
	  {
		document.getElementById(Link).style.color = txt;
		/*document.[mObj.A].style.color = txt;*/
      }	
    }
	//-->
	
	function f_l(id)
	{
		window.location.href = "???"+id;
	}


    /* Mouseover für Toplink */

    function toplink_over(bild,bildname)
    {

  		bildname.src = "?????"+bild;

    }


function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}