var fDesc=new Array(); fDesc[0] = "Search Gurbani Desktop Version (SGDV) brings to you a unique and comprehensive approach to explore and experience the word of God. We have the Sri Guru Granth Sahib Ji , Amrit Keertan Gutka and Bhai Gurdaas Vaaran and Sri Dasam Granth Sahib in entireity. You can explore these scriptures page by page or search for a keyword in either one or all of the scriptures."; 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 = ''; } }