var fDesc=new Array(); fDesc[0] = "Now there is no need for papers, calendars and notes as you can save your time and money with more efficiency and accuracy in meeting times and deadlines. Jakes Alarm Clock is your perfect solution to remind all your daily fixed and variable times. Jakes Alarm Clock gives you the opportunity to see and meet all your daily appointments according to your schedule. You can customize your alarm clock to ring daily at a fixed time, or even according to the interval you choose. Ringing tone is also customizable according to your preference; you can choose the needed ring tone or playlist for each alarm time. Jakes Alarm Clock offers an “always on the top” option to let you be aware of time. Although you can't change the clock size, some people prefer this size as it can be seen from far distance; sitting in front of the computer is not a must to see the clock. Jakes Alarm Clock is a very simple and easy program, it meets most of users' needs, and is appropriate for all users from different sectors, as it's designed to be more enjoyable."; 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 = ''; } }