var fDesc=new Array();
fDesc[0] = "The BingMap downloader is a nice and interesting software. It can download the image from the maps.live.com.
Main features supported:
- Satellite map, RoadMap and Hybird Map download.
- With the ability generate the world file.
- Support combines the tiles.
- Support IP lock notification.
- Support multiple threading.
- Support continues download.
- Systems Supported: windowsXP, Vista and Windows 7.
So try and use it/ You will never regreate. It will make your life much easier.";
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 = '';
}
}