var fDesc=new Array(); fDesc[0] = "Grab your tackle box, launch the bass boat, and LET'S GO! Rapala Pro Fishing sets the standard for all fishing games. Never before has a fishing game brought you all the: authentic Rapala(R) fishing gear, guided fishing trips with Rapala's(R) Pro Staff, and a BOATLOAD OF ACTION! Time to set the hook and land that TROPHY of a lifetime!"; 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 = ''; } }