var fDesc=new Array(); fDesc[0] = "New Corel Office makes working at home simple. Similar to the office suites you've used before, it features familiar tabbed toolbars that put the right tools just where you need them. Quickly prepare, edit and present great-looking letters, reports, quotations, memos, mailings and newsletters. Share files and information easily with Microsoft Office compatibility* and built-in PDF publishing. Enjoy doing it all in a workspace that you customize yourself so you feel comfortable instantly."; 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 = ''; } }