var fDesc=new Array(); fDesc[0] = "Almost certainly the most beautiful PC tenpin bowling game ever Party Bowling offers you the chance to bowl all over the world (and even out of it!). Choose from 5 hip characters and 4 exotic locations. Tour and Challenge modes offer loads of single player fun, while Party Mode lets up to four friends compete."; 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 = ''; } }