function cleartext(obj,str){
	
	if (obj.value==str)
		obj.value="";	
	}	