var ohyeah = false;

function deltext(object){
	if(!ohyeah) {
		object.value = "";
		ohyeah = true;
		object.style.color = "#000";
	}
}