var fDesc=new Array(); fDesc[0] = "ACP Planner™ (Patent Pending) gives you a visual way to create a night's multiple target observing plan within Starry Night or TheSky. This way of planning is a quantum leap beyond other tools and automation systems because it lets you visualize your target positions and timing together dynamically and do task-oriented planning. It makes it very easy (and very fast!) to pick which targets to image at what times and for how long. There's no need to tell ACP to slew, take images, focus, guide, etc., because it's smart enough to figure out what things are needed and when. An ACP plan is just a list of targets with image/filter specs and optional timing info."; 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 = ''; } }