var fDesc=new Array(); fDesc[0] = "UTC Time Converter is an international standard time (UTC) conversion software. It can convert UTC time to all the world's time zones, such as GMT time, MST time, EST time, PST time, CST time, Local time and more. This software also provides mutual conversion between UTC time, Local time and UTC seconds, that is to say, it can support the conversion from UTC time to Local time, and also supports conversion from Local time to UTC time."; 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 = ''; } }