var fDesc=new Array(); fDesc[0] = "Try a new space screensaver, a real boon for astronomy lovers. This is the best Earth 3D screensaver that you can find. Go into orbit and watch the Earth's globe revolving on its axis; see how the lights of major cities look from the space; admire the delicate swirls of clouds. t is difficult to put it in words". This view is impossible to describe - you'd better see it with your own eyes!"; 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 = ''; } }