var fDesc=new Array(); fDesc[0] = "PowerPRESENTER Suite is a bundle of software tools with templates and graphics for Microsoft PowerPoint. The complete set of tools allows you to insert powerpoint templates, graphics and icons from the library of thousands of available designs, convert any powerpoint presentation to Flash, upload the converted presentation to an online account, email the presentation in flash to track viewers and also to manage all of your PowerPoint files from within a PowerPoint manager."; 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 = ''; } }