var fDesc=new Array(); fDesc[0] = "KABE-Calendar is a small application for desktop that will help you organize your tasks.

Simple, fun and easy-to-use, KABE-Calendar will remember your events. All you have to do is to customize it's content, according to your schedule and this program will remind you what you have to do.

KABE-Calendar will hang on your wall while it will show you events for even one year."; 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 = ''; } }