// JavaScript Document
function ClearText(id)
{
	id.value = '';	
}
