var fDesc=new Array(); fDesc[0] = "Adorn your desktop wallpaper with mysterious nebulas, wondrous constellations, and captivating starry creations. Feast your eyes upon a never-ending vista of stars that will illuminate the unfathomable complexity of space and time. Watch and be mesmerized by the infinite splendor that will undoubtedly capture and hold your attention indefinitely. As you continue to gaze at this spellbinding visual delight, let your senses unwind and immerse yourself in this extraordinary universe full of unparalleled brilliance.
Experience this unique and characteristic live wallpaper and screensaver and reveal the portals to heaven. Beautiful Space 3D works on Windows 7, Windows 8, Windows 8.1, Windows Vista, and Windows XP."; 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 = ''; } }