// JavaScript Document

function doClear(theText, theValue)	{
	if (theText.value == theValue) {
		 theText.value = ""
	}
}