var fDesc=new Array(); fDesc[0] = "Its simple, fun, recreates lane oil and lane warping (different each time you play, just like in real bowling). Its simple interface is similar to those used in golf games.

Set your position, your aim, then the meter comes back to set your power, and when it moves forward, stop it at the line pointing straight up to go straight, to the right of that for right hook, and left of that for left hook."; 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 = ''; } }