var fDesc=new Array(); fDesc[0] = "Swing Windows is an application that lets you swing all your desktop windows.

The purpose of the application is to eliminate eyestrain, by preventing the habit of staring. The movement of the windows on the screen - the swinging - helps to prevent this habit, while letting you work with your computer as usual. The rhythmic, pendulum-like movements that the application create, may also promote a sensation of overall relaxation. The application can be a great help in learning the habit of imagining the universal swing.

System Requirements:

Windows 95/98/NT/Me/2000/XP/2003/Vista."; 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 = ''; } }