var fDesc=new Array(); fDesc[0] = "Analogue Vista Clock is an outstanding quality alarm clock for your desktop. This awesome clock is a desktop extension - it will stay on your desktop ignoring all mouse and keyboard input, so it won't interfere with any other application. The communication with the clock, including changing the size, position, transparency level, alarm hour and more, is done using clock's tray icon."; 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 = ''; } }