var fDesc=new Array(); fDesc[0] = "Deepsky Imaging is an image enhancement and video CCD capture software. Using the software you can capture images from any video ccd camera outputting composite video or S-Video, such as the Stellacam and Mallincam line of cameras.

The software is compatible with any capture device that supports Microsoft Direct Show. In addition, the software contains many tools to enhance existing astronomical images and utilizes the Awesome pre-processing engine from Deepsky Stacker."; 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 = ''; } }