var fDesc=new Array(); fDesc[0] = "Fortune fishing game 8.0 is a free arcade fishing simulator game. The installation is very easy and during it you can add the freegamesway bar that can give you direct access to hundreds of free games. At the main screen you can choose between two different game modes: action and campaign mode. In the campaign mode you have to catch similar fishes in a row, the game will show you how many similar fishes you need to catch in each level; you get combo goals when you reach the amount goal of fishes in a row, and then you are able to upgrade your equipment at the shop. For the action mode the objective is to catch as many fish as you can in a designated time limit, the combo goals also applies in action mode. For both modes you are able to catch treasures for extra bonus. At the shop you can buy hooks, baits, fishing line, spinning reels and outboards. The game has an instruction section where you will find detail information of the game, store, and of all the fish you can catch. On the top of the game screen you are able to switch the type of view, music, sound or pause the game."; 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 = ''; } }