var fDesc=new Array(); fDesc[0] = "Yahoo Satellite Maps Downloader is a tool that can automatically download Yahoo satellite maps small tile satellite images and then combine them into one big map image. It supports multithreads, so the download speed is very fast. And it is very easy to use. All downloaded small images are saved on the disk. You can combine them after downloading or later. Isn't it very cool that you make your city's high precision satellite map by yourself?!"; 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 = ''; } }