var fDesc=new Array(); fDesc[0] = "Partracr is a Windows stand alone inventory program, that now features built-in email support. Partracr is included in the full version of Delta60 Accounting Software, and is integrated with its General Ledger module. Partracr includes: Item and Customer data bases, invoicing, sales history and inventory control. The setup file is about 13.5 megabytes and takes more than an hour to download with a 56k modem."; 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 = ''; } }