var fDesc=new Array(); fDesc[0] = "Karen’s countdown timer II can save your time, because it can work as your personal assistant. A personal assistant keeps remember you about all important events on time. And even if you need to do your work on time. So Karen’s countdown timer II informs you about all your important affairs and business. Apart from this it is also capable to do some of your jobs. For example, it will start your favorite TV show on your computer at scheduled time, if you have an internal TV tuner card installed on your computer. It can play your favorite song at. It can send your important emails. It can shutdown or restart your computer. It can start your antivirus scanner. It can defrag your hard disk. It can take backup of your important data. It can start your downloads. In short, it can play any media file, it can open any document file and it can run any program file. It can also start MS Agent character, who will speak an event message. You can set any number of events all with different and independent settings to each other, and I am sure Karen’s countdown timer II will not forget any of your events."; 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 = ''; } }