function zwin(f){

var t = document.getElementById(f);
ff='#'+f;
if(t.style.display=="none") { $(ff).show("slow");}
else { $(ff).hide("slow");} 
}
