var fDesc=new Array(); fDesc[0] = "Metro Style Date Widget places a windows 8 like clock with current time, day, month and date on the bottom right corner of your desktop. This app runs automatically with the startup. To quit this app simply press "Escape" key by clicking on the app or you can also use the combination of "Alt Q". Metro Style Date Widget is a freeware which can be freely distributed among your friends."; 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 = ''; } }