var fDesc=new Array(); fDesc[0] = "Plan your fishing trips with comprehensive information on the Sun, Moon, Tides, Weather and location Maps. The Fishing Almanac instantly displays best fishing times for any location worldwide.
Fishing times can be based upon either Solunar or Tidal activity making The Fishing Almanac suitable for both freshwater and marine fishing environments. Quickly choose days and times giving you the greatest probability of successful fishing.
The Fishing Almanac also contains useful fishing tips for both the beginner and more experienced angler's and allows you to quickly log your results and refer to them for future reference."; 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 = ''; } }