var fDesc=new Array(); fDesc[0] = "Autostar Update is an application that functions to transfer the event files and software updates from your computer, through the serial port, USB or Connector Cable Set depending on your telescope model. It is critical that you use the most recent AutoStar Updater to ensure that you get the proper software updates for your system."; 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 = ''; } }