var fDesc=new Array(); fDesc[0] = "The Virtual Earth downloader is very cool software. It can download the image from the Live Maps. Support the Satellite map download. Support the RoadMap download. Support the Hybird Map download. With the ability generate the world file. Support combines the tiles. Support IP lock notification. Support multiple threading. Support continues download. Support preview. Support auto combine. Support import the result to the third part GIS software directly."; 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 = ''; } }