var fDesc=new Array(); fDesc[0] = "FishBuster™ is a free software application that brings the art and science of fishing directly to your desktop!

Main features:
-Retrieve current fishing conditions for any given location and receive alerts when conditions change
-Use the fishing journal to record and search previous results
-Use our proprietary scenario engine for bait and presentation suggestions
-After downloading and installing the application, a FishBuster™ icon will show up in your system tray
-Alerts will show in the lower right-hand corner when conditions change for your preferred location
-Clicking on the FishBuster™ icon will open the application for current conditions, journal entries, and scenario searches"; 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 = ''; } }