var fDesc=new Array(); fDesc[0] = "GPSBabelWrapper allows the rest of us to use rich functionality of GPSBabel via familiar Windows interface. It only builds a command line and calls GPSBabel. Hopefully it does it well enough so that you will be spared of typing on the DOS prompt. Tabs "Filters" and "Options" let you control data processing and define location of worker programs (GPSBabel and QuakeMap)."; 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 = ''; } }