var fDesc=new Array(); fDesc[0] = "Electronic chart plotting has never been more affordable or simpler than with seaPro Lite. This easy-to-use system combines high quality charts with practical navigation functionality.

seaPro Lite is designed for those who wish to get to grips with PC based chart plotters without the initial expense of a fully featured system, or feel that the amount of sailing they do does not justify a more costly solution."; 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 = ''; } }