var fDesc=new Array(); fDesc[0] = "Have you ever wanted your answering machine to be smarter and recognize the person calling you?

Were you ever in a situation where you wanted to leave a message on your machine for your friend, but didn't want anybody else who calls you to hear that message?

Are you tired of telemarketers bothering you?

Would you like to access your voice messages over the web or using a touch-tone phone without paying a monthly fee?

Would you like to have your machine "announce" the person who is calling without having to run to the caller-id unit to see the caller?

If so, Ancyba Software's Answering Machine is just what you're looking for."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }