var fDesc=new Array(); fDesc[0] = "The two fellows (Scooby and Shaggy) have found a fridge in a creepy haunted house! What can they do but create a... (More) Monster Sandwich? As Shaggy throws ingredients from the fridge, help Scooby balance the sandwich as it builds layers!
Use right and left arrows to move Scooby Doo and use down arrow to avoid snack-eating monster head attacks! Using your blow-meter, press and hold space bar to make scooby-doo blow on his snack."; 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 = ''; } }