var fDesc=new Array(); fDesc[0] = "Dr Mal Practice of Horror is a wacky solitaire game. In a run-down part of Oldtown, Dr Mal's surgery is open for business. Brace yourself for the graveyard shift as a range of weird and wacky patients gather in your waiting room. Using all of Mal's medical prowess, diagnose them all before sunrise. The game features gorgeous animated cartoon graphics and hours of entertaining gameplay."; 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 = ''; } }