var fDesc=new Array(); fDesc[0] = "Office Home and Business 2010 -Life and business, working together.
Powerful tools and smart, yet simple features to help you tackle your busy schedule efficiently, work with others at home or on the road, and create reports and presentations that command attention."; 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 = ''; } }