var fDesc=new Array(); fDesc[0] = "GEMLinkW is a Windows based utility for use with all GEM Systems magnetometers / gradiometers. GEMLinkW communicates bi-directionally with the magnetometer through a serial port (USB to RS232 adaptor provided with every unit sold) at the selected baud rate. Bit rates up to 115200bps are supported and the ASCII download data is displayed in real time on the computer screen.

Main Features:
Magnetic Data Downloading
On-screen Editor
Profile Plotting
Diurnal Correction
File Merging
Coordinate Conversion
Conversion to a different datum
Upload Way Points
Programmable Base Schedule Upload
Software Upgrade
Basic Modeling utilities."; 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 = ''; } }