function switchit(x,y) {
document.getElementById(x).style.visibility=y;
}

