function x(y)
{
	document.getElementById(y).value = '';
	document.getElementById(y).style.color = '#787878';
}