var fDesc=new Array(); fDesc[0] = "Easy HR Pop Up Calendar Pro sits quietly in your system tray and with a single mouse click pops up a calendar that shows you what you want to see in the last month, this month and the next four months. A second click hides the calendar until you next need it.
With this program you have the ability to scroll the calendar forward or backwards a month at a time."; 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 = ''; } }