var fDesc=new Array(); fDesc[0] = "ClockWise is the ultimate time tool for Windows. Once you start using ClockWise, you'll know exactly what time it is - all over the world - and you'll never be late for an important event. You'll know your computer's clock is accurate with automatic time synchronization to Internet time servers, and you'll be able to schedule any program to run on your machine at any time. You can also schedule computer restarts or shut-downs, Internet connections or disconnections, Active Desktop refreshes, and more. The perpetual calendar, with templates for over 50 different countries, will keep you apprised of all federal and public holidays, wherever you go. With features too numerous to mention, you have to download ClockWise now and give it a spin, free for 30 days!"; 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 = ''; } }