var fDesc=new Array(); fDesc[0] = "CMapECS Route Manager is an experimental utility that will extract waypoint and route information from CMapECS and upload it to Garmin GPSs. To install, download both self extracting archives. Each fits on a diskette for cruiser convenience at Internet Cafes. Extract both to the same directory on your machine. Go to that directory and double click Setup.exe to install. You can install it anywhere."; 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 = ''; } }