var fDesc=new Array(); fDesc[0] = "The GPS map will help you give you with turn by turn directions to your destination using a POI, city point and/or longitude and latitude. It has the ability to preplan driving destinations before getting into your car. Compatible with ALL Garmin GPS units. Don't pay more than US$10 per day when you already own a Garmin, this is the most comprehensive GPS map available at such an affordable price!"; 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 = ''; } }