var fDesc=new Array(); fDesc[0] = "Sage UBS Nine Billing is a program that provides you with the flexibility to handle all types of inventory transactions and have instant updates and inventory status at your fingertips. The program performs as an invoicing system where you can print invoices and delivery orders. It has support for up to 10 Users and an unlimited number of companies."; 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 = ''; } }