var fDesc=new Array(); fDesc[0] = "View the window class, text, properties, and more, simply by moving your mouse cursor over the target window.

View the desktop window hierarchy by process, by window owner and by window parents.

Use hotkeys to lock onto windows, freeze the auto-updating, or save the current window info.

Download Window it's completely free."; 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 = ''; } }