
function resetText(control)
{
if (control.value=='')
	control.value = '[Enter Text]';
}

