var fDesc=new Array(); fDesc[0] = "With the My Subs IRB Rugby World Cup 2011 widget installed, you'll have your finger on the pulse. It'll give you access to:

- My Subs specials
- digital magazines the you can read anywhere anytime on any device
- all the fixtures for the tournament
- results for matches already played
- updated standings within the 4 pools
- information on all the teams participating this year"; 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 = ''; } }