var fDesc=new Array(); fDesc[0] = "Kaun Banega Dharm Shiromani is a game developed to teach and test concepts of Jainism starting with fundamentals to most advanced topics. It has more than 1400 questions based on very simple and root topics of Jainism. The primary objective of developing this game is to educate and to create awareness about Jainism among the youth, adults and kids."; 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 = ''; } }