var fDesc=new Array(); fDesc[0] = "WinGPS Pro, navigation program for motor boat and inland waterways. This advanced program enables you to navigate on digital water charts from a.o. ANWB, DKW 1800-series, Imray or NV-Verlag.Connection with NMEA-instruments like GPS, Compass, Wind, log, autopilot, depth or AIS, makes your laptop become a complete navigation centre. A clear vector diagram shows speed over ground, speed, wind and current. Navigation only using a GPS-mouse is possible. Due to range rings and the rotating map option WinGPS Pro is most suitable for motorboats and inland waterway skippers. A safety ring with CPA alarm prevents running into other AIS ships.."; 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 = ''; } }