function setPointer(cell,color,fontcolor,fontweight){ cell.style.backgroundColor = color; cell.style.color = fontcolor; cell.style.fontWeight = fontweight; } function openwin(url,name){ window.open(url,name,'width=350,height=450,scrollbars=yes,top=150,left=150'); } function zeigeaktuell() { document.getElementById("aktuell").style.visibility="visible"; } function zeigeaktuell2() { document.getElementById("aktuell2").style.visibility="visible"; } function schliesseaktuell() { area=document.getElementById("aktuell"); area.style.visibility = "hidden"; area=document.getElementById("aktuell2"); area.style.visibility = "visible" } function oeffneaktuell () { area=document.getElementById("aktuell"); area.style.visibility = "visible" area=document.getElementById("aktuell2"); area.style.visibility = "hidden" }