cambia ["campo" + elemento].style.visibility = "hidden";
in
document.getElementById("campo" + elemento).style.visibility="hidden";
ciao