<!-- Hide script from old browsers

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

// End hiding script from old browsers -->