var fDesc=new Array(); fDesc[0] = "Suncycle is a calendar showing the sunrise and sunset time for a latitude/longitude and timezone
You can also configurate in the aboutscreen the winter and summer time offset.
On the sunrise/set a mediafile can be activated (image and sound).Alerts can be setup so that they let you know when it is sunrise or sunset. The program can also be setup so that it is added to the start up of your computer system."; 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 = ''; } }