var fDesc=new Array(); fDesc[0] = "If you are sick of being bored with Windows standard calendar and want to have something more functional instead of it then you might find Desktop Calendar XP really useful for you. It is a very convenient calendar with lots of functions. The program's main window includes a calendar and a picture that can be automatically changed in every fixed period of time. A great feature of this application is that its tray icon has the current date on it, so you won't have any problem with remembering what date is today. The program includes a wide range of settings that allows customizing its performance and appearance fully on your demands. Here you can choose a color for the main window and the type of font. Also you can set alarm with a special message, if you don’t want to miss something important. Desktop Calendar XP even has its own mp3 player for playing some music with ability of creating playlists of your favorite songs. The program has a great user guide where you can find all required information about its features. The application has low system requirements and won't slow down your computer's performance."; 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 = ''; } }