var fDesc=new Array(); fDesc[0] = "PC Plotter is a simple-to-use PC or laptop chart plotter designed for sailing, motor yachting, and fishing. Ease of installation and ease of use are key features of PC Plotter. PC Plotter can be used in real time, with a GPS. Without a GPS, planning routes is easy, and it includes Dead Reckoning, Distance Off and Bearings from Landmarks, etc. PC Plotter uses Navionics Vector charts (Navionics Gold, Platinum, Silver, Sonar charts, and Hotmaps) that are stunning in detail. They look like paper charts and layers of unwanted information can be turned off."; 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 = ''; } }