var fDesc=new Array();
fDesc[0] = "Generate XBRL Instance Document for Balance
Sheet & Profit and Loss Account using Taxonomy and Business Rules for Commercial and Industrial (C&I) Entities as prescribed by MCA. Features:
- Complete Software to enable you to do the conversion at your end, without sharing your Financial Data.
- Comprehensive Company Index to manage Multiple
Companies.
- Creation and Validation of XBRL Document in
simplistic manner.
- Easy to use. User friendly interface.
- Quick Navigation to different Schedules.
- Quick Search to any Taxonomy Element with
Schedule name for Navigation or Error Resolution.
- In Built Validation at Data Entry Level to avoid error.
- Import XBRL Instance Document prepared from any
software.
- Single click data import from Excel.";
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 = '';
}
}