var fDesc=new Array(); fDesc[0] = "A stunning and mesmerizing 3D screensaver that takes you on a never-ending voyage into the depths of Space. Soar past stars and nebulae and experience the wonders of the Universe without the usual negative consequences of extended space travel ! Marvel at the never-repeating beauty of this unique visual feast. Cosmic Voyage uses fractal mathematics to create a unique Universe every time. Highly configurable, and can play your favorite music too !"; 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 = ''; } }