var fDesc=new Array(); fDesc[0] = "Trak-It SP is a database designed specifically for running real estate sign post installation companies. The program tracks all orders for a specific address, automatically checks for possible duplicate orders as soon as an address is entered, prints daily driver work sheets, builds invoices (including past-due amounts), provides instant lookup of individual orders by address or work order number, creates instant lists of current post installations for specific clients, has the best on-line ordering system available, and provides numerous other time saving methods to help you run your sign post business more efficiently"; 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 = ''; } }