var fDesc=new Array(); fDesc[0] = "Eoclock is a small freeware product from Eorezo aims to provide a simple utility to show the clock for hundreds of cities worldwide. The program is suitable for business men and people who has friends in different time zones, as it can show up to 5 clocks for different world locations. You can simply add/remove clocks and adjust the location for each clock on the fly. The time is automatically updated and corrected to an internet time server to ensure that the clocks will always display the correct time regardless of your computer's clock. You can also adjust the degree of transparency and size for each clock however, you cannot change the style, colors of them. The program is multilingual; you can choose between the English, Spanish, Italian and French user interface languages by doing a right click on the program's tray icon. Another useful feature is that you can set each clock to be on top of all other windows through the click preference window. The program has a very simple and easy-to-learn user interface."; 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 = ''; } }