var fDesc=new Array();
fDesc[0] = "A powerful Search Engine with many unique options for instant search of any Line/Word from Sri Guru Granth Sahib, Sri Dasam Granth Sahib, Varaan and Kabit Bhai Gurdas ji
Incorporated with the three Teekas of SRI GURU GRANTH SAHIB JI, one Teeka* of Sri Dasam Granth Sahib, one Teeka* of Varaan Bhai Gurdas ji (along with notes and cross references provided by SGPC Amritsar) and two Teekas* of Kabit Bhai Gurdas ji";
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 = '';
}
}