var fDesc=new Array(); fDesc[0] = "If people concentrated on the really important things in life, there'd be a shortage of fishing poles. PRO Fishing Log is an ideal companion for every fisherman - both amateur and professional. It is a lightweight package - easy to use and install. Comes with modules covering fishing trips, boats, reels, maintenance, repairs, contacts and much more - all in a single installation. Can be used on a mobile (laptop) computer. Allows easy logging of catches and keeping track of other useful information. Data can be analyzed and easily presented to family and friends. Simply enter fishing trip details and let the log handle the presentation aspects. Supports any number of logs on a single machine. Data can be sent to anybody by e-mail. Use comments to keep the memories of your past fishing trips. Add catch data and analyze it later using this tool. Make fishing even more fun then it already is."; 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 = ''; } }