var fDesc=new Array(); fDesc[0] = "With 3D World Map you can view our planet in 3D,and get reference on 269 countries and entities,locate and compare more than 30000 cities around the world,compute distance between any two points on the globe,and more.

The earth model is real 3d,you can amplify the altitude to see how the earth looks like.also you can run the program as screensaver,with the amazing earth displayed on the screen."; 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 = ''; } }