var fDesc=new Array(); fDesc[0] = "EZPlanetary is a simple and easy planetary video capture/record software. It offers the basic camera parameter control like the exposure time, gain, white balance, 8bit/12bit (or 14bit), mono/color etc. The video image can be stored into the popular image formats like FIT, BMP, JPG, AVI, SER, and more. It can control the following QHYCCD cameras: QHY5L-II-M, QHY5L-II-C, QHY5-II IMG132E, IMG0H, IMG0L, IMG0S, IMG2S, and IMG2S."; 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 = ''; } }