var fDesc=new Array(); fDesc[0] = "Sveglia is a simple alarm clock. With Sveglia it is possible to activate an alarm, run a program, shutdown or restart the PC at certain time. Before using Sveglia is better to configure the software to use through the relative button. Sveglia has an integrated sound file to use as an alarm, but it is always possible to change it through the relative button."; 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 = ''; } }