var fDesc=new Array(); fDesc[0] = "BS/1 Professional is a multi-currency time billing and accounting system: AP, AR, GL, Inventory, Time Billing, and Sales Analysis. Client jobs are tracked by priority and due date. Time is billed against the tasks which make up a job. Includes Stopwatch and Time Calculator. Sample data is provided and an optional Getting Started wizard. Delphi source code is available royalty-free. Program is free for Delphi programmers (if Delphi installed)."; 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 = ''; } }