var fDesc=new Array(); fDesc[0] = "Astro-Snap allows you to take astronomical pictures with a webcam. The program includes features such as:
- Real time planetary video processing
- Focusing aid on complex objects,along with a sound indicator for remote tuning
- Image stabilization and automatic tracking of the object in the camera's field of view.
- Can display a configurable graduated reticle
- Can measure objects in real time."; 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 = ''; } }