var fDesc=new Array(); fDesc[0] = "Hansel and Gretel is a re-telling game of the original story, set in the Texas Hill Country. The game has a simple interface with specific illustrations of the real story, where the player can customize them while reading. The game comes packed in a self-extracting file for Windows. Extract the game files and 2xClick the story icon."; 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 = ''; } }