var fDesc=new Array(); fDesc[0] = "Converting the XBRL Software sheet into XML file format by the Product “Comp Law” Software tool with professional(s) assitance. An Instance document containing Balance Sheet and Profit and Loss Account will be generated and ready for e-filling.
Download all the 4 Part Files (Links given above) and store in the same directory for update of whole software including Forms and You have to run Part1 (CompLaw_2.12.2_EXE_02-Feb-12.exe) for Update EXE file and Part2 (CompLaw_2.12.2_Forms_02-Feb-12.part1.exe) for Forms."; 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 = ''; } }