var fDesc=new Array(); fDesc[0] = "Pharmaceutical Excipients is an essential resource for formulators in the pharmaceutical industry, as well as those interested in the formulation or production of confectionery, cosmetics, and food products. It provides scientists with a guide to the uses, safety, chemical and physical properties of pharmaceutical excipients.

The Pharmaceutical Excipients database is available to licensees via the Internet at CambridgeSoft’s ChemBioFinder.com portal, and can also be accessed via the Database HotLink in ChemBioDraw."; 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 = ''; } }