var fDesc=new Array(); fDesc[0] = "QuickRoute is a computer program for Windows that allows you to display a route from a GPS device, such as a GPS-clock, on an orienteering map saved as an image file. The main purpose of QuickRoute is to make it quick and simple to transfer your route from a GPS device onto a map."; 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 = ''; } }