function sh(divid) { 
     with(document.getElementById(divid)){className=className=='h'?'v':'h';}
}
