var fDesc=new Array(); fDesc[0] = "Time Zone Converter 1.51 uses your PC clock to show the time in other countries and time zones. When running first time you have to tell which country and time zone you are in. Then the GMT time and the local time of three other countries can be displayed. You can also view past and future times. There are 380 time zones and more than 4150 cities in the program. Automatic installation and deinstallation integrated. Windows 95/98/NT. Author: Jesper N"; 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 = ''; } }