var fDesc=new Array(); fDesc[0] = "FlySim 1.53 is a 3D, physics-based fly fishing game.

This game features accurate fly casting dynamics and realistic fish behavior.

You can fly fish in multiple destinations, in search of different types of fish, with different flies.

You can practice all the necessary techniques: overhead casting, roll casting, mending, dry and nymph fishing, and other fly fishing techniques.

Should you catch the biggest fish, you will get your name on FlySim´s trophy page.

The Main Window of the game allows you to choose where you want to go fishing. The demo version allows you to choose between 5 different locations, but you must complete the first one to unlock the other four. The goal of each location is indicated in the description.

Then, you can go fishing. The object of the game is to fly fish. You can select the type of fly you will be using from your Hatch Box.

Then, you must through your line using the mouse, and releasing it with the space button. If a fish bites the hatch, you can action the reel with the right button of the mouse."; 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 = ''; } }