var fDesc=new Array(); fDesc[0] = "Interactive animated i-board. The tool has several basic functions. These are: a "Post-It" like function where one can stick eye-catching notes on the desktop, which can be dragged anywhere on the screen; an alarm clock, which rings at a specified time and can be snoozed with a click; a precise weather condition of major German cities. The display text is in German but right clicking displays an English menu through which one can control and customize the i-board. The animation can be dragged anywhere on the screen so not to block your view when working. one can control and customize the i-board. The animation can be dragged anywhere on the screen so not to block your view when working."; 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 = ''; } }