var fDesc=new Array(); fDesc[0] = "Designed for both the beginner and the experienced astronomy enthusiast, Redshift contains the most up to date technology and information. From basic information, pictures and video up to telescope control in our Premium version, Redshift is ideal for your in the field observation. If you are a current owner, you can easily upgrade your older version for great prices.
The spectacular display of the universe using precise scientific data enables you to gain vast knowledge of all kinds of objects in the sky. You can simulate the night sky for any time you choose and discover all the satellites, stars, galaxies, planets and exoplanets up to the limits of the universe as we know it today."; 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 = ''; } }