var fDesc=new Array(); fDesc[0] = "The Digital Library of India initiative has scanned and placed online, over 250,000 books on various subjects. They are available free of cost from two separate collections housed at IIIT and IISc. About 20,000 books touch upon Indology, Sanskrit literature, Indian culture, history and philosophy, Hindu, Jain, Buddhist religious texts, including the Vedas and other scriptures.
A lot of them are rare and not available elsewhere and come from many places like the TTD/RSVP Sanskrit university at Tirupati, Sringeri Math, Regional and National archive facilities etc."; 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 = ''; } }