var fDesc=new Array(); fDesc[0] = "If you need to change something then just grab it. No hunting through menus or dialogs. Grab it and move it. Grab it and edit it. Delete it if you have to. Learn about things just by moving the mouse over them. Discover actions by right clicking.

- See your position on the chart
-Plan your trip in advance
- See progress along your route
- See when you are likely to arrive

-Easy to Use
-Accurate Charts
-Your position on the chart
- Passage Planning
-Route Monitoring
- ActiveCaptain integration
- Share plans and tracks with friends

-Update charts easily
-Organise your old routes
- Man Overboard
-Source Data Diagram
-Compatible with Windows 7"; 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 = ''; } }