var fDesc=new Array(); fDesc[0] = "RealSkyView gives you the power to view and manipulate the RealSky images on both Windows and Macintosh platforms. With RealSkyView, you can display the RealSky images on your computer screen, smooth or sharpen the images, rotate the images, alter the brightness and contrast of the images, quickly set up browse lists for examining the images, and more."; 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 = ''; } }