/* function showstuff(boxid){
   document.getElementById(boxid).style.visibility="visible";
}

function hidestuff(boxid){
   document.getElementById(boxid).style.visibility="hidden";
}
*/
function clearText(e) {
    if (e.defaultValue==e.value) e.value = ""
}
