var fDesc=new Array(); fDesc[0] = "There are a lot of situations in our life when we need not to forget about running time. For example, when we cook something and don’t want to get coals instead of delicious meal. Another example is any type of business meetings that can’t last endlessly. Karen’s Timer Cop is a small utility that was developed to help us not to miss something important. It is a timer with a range of useful features. The program has a very simple interface. All you have to do is define a period of time that can be measured even in days and press the button “Start”. After that a special window with elapsed or passed time appears on your desktop. This window can be stretched full screen. You can set a special message that will be showed when the timer stops. This message can be accompanied with a sound or even a song from your hard drive. Karen’s Timer Cop supports the most popular audio formats. The application has low system requirements so it won’t slow down your computer’s performance. By the way it’s absolutely free."; 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 = ''; } }