var fDesc=new Array(); fDesc[0] = "The Horror Palace Network is pleased to present Morbid Mansion, a Windows-based PC Game throwback of a timeless classic, none other than PacMan, only horrified. You control a good witch and must navigate through the catacombs of mazes inside the mansion while avoiding ghosts and picking up all of the body parts thrown about. Tons of features; 50 levels, 4 difficulties from easy to frantic, keyboard or joystick play, gobs of horror bonuses, oodles of creepy music tracks and sound effects, plus, in-game worldwide high score tables! And best of all, Horror Palace is offering a free 30-minute trial version, so you can test ride the horror excitement before deciding to buy it for a low price of only $10 dollars. Give it a try today and get ready for some haunted mansion action!"; 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 = ''; } }