var fDesc=new Array(); fDesc[0] = "A legend among office software for over 30 years, Corel® WordPerfect® Office is trusted by millions of home and business users as an all-in-one office suite. WordPerfect Office X6 continues that tradition, offering the control, compatibility and power you need. Experience unmatched compatibility with support for over 60 file types, including the latest Microsoft® Office formats. Enjoy powerful built-in PDF capabilities, collaborate using integrated software and work smarter and faster using all-new features and classic WordPerfect tools. Take control with WordPerfect Office X6—the legendary office suite designed for today’s home and business users."; 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 = ''; } }