﻿function ClearText(obj,def){
	if (obj.value==def) obj.value=""
}