function ef(el)
{
	if(el.value == origText)
	{
		el.value = '';
		el.style.color = "rgb(104,104,104)";
	}
}