// JavaScript Document
function clearTxt(x){
	
	var t = document.getElementById(x);
//	if (t.value == t.defaultValue) t.value = "";
}


