var fDesc=new Array(); fDesc[0] = "Corel WordPerfect Office X5 – Standard Edition is the essential office suite for home and business users. Create great-looking documents, spreadsheets and presentations, and manage email. Take advantage of enhanced compatibility to run on Windows 7, and easily open, edit and save the latest Microsoft Office file formats. Plus, save time and money with built-in collaboration tools, including PDF."; 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 = ''; } }