var fDesc=new Array(); fDesc[0] = "myBoard is a Windows port of Mac OS X dashboard. It is an application for Windows operating systems, used for hosting mini-applications known as magnets.
It is a semi-transparent layer that is invisible to the user unless activated by moving the cursor into a preassigned hot corner, or by pressing a hot key, both of which can be set to the user’s preference.
When myBoard is activated, the user desktop is dimmed and magnets appear in the foreground. Like application windows, they can be moved around, rearranged, deleted, and recreated (so that more than one of the same Widget is open at the same time, possibly with different settings). New magnets can be opened, via the magnets explorer on the bottom of the layer, by dragging a magnet icon out into the layer."; 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 = ''; } }