var fDesc=new Array(); fDesc[0] = "The Alternative World Map Creator (9 mb, click here to download) is a program for Windows, which allows you to create alternative maps.
You can simply pick a spot somewhere on the Earth to be on the top or bottom of the map, for example your own house! You can save alternative maps as images, so you can print them or use them as desktop backgrounds.Also, a screensaver that generates random maps is included."; 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 = ''; } }