var fDesc=new Array(); fDesc[0] = "TrueFish is a program that simullates the fishing sport.
You can fish with a fixed, bolognese, deep sea fishing or spinning fishing rod along rivers, lakes and seas of Italian territory.
You can catch the most common fishes in Italian territory: bleaks, trouts, chub, carp, mullet, etc.
According to the place, the day of the year, weather conditions and especially the type of fishing rod, the fishing line calibration, the bait, etc."; 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 = ''; } }