var fDesc=new Array(); fDesc[0] = "Instant Quote Professional, now powered by MS Office Access® 2007 (not required), is a feature rich Customer Database, Sales and Service application designed for businesses that require quotes and invoices. Instant Quote Pro takes the burden out of quoting and invoicing, and allows you to organize, and maintain, all customer quotes, invoices, billing and other contact management information. IQ Pro supports Dymo labels, bar codes, adding Customers from MS Outlook, e-mailing quotes and invoices, and easily tracks your Sales Tax, VAT, GST, PST, parts, purchases, jobs, recurring billing, payments and serial numbers. Over 100 pre-built reports tie all the information together!"; 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 = ''; } }