var fDesc=new Array(); fDesc[0] = "GST / VAT Accounting (GVA) is an easy-to-use program that is designed to maintain complete and accurate accounting of income and expenses with particular emphasis on tracking Canadian style Goods and Services Taxes (GST) or Value Added Taxes (VAT) taxes that are both collected and paid. GVA uses the "single entry" bookkeeping method. This accounting method is easy to use and is equally suited for small businesses and individuals."; 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 = ''; } }