function FmtTel(obj,tc){tc=tc.keyCode;vr=obj.value;tm=vr.length;if(tc!=45){if(tm==4)obj.value=vr.substr(0,4)+'-'+vr.substr(4,1);}}
