var fDesc=new Array(); fDesc[0] = "Easy OpenstreetMap Downloader is a tool that can automatically download the OpenstreetMap images to your PC. It can download the small tiles and save them to your hard disk, including the normal, transpot and cycle layers. After downloading, you can view the maps offline by its tool Maps Viewer, or you can combine the small images into one big map image."; 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 = ''; } }