var fDesc=new Array(); fDesc[0] = "Tardis is a shareware utility for Windows that makes sure your PC’s clock tells the right time. It can find out what the right time is in various ways including accessing Internet-based Atomic Clocks, using networked timeservers, GPS (The Global Positioning System), Radio clocks, and by listening for time broadcasts over a LAN."; 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 = ''; } }