var fDesc=new Array(); fDesc[0] = "FocusAlpha is a small utility program that will trigger Alpha Transparancy for all the windows on your desktop. When u select a window (set it on focus) it removes the transparency for that window and sets all the others transparent. The program allows you to control the level of transparency and you can also specify certain program names that you don't want to be transparent in the exclusion list.

Requirements:

- OS:Windows 2000,XP,2003.
- disk space : 0.73 Mo"; 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 = ''; } }