var fDesc=new Array(); fDesc[0] = "xImage is a free firmware upgrade for certain Garmin® units that allows you to retrieve and update images on your GPS. This application makes it possible to get a screenshot from most GPS models and with certain newer models, xImage allows you to update some images (splash screen, waypoint symbols, etc.) with your own creations. This software should only be uploaded to the unit for which it is intended. Otherwise, it will render the unit inoperative. If the software upload fails, and subsequent upload attempts prove unsuccessful, the unit may need to be returned to Garmin for service."; 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 = ''; } }