clear_box = function(obj,text){
	if(obj.value == text){
		obj.value = '';
	}else{
		return false;
		}
	}
