%title
Export Waypoints from GeoQO to elsewhere

%introduction
You can use the following screens to export geoqo data to multiple
places.

%[ ,,type=label,text="Export to:"]
%if %[tofile,0,indent=1,type=checkbox,text=A file]
%script allowgui=1
devices/file
%endif

%if %[togps,1,indent=1,type=checkbox,text=A GPS (garmin/magellan/...)]
%script allowgui=1
devices/garmag
%endif

%if %[tocachemate,1,indent=1,type=checkbox,text=A Cachemate Database]
%script allowgui=1
devices/cachemate
%endif

%if %[tobabel,0,indent=1,type=checkbox,text=To Anything using GPSBabel]
%script allowgui=1
devices/gpsbabel
%endif

%if %[totomtom,0,indent=1,type=checkbox,text=TomTom Database Files]
%script allowgui=1
devices/tomtom
%endif

%if %[togeoniche,0,indent=1,type=checkbox,text=Palm Geoniche Database]
%script allowgui=1
devices/geoniche
%endif

%if %[toplucker,0,indent=1,type=checkbox,text=Palm Plucker Database]
%script allowgui=1
devices/plucker
%endif
