var fDesc=new Array(); fDesc[0] = "MapViewer is an affordable mapping and spatial analysis tool that allows you to easily produce publication-quality thematic maps. Precisely display your data distribution with the most intuitive functions and features. Your data is unique and you need the best mapping software for the job! When your map fits on a single page, MapViewer has always had a print preview capability because of showing the page outline around the map. For the case where your map is larger than the page, MapViewer 7 adds a print preview for tiled printing. You can see how the map will be divided between pages and can choose exactly which tiles to print. The buffer tool in MapViewer 7 has been enhanced to allow a negative buffer distance. You can create a buffer zone inside of an area to show a setback distance."; 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 = ''; } }