var fDesc=new Array(); fDesc[0] = "Skinny Clock is a free utility that shows date and time the way you like it. The looks of this Skinny Clock can be adjusted via a skin. The clock comes with a several pre-made skins within installation, but if you want you can design your own skins. The main clock window supports alpha transparency at the window and skin levels, as well as input transparency."; 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 = ''; } }