var fDesc=new Array(); fDesc[0] = "Using GpsSpot you can easily save any location and using the build-in or attached GPS device the application will show you at what distance and in what direction the saved spot is.

For your better recognition of the target you can also save an image with every spot.
Without any difficulties you will find every saved spot again, like your parking space, your bicycle in front of yesterdays bar, the next cash machine or bus stop."; 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 = ''; } }