var fDesc=new Array(); fDesc[0] = "Brings together the world's best-selling productivity applications in a unified work environment, making it easy to organize your information and tasks. Office helps you improve your performance by providing unparalleled consistency between applications, such as common commands, menus, and toolbars, so you can get your work done faster and better than ever before."; 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 = ''; } }