//<!--
function WipePrompt(s,f,id) {
if(f.value == s) { f.value = ''; document.getElementById(id).style.color = 000000;}
}
// -->
