var fDesc=new Array(); fDesc[0] = "WinGPS 5 Navigator is a route planner which turns your computer into a navigation system. You can enter your starting point and destination and your route will automatically be created.

This program makes sure you only get a route you can sail, so it looks at the heights/widths and depths of Bridges/Locks and even the operating times."; 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 = ''; } }