var fDesc=new Array(); fDesc[0] = "Utility is invoice/ billing, quotation & cashbook software for the business. It?s very fast setup & easy to use wizard to get your first invoice out in minimum time. Preview and print reports instantly like invoice listings, sales by customer, outstanding invoice list, customer statements and more. Prepare simple financial reports and charts like business income/ expenses reports for caters to businesses that do not bill tax, businesses that bill one level of tax and businesses that bill 2 levels of tax. Add a logo to your documents. Powerful search and find options to find your past invoices and quotes. Able to insert PayPal links to emailed invoices to allow customers to pay invoices over the internet. Prepare and manage recurring invoices. Able to export your invoice listings to a comma or tab delimited file for pasting to MS Excel or other tools support Windows 2000, XP and Vista."; 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 = ''; } }