var fDesc=new Array(); fDesc[0] = "This is the new generation All India VAT software's especially designed for the professionals like you covering the VAT of all states. On a single data entry you can fill the Form of any State. This A-VAT software is useful for calculating VAT liability and return filling of multiple dealers. This software covers almost every aspects of All India VAT. This software also covers e-Payment and e-Filling of all the latest VAT return for each category of Dealer. Software consolidates the data of all the periods in a financial year and generates computation sheets."; 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 = ''; } }