var fDesc=new Array(); fDesc[0] = "It's a calendar. It's colourful, customizable & changable. It's cool. Browse the features page for an introduction and you can navigate the site through the use of the left sidebar. Click on the light blue text or click on the menu that pop ups when you place the mouse over the text. Click the above Calenz logo to return to this main page. Download it now from the download page! Don't forget to download the skins, visuals"; 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 = ''; } }