var fDesc=new Array(); fDesc[0] = "CorrMap is a program that can calibrate and rectify any type of map available as a raster image file. It assigns real map coordinates, rectifies the orientation to the North and transforms from pixels to real measurement units. It also corrects randomly deformed maps with reference to new maps provided with a grid of control points."; 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 = ''; } }