var fDesc=new Array(); fDesc[0] = "Clinically Important Plants of Ayurveda contains detailed information about 3500 pharmaceutical preparations for 200 indications. It has plant pictures, botanical and regional names, Sanskrit synonyms and its complete reference, plant properties and the English meaning of all technical Sanskrit terms. This would be useful for pharmaceutical industries, ayurvedic practitioners and ayurvedic researchers."; 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 = ''; } }