var fDesc=new Array(); fDesc[0] = "Talking Caller ID is a shareware program that actually talks to you, telling you who is calling before you pick up the phone. You must subscribe to the caller id service from your local phone company and have a caller id capable modem or other supported caller id computer hardware device. The program supports TAPI which lets you share your modem with other programs that use your modem. It can also work with 2 phone lines at the same time."; 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 = ''; } }