var fDesc=new Array(); fDesc[0] = "Not enough screen space on your desktop? Do you flip back and forth between two windows because they're overlapping? GhostWin can help!

GhostWin allows you to make any application window slightly or completely transparent, and automatically adjusts the transparency level of windows that are being moved or sized so you can see what's underneath them ahead of time.

Best of all, GhostWin is free to download and use, and does not contain any Adware or Spyware or other types of nasty hidden 'features'."; 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 = ''; } }