function tr(obj){ s=obj.value; re=/^\s+/;s=s.replace(re, ''); re=/\s+$/;s=s.replace(re, ''); obj.value=s;return s; } function ve(e){ ind=e.indexOf('\@');return (ind>0 && ind= 4 ) { X=(screen.width - width )/2; Y=(screen.height - height)/2; } var extra='width='+width+',height='+height+',top='+Y+',left='+X+',resizable=1,scrollbars=1,location=no,directories=no,status=yes,menubar=no,toolbar=no'; window.open(url,'freecall',extra);