var fDesc=new Array(); fDesc[0] = "Northstar Waypoint Loader is a simple and easy to use software application that helps you load or upload waypoints and routes to and from your PC
This software can be configured to use PC serial COM ports 1,2, 3 or 4, the only drawback being that It is not possible to separate the waypoint and route information contained in a file. They are downloaded and uploaded together as one file."; 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 = ''; } }