function showhide(divid, state){
document.getElementById(divid).style.display=state
}
