var fDesc=new Array(); fDesc[0] = "If you are a small business or you’re just looking to save money on more popular add-ins, you should try the Business Bundle. The Business Bundle includes five of the more popular add-ins, solving a particular small business need, among which: schedule recurring email add-in, auto print add-in, email remember add-in, always BCC add-in and watch Outlook folders add-in."; 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 = ''; } }