var fDesc=new Array(); fDesc[0] = "Jasper's cat has been nabbed by a nasty witch who intends to use him as an ingredient for her incredibly evil potion! Make your way through a world of magic and monsters to reach the witch's castle and save Orlando. Jasper's Journeys offers a mixture of thoughtful exploration, tricky jumps, and frantic monster pummelling 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 = ''; } }