/*© Copyright 2008 by http://www.webdynamik.de
 * Jan Krause Berlin Friedrichshain

 * 
 * 
 *show Div*/
function showdiv(id) {
  if (document.getElementById(id).style.display == "") {
 //  	$("#"+id).fadeOut("slow");
 document.getElementById(id).style.display = "none";
  }	else { 
 //  	  	$("#"+id).fadeIn("slow");
 document.getElementById(id).style.display = "";

  }
}


function load_img()
{
    document.Vorladen = new Array();

    if(document.images)
    {
        for(var i = 0; i < BilderVorladen.arguments.length; i++)
        {
            document.Vorladen[i] = new Image();
            document.Vorladen[i].src = BilderVorladen.arguments[i];
        }
    }
}
