var fDesc=new Array(); fDesc[0] = "This GPS map will give you turn by turn directions to your destination using a POI (point of interest), city point and/or latitude and longitude with the ability to preplan driving destinations before getting into your car. The easy to follow instructions allow you to download and install the map into Garmin Mapsource desktop software and transfer it to your Garmin GPS in minutes. Compatible with ALL Garmin GPS units."; 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 = ''; } }