// JavaScript Document
function hidestuff(boxid){
   document.getElementById(boxid).style.visibility="hidden";
}
