var fDesc=new Array(); fDesc[0] = "DJ OldGames Package: Home Alone is a video game that is based on the well-known movie of the same name. The purpose of the game is to escape the Wet Bandits while bringing all the McCallister's fortunes from the house down to the safe room in the basement. In the Home Alone game for the PC, the player must set up traps to hurt the Wet Bandits. The game is an example of the trap-em-up genre."; 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 = ''; } }