var fDesc=new Array(); fDesc[0] = "With My Time Wizard your computer clock will permanently stay in sync with an atomic clock, the base for most accurate time measurements available. Never wonder if the computer clock is really accurate or if you can take it as a reference while you are working or playing with the computer. All you need to do is to let it run in the background, relax and do your work. Isn't this what you always hoped to have the time to do? You won't even have to check the time as My Time Wizard even warns you about your schedule."; 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 = ''; } }