

function clear_text(object) 
{
	object.value = "";
	object.focus();
} 