var fDesc=new Array(); fDesc[0] = "QuickBooks EasyStart 2013 is a program that allows you to organize your business finances so that you can keep track of sales and expenses. You can produce professional-looking invoices in just a few clicks, then choose to send them out by email or traditional mail. The program uses the sales information you enter to produce your GST/HST remittance."; 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 = ''; } }