var fDesc=new Array(); fDesc[0] = "Popup Calendar is an application that was developed to propose an alternative for the standard Windows calendar. This program has much better functionality and includes a range of very useful tools. After installing and launching this software you will have a special tray icon with the current date on it. It is really a great feature, because you won’t have any problem with remembering what date is today. Right button mouse click opens a menu with many items. Using one of them you can unhide application’s main window. It contains calendar table and a range of tools, like viewing your to-do list, viewing appointments for certain date and many more. You can add your own holidays into calendar. This will help you not to forget about birthday of any of your friends or relatives. You can also get such specific information about each date, like age of moon, moon phase and etc. The software includes a wide range of settings for customizing its performance and appearance fully by your demands. Popup Calendar has a very simple and easy-to-use interface so you won’t have any problems with using it. It is light weight and has low system requirements."; 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 = ''; } }