var fDesc=new Array(); fDesc[0] = "FullTrust is a program especially designed for managing small and medium size businesses, covering areas such as inventory control and the specific aspects of retailer and wholesaler businesses. FullTrust includes a point of sale terminal ready to be used along with barcode readers. FullTrust includes a series of additional benefits that can’t be found in similar software packages. For example, a tool for managing credit sales, a tool for designing and printing barcode labels, and a module that makes updating information of an Oscommerce store possible."; 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 = ''; } }