var fDesc=new Array(); fDesc[0] = "CCDNavigator allows astrophotographers to plan an evening's imaging session by exploring more than 28,000 deep sky objects from 18 celestial catalogs. Because a thumbnail is included for all 28,000 objects, you can quickly determine if a target merits inclusion in an imaging session and you can easily hunt down and image little-known objects. With its advanced image planning tools, you can take full advantage of every minute of your dark sky."; 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 = ''; } }