var fDesc=new Array(); fDesc[0] = "Deep-Sky Planner 5 astronomy observing planner software for Windows provides the powerful, accurate tools you need to make your time at the telescope more efficient and enjoyable. Whether you observe planets, comets, asteroids, carbon stars, doubles, variables or deep-sky objects, Deep-Sky Planner helps you get more from your visual and photographic observing time. Use it indoors to prepare for observing or at the telescope while observing. Use it to log and manage your observations. Enjoy open, non-proprietary access to your observing log and exceptional flexibility in reporting."; 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 = ''; } }