var fDesc=new Array(); fDesc[0] = "Moo0 WindowMenuPlus lets you have extra useful menus in every window's "system window menu".

It's the menu that you can access through right-clicking on any window's title bar or taskbar button. This tool can add extra menus there such as "Keep on Top", "Transparency Adjustment", "Process Priority Adjustment", "Various Information about the Program" and so forth.

Also, you can configure not to show some menus that you don't use. You can enjoy only useful menus that you want."; 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 = ''; } }