function clearthis(x)
{
	if (x.value==x.defaultValue)
	{
		x.value="";
	}
}
