var fDesc=new Array(); fDesc[0] = "Free Organizer Clock 1.0 is a useful program, which enables you to manage your time and work in a more efficient way. Planning and organizing important events are not an easy task at all. Sometimes it is even difficult to manage our day to day events too. But Free Organizer Clock, like a personal assistant helps you to manage all the events with proper planning. This is a small analog clock which appears on your desktop without disturbing your work process. It is a complete time management solution, which allows you to set alarms to get reminders, add new tasks to be done, set a list of alarms and a list of essential tasks, set the duration of tasks, write relevant texts for alarms. This fully customizable clock lets you change its appearance to make it more attractive. Just with one right click; it will display all the included features. You can make the clock big or small by adjusting its dimensions, change the dial plate to digital or analog, change the colors of the border, change the colors of hands, font, date, adjust date alignment to top, bottom or right and 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 = ''; } }