var fDesc=new Array(); fDesc[0] = "Plan your next outdoor adventure with the help of MapSource United States TOPO. This application contains digital topographic maps for the U.S., including Alaska and Hawaii that are comparable to the U.S. Geological Survey 1:100,000-scale paper maps. See the product compatibility table for a list of products that Garmin recommends with this software."; 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 = ''; } }