var fDesc=new Array(); fDesc[0] = "Krrish Game is totally free and can be downloaded and play free of cost. It's the first Indian game that was developed entirely on the famous Krrish indian movie. The game gives you fast and paced action thrilled fights, boss encounters and many more adventures."; 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 = ''; } }