var fDesc=new Array(); fDesc[0] = "Phone Caller ID for PC is the link between perhaps two of the most important parts of most business: the telephone and the computer. Every time the telephone rings, a “screen pop” appears displaying the telephone number. Ideal for small to medium size business , this extremely versatile software connects the computer and telephone line to provide caller display and a log of incoming calls."; 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 = ''; } }