

function hiddenemail(x,y,z) {
    location.href='ma'+'il'+'to'+':'+y+'@'+x+'.'+z;
}

function clearBox(theText) {
    if (theText.value == theText.defaultValue)
 {
         theText.value = ""
     }
}
