var fDesc=new Array(); fDesc[0] = "GST / VAT Invoicing (GVI) is a complete sales management system that includes: invoicing, inventory management, automated billing, mailing list management, and sales tracking. Special attention has been paid to meeting the Goods and Services Tax (GST) and Value Added Tax (VAT) tracking and reporting requirements of countries including Australia and Canada. This includes printing the words "Tax Invoice" at the top of printed invoices."; 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 = ''; } }