function sw(y,x){
t=document.getElementById(x).style
t.display=(y=='on')?'inline':'none'
}
