var fDesc=new Array(); fDesc[0] = "AstroToaster is a free application for obtaining semi-live views of astronomical images using a DSLR, CCD or any camera that can produce static astronomical images. It stacks images as they are taken and presents them in a simple effective viewer. The stacking is performed using the DeepSkyStacker software Stacking Engine."; 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 = ''; } }