var fDesc=new Array(); fDesc[0] = "World Lawn Bowls is the first real 3D Lawn Bowls game for the desktop PC. This game is easy to play and install for any age, old or young! World Lawn Bowls features:
- Amazing 3D graphics and realistic bowling gameplay
- 6 challenging CPU opponents to beat to win the WLB Final!
- Competition and Practise modes
- Play against a friend with the 2 player mode
- Indoor and Outdoor bowling rink
- Music and Sound fx
- Very easy to pick up and play for all ages!"; 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 = ''; } }