<!--
function ClearValue(objForm)
{
	if (objForm.value == objForm.defaultValue)
	{
		objForm.value = "";
	}
}
// -->
