var fDesc=new Array(); fDesc[0] = "Phone Dialer Pro is TAPI and VoIP phone dialer for Windows users. It has the ability to dial phone numbers from any document or browser page. It features: incoming call monitoring and/or automatic call answer, extend dialing on the existing call using dialer's keypad, call transfer, and more."; 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 = ''; } }