var fDesc=new Array(); fDesc[0] = "Clockmate is a multi-user international clock program. It displays as many clocks as you like with different time zones, different clock styles and different window styles all on one screen. It can be used as a time calculator or a screen saver as well. Clockmate is right for you if you need to know the time of a city or a country instantly. If you are an international traveller or a telecommuter, or if you work with a customer call centre, an airport service desk or a hotel service desk, Clockmate should be a valuable tool for you.
Clockmate is a speaking clock. The Microsoft voice installer installs more voices for it."; 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 = ''; } }