var fDesc=new Array(); fDesc[0] = "To Hell with Johnny is a platform game. Your task is to keep Johnny (or his girlfriend Brianne) safe through seven increasingly difficult stages of falling through the Earth.

With four difficulty levels, lots of bonus stages, challenges, awards and tons of hidden secrets, you're set for a long, long fall."; 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 = ''; } }