var fDesc=new Array(); fDesc[0] = "♥♥ Features of this Law Learning App ♥♥✓ Important Act/Law of 17 countries [India, United States of America, Philippines, Kenya, Armenia, Australia, Bangladesh, Brazil, Japan, New Zealand, Netherlands, Singapore, South Africa, Spain, Sri Lanka, United Kingdom, Zimbabwe] are available in digital format to compare Laws✓ View more than 600 Acts/Laws within single app ✓ Law App works in Offline mode as well✓ View data Section wise/Chapter wise ✓ Ability to Play Audio for selected section, using Text To Speech✓ Advanced User friendly Search for any keyword within Section / Chapters of Laws✓ Ability to Resize Font size for better readability✓ Acts/Laws are Updated frequently to include latest Amendments.Download this fantastic Law App today to view a comprehensive list of Laws and Acts along with Rules of various countries."; 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 = ''; } }