function sichtbar(element,visible) 
{
 document.getElementById(element).style.visibility=visible;
}



