var fDesc=new Array(); fDesc[0] = "Whether you’re on the water or planning your next trip at home, Geonav® MapMaster™ gives you the flexibility you need. With an unprecedented range of chart and map compatibility, this easy-to-use software lets you plan routes—and even navigate when connected to GPS—from the convenience of your Windows-based laptop or desktop PC. Enjoy a broad selection of compatible charts, including Navionics® Platinum or Gold charts, S-57 (ENC), BSB, NV.Digital and other popular electronic charts.* Scan in your own paper charts or even download a free plug-in to import Google Earth maps."; 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 = ''; } }