var fDesc=new Array(); fDesc[0] = "A nice looking, animated and skinable gadget with basic functionality of alarm clock with built in reminder. Get reminded of important events and entertained at the same time :-)

Several skin designs are available for download from authors website. Download instructions and links are given within the program. When downloaded, new skins will automatically be installed to appropriate directory and linked to the clock."; 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 = ''; } }