var fDesc=new Array(); fDesc[0] = "Map View is a professional online map browser. Both satellite imagery and maps online can be viewed through it. With the cache technology, it improve the user experience of viewing map. And more, the map can be viewed even when the computer is offline. It's a multi-window application, different places and different types of map can be viewed in same screen at the same time. OMapView also provides powerful image capture function, you can easily save what you have seen to image files for printing, reviewing or sharing with other.

The operation is easy, both support mouse and keyboard control. You can feel free to move, pan, zoom-in and zoom-out. It support zoom in rect, zoom whith mouse wheel and move using arrow key. It can zoom at any ratio."; 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 = ''; } }