function cleartext(obj) {
	if(obj.value == 'Search')
		obj.value='';
}