var fDesc=new Array(); fDesc[0] = "Pyramid Runner is an entertaining game of action and exploring that keeps you in a good mood and with a smile on the face. The player will take the command of an explorer that is searching for the riches from a pyramid, what he doesn't know is, that he will have events all the time with traps and unwanted guests."; 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 = ''; } }