function thephone(acnum, firstnum, secondnum) {
   document.write("("+acnum+") "+firstnum+"-"+secondnum);}
   