var fDesc=new Array(); fDesc[0] = "VirtualGPS - is an utility, which fully emulates GPS receiver and returns your location (by using cellular towers and/or wi-fi hotspots). Location accuracy is about 50-500m.

How To Use
1. Run VirtualGPS, wait about 1 minute until GPS: On (or Off in case of no reception) is shown.
2. Run navigation software. In the settings put GPS on COMx (Port is displayed on the main screen)."; 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 = ''; } }