var fDesc=new Array(); fDesc[0] = "Ruck and Maul recreates all the excitement and drama of International and Club Rugby Union. Numerous competitions have been researched in detail and are included in the game. Teams are rated for attack, defense and for set-piece plays (Scrums, Line-Outs, Rucks and Mauls) as well for (in?) -discipline. Most teams have a squad of 24 players to allow for the optional injury rules and players are rated for attacking potential and kicking."; 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 = ''; } }