var fDesc=new Array(); fDesc[0] = "CCDOPS for Windows 95 is an entirely new Windows 95 package . The new Windows 95 version has all of the functions of CCDOPS for DOS including Auto Grab, Color Grab and Support for the AO-7 Adaptive Optics unit.
In addition, this new software includes the ability to combine RGB color images and essentially replaces CCDCOLOR. CCDOPS for Windows 95 will control all SBIG cameras except the ST-4 and it will also control the Celestron PixCel 255 and new PixCel 237 cameras.
The menus of the new software keep the look and feel of CCDOPS for DOS so users will immediately feel comfortable with this new interface. All of the menu commands are right where they have been in earlier versions of CCDOPS. In addition, a special icon bar may be called up to quickly take the user directly to any of the seven most used functions: Open, Save, Grab, Focus, Auto Grab, Track and Accumulate, and Self Guide."; 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 = ''; } }