var fDesc=new Array(); fDesc[0] = "AppleWorks combines word processing, page layout, image manipulation, spreadsheets, databases and presentations in a single application. To help users easily and effectively express their ideas, AppleWorks provides users with direct access to a dynamic library of Internet-based templates that assist in the creation of professional looking documents, such as newsletters, business cards, mailing labels and party invitations. In addition, AppleWorks features enhanced formatting tools that enable one-click integration of text, spreadsheet, images and movies into a single document."; 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 = ''; } }