var fDesc=new Array(); fDesc[0] = "Classic PhoneTools is an easy way to turn your PC into a complete communication tool. Our PhoneTools software package provides advanced communication features that easily integrate with your current Windows based system. Classic PhoneTools makes it possible for you to email, fax, telephone and receive voice messages on your PC from a single, efficient interface. This new version of Classic PhoneTools is ideal for professional or personal use and offers rich features including powerful fax capabilities, customizable voice mail and email, phone from PC, and automatic modem detection."; 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 = ''; } }