var fDesc=new Array(); fDesc[0] = "The Andren SeaMarks [LoranGPS] program is a tool for fishermen and divers to manage collections of GPS (or Loran) waypoints (readings) and print an organized book of listings and maps. It is easy to use and will make your waypoints work better for you. Its features allow you to plan fishing/diving trips that save time and fuel and to analyze your waypoints for promising areas to explore. Manage your book of waypoints on the computer. Print your book with spreadsheet listings and charts. Enter up to 32,000 waypoints per file using GPS and/or Loran data."; 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 = ''; } }