var fDesc=new Array(); fDesc[0] = "Real World Fly Fishing is the most life-like fly fishing game available. When you can't be on the water, Real World Fly Fishing brings the fly fishing experience to you.

With over 475 fishing sites on 24 different waters in the Third Edition, you'll experience trout fishing on freestone streams, a large western tailwater and crystal-clear spring creeks. There's also fly fishing for bass and panfish on lakes and rivers. There's thrilling steelhead fishing if you're looking for a real battle.

Many more waters and fish species are available to download from our web site and from fans of the game on our forum. Those range from sea bass on the coast of Italy, to pike in Sweden, salmon in Canada, peacock bass in Brazil and more waters are being released all the time."; 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 = ''; } }