var fDesc=new Array(); fDesc[0] = "EQTOUR is a lightweight, small footprint application for goto control of ASCOM compatible mounts.
EQTOUR comes the following predefined Tour Lists: Messier, Caldwell, Bright Doubles, Planetary Nebula, Galaxies, Globular Clusters, Named Stars, Open Clusters, Nebulas and Wolf Raynet.

In addition to the predefined object lists EQTOUR also allows users to create their own custom lists of objects or can be used as a “bookmarking” facility during an observing sessions allowing precise mount positions to be revisited."; 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 = ''; } }