var fDesc=new Array(); fDesc[0] = "Try eShopper Deluxe software, free. In minutes you can track and manage your data.
The program organizes and displays the data efficiently, so that the information is readily accessible in a variety of ways. You can arrange information any way you want to view it. Flexible search, powerful filter, and multilevel sort functions allow you to find and retrieve information easily.
You can quickly define and print a variety of reports, labels directly from the program. A detailed set of wizard dialogs let you define the report characteristic (color, size, margins, graphics,.. ), report layout , report sections (header, footer, ...). You can save settings to a template for future reuse. There are already templates for all American/European Avery label formats."; 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 = ''; } }