
function clearsearch( obj )
	{		
	obj.value = '';
	}

