var fDesc=new Array(); fDesc[0] = "EasyFax - Whether you are a casual home user looking for a smart way to get the most out of your PC's fax capabilities or a demanding business person seeking a complete solution for your office's communications needs, you'll find EasyFax has all the features you need: Easy and intuitive interface, powerful broadcast faxing, contact and fax log management, professional templates, full modem control and ability to import/export contact information. Compatible with Windows XP/2000/NT/ME/9x. English version."; 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 = ''; } }