var fDesc=new Array(); fDesc[0] = "World’s Fastest Pizza is a story of immigration, margaritas and rednecks set against a backdrop of suburban Australia. It’s like Paper Boy meets Hotline Miami, but instead of delivering papers, you deliver pizza, and instead of Russian mobsters, your foes are great white sharks, shotgun-wielding rednecks, and hungry hungry dingoes."; 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 = ''; } }