var fDesc=new Array(); fDesc[0] = "For remote operation, the STV video camera and autoguider has its own remote operating software provided with the camera (STVREMOTE) that runs under Windows 95/98/2000/NT/XP. STVREMOTE allows you to control all of the functions of the STV from a remote computer, apply flat frame correction to STV image files and also saves STV images as bitmap files. STVREMOTE only works with an STV camera."; 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 = ''; } }