function clear(id)
{
	document.getElementById(id).value = "";
}
