var fDesc=new Array(); fDesc[0] = "It is a product that provides the fully amended and updated text of the Drugs and Cosmetics Act, 1940 and the Drugs and Cosmetics Rules, 1945 as amended up to the Sixth Amendment Rules, 2013, along with case-law notes, allied Acts Rules, Orders and Notifications. It also incorporates Drugs (Prices Control) Order, 2013, National Pharmaceuticals Pricing Policy, 2012 and List of Schedule e H1 Drugs."; 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 = ''; } }