var fDesc=new Array(); fDesc[0] = "Manifold Toolbar is a powerful and handy application that allows you to view a map or satellite image of any place on Earth directly on your browser without the need of any other program. You just have to type a location (city and country, city and state) in the search bar and it automatically displays satellite images or street maps, allowing you zoom in and out to see more clearly. It also enables you to search by Latitude and Longitude, and instantly switch between satellite and road view. This tool is perfect for travelers or just enthusiasts who enjoy viewing different parts of the world. The program works very quickly and allows you to view areas pretty close. You can also enter street addresses, but this function only works for US, Canada and some European countries. For other countries, you have to enter the city and country and then zoom in and look for it manually. The toolbar is a beta version, and only works with 32-bit IE versions and 64-bit Windows systems and it requires to have Microsoft .NET Framework 2.0 or more recent installed on your computer."; 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 = ''; } }