var fDesc=new Array(); fDesc[0] = "Screen Calendar allows you to put a professional looking PIM like calendar and wallpaper right on your desktop.
This calendar lets you plan your everyday activities and schedule them easily and fast. Fully customizable, the calendar can change your working atmosphere by modifying what you see on your screen. You will be able to change the background image, calendar arrangement and many more."; 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 = ''; } }