var fDesc=new Array(); fDesc[0] = "The people of Crustville are hungry, and it's your job to deliver warm, tasty pizzas from Mr Ravioli's reputable restaurant. Get ready to race around the city in a dazzling platform adventure game, where you get to visit places like the peaceful harbour, beautiful city parks and noisy subways on your quest to feed the hungry mouths."; 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 = ''; } }