var fDesc=new Array(); fDesc[0] = "Saral XBRL is a program that helps you convert your financial statements into XBRL instance documents which can be readily validated and filed with MCA. It provides the flexibility to enter the data both through Data Entry and with the Data Tagging facility where users can import the financial and non-financial values from any Excel/PDF/Word documents."; 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 = ''; } }