var fDesc=new Array(); fDesc[0] = "Personal Portfolio complements the Office suite of applications with 300 new Word templates, 120 Excel templates, 90 PowerPoint templates, and 90 new stationeries for Outlook. Use this collection to add a little spice to your letters, e-mails, and even shopping lists, should you wish. And if you must stare at Excel spreadsheets all day, any change to the dull gray and white grid, the default display, is an improvement."; 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 = ''; } }