var fDesc=new Array(); fDesc[0] = "Vector Clock is a fully scalable desktop alarm clock that can be placed anywhere on your screen, rotated with total freedom, resized to any scale and set in 3D perspective view without losing any quality. It also nicely integrates with your desktop and lets you choose how to pin the clock to desktop and how to use it as a normal window."; 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 = ''; } }