var fDesc=new Array(); fDesc[0] = "GPSdevTest is a windows diagnostic tool for GPS devices.

Features:

-COM port (native, mapped USB or Bluetooth) auto detection
-Manual selection for port and baud rate
-Raw GPS data logging and ability to save them in the file
-Primary GPS data statistics collection
-GPS information display - satellite date and time, current position (latitude, longitude), speed, course and device current working mode"; 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 = ''; } }