var fDesc=new Array(); fDesc[0] = "The Salmon Fishing Simulator is the perfect fish-thru-winter-at-work simulator. It takes little focus from your daily work and allows you to have that little back-of-the-head-salmon-fishing-process running, which is there in the first place anyway. Whether you want to catch a huge atlantic salmon in Swedish Mörrumsån or a even bigger one in Norwegian Gaula or Alta river, or why not Russian Umba, this is the place to visit. You can set up your own fishing business and manufacture your own rods, flies, waders, goodies etc and sell to other fishermen. As the simulator is online, you can challenge your friends and setup competitions. You need to be connected to the internet at all time for the simulator to work. Remember to keep the sound on and wait for the fish to take."; 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 = ''; } }