var fDesc=new Array(); fDesc[0] = "The World Almanac displays solar and lunar data for every 30 minutes throughout the day in addition to the times of rise, set and twilight, the lunar phase and a picture of the horizon. Many hundreds of locations can be stored to include the height of the user and the summertime data. Although this software was specifically designed for somebody with a camera, it will also appeal to astronomers, fishermen, gardeners and many others.
Includes database of towns for Australasia(Aus/NZ), Canada. UK and USA covering some 1600 locations."; 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 = ''; } }