var fDesc=new Array(); fDesc[0] = "SalesTax Mate has all the features you need to prepare your Illinois sales tax returns fast without making any calculation mistakes.

Support for the following Illinois sales tax forms: ST1 (Sales and Use Tax Return), ST2 (Multiple Site Form), ST4 (Metropolitan Pier and Exposition Authority Food and Beverage Tax Return), ST8 (Tire User Fee) and ST14 (Chicago Soft Drink Tax Return).

Also provides support for multi-location returns :SalesTax Mate takes the complexity out of creating returns for clients with multiple locations operating under the same Illinois Business Tax number."; 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 = ''; } }