<!-- 

ie=(document.all)?1:0
ns6=(document.getElementById)?1:0
v4=(ie||ns6)

function show(id) {
        if (ns6) {document.getElementById(id).style.visibility="visible";return}
        if (ie) {document.all[id].style.visibility = "visible";return}
				document.layers[id].visibility = "show"
}

function hide(id) {
        if (ns6) {document.getElementById(id).style.visibility="hidden";return}
        if (ie) {document.all[id].style.visibility = "hidden";return}
				document.layers[id].visibility = "hide"
}
//-->
<!--
function newwindow01()
{
		window.open("koessen.htm","","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=409,height=582,left=15,top=15");
}
//-->
