var fDesc=new Array();
fDesc[0] = "Complying Income Tax-Department format as validated by NSDL Utility. Unlimited Company Edition Price Rs 1500/- only and easitax e-TDS Facilitation Services. Associate Enquiry from CAs, CA Firms and Distributor Enquiry from Computer/Law Book Dealers Solicited .
VB application:
- Unlimited company version
- Generation of Form 16, 16A and 27A
- Generates Quarterly returns for NRI’S
- Enter Data directly to the software using new Data entry screen
- Importing from Excel Templates
Excel application:
- No Importing of Data
- Generation of Form 16, 16A and 27A
- Generates Quarterly returns for NRI’S
- Very user friendly
- Generates e-file at the click of a single button";
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 = '';
}
}