var fDesc=new Array(); fDesc[1] = "addresses, the USPS Shipping Assistant 3.5 software is the ideal tool for you. Having this program on your desktop will help you to carry out all the duties a mail room requires such as label making, shipping, postal rates and estimated delivery calculations."; fDesc[2] = "The game features awesome graphics with nice animations, colorful backgrounds and good sound effects which make this game very enjoyable. The controls are very simple and the game is suitable for both children a adults."; fDesc[3] = "addresses to the point of delivery. This application will avoid having to cleanup mass mailing lists saving time on verification, validation and elimination."; fDesc[4] = "You can obtain country, persons and postal adresses of who use domain or IP adress by one click."; fDesc[5] = "modes share the same interface. There are several built-in templates that you can choose from on the right of the application's window. If you don't like the templates for the postcards, you can also import a picture and use it as a background."; fDesc[7] = "all sizes, fully customizable. Configurable fields with masking for fields such as postal codes, phone format, last call, last email, last update. Performs addressvalidation. Comes with postal tables for US Austrialia, Thialand and Brazil. Also comes with address and emailaddress for US Senate and Congress, or at least forthose brave enough to maintain one."; fDesc[9] = "offline utilities. Genius is shareware - only $29.99. You can order via phone, fax, postal mail, or online."; fDesc[10] = ", potential matches are displayed Preferences may be chosen on what data is to be displayed. Copy data to the clipboard or print it."; fDesc[13] = "browser. coOpera converts contact name, e-mail addresses, postal addresses, phone and fax numbers, notes and website address."; fDesc[15] = "Barcodes can be used to reduce postage costs and speed mail delivery. Registered users receive free barcode font for any dot matix, ink jet or laser printer."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }