var fDesc=new Array(); fDesc[0] = "An accurate, reliable and up-to-date weather forecast is essential for safe navigation—whether you’re a sailor, windsurfer, or professional mariner. NaviWeather offers a simple-to-use, complete, and fully customizable marine weather forecast and analysis tool at an affordable price. Smart, fast, flexible—NaviWeather can be downloaded, configured, and up and running in mere minutes, placing advanced marine weather forecast information right at your fingertips. No need to spend days learning how to use complicated, cumbersome and over-priced marine weather software…. NaviWeather’s effortless set-up, intuitive layouts, and straightforward menus allow you to begin voyage planning and safe navigation right away. It’s ready to go when you are. Don’t believe it? Try it yourself. It’s free!"; 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 = ''; } }