var fDesc=new Array(); fDesc[0] = "The Sage Report Designer is a powerful tool that forms part of the Sage 200 accounts and Sage 50 accounts products. It enables users to create and customize Sage reports, invoices and layouts within its flexible interface. The Sage Report Designer has capabilities which facilitate the production of complex reports based on invoicing, stock management and sales data."; 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 = ''; } }