var fDesc=new Array(); fDesc[0] = "These tools help you at your work using POIView. With this tools you can create your own files using source files in the common E00 format and create regions that are not available for public download yet. Thousands of POIs are stored in own file and you can convert them to ASC files (even large collections are converted )."; 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 = ''; } }