var fDesc=new Array(); fDesc[0] = "No matter what you do day to day with your computer, you no doubt have to deal with lots of windows. Managing your windows is a task essential to maximize your performance and workflow, and XSwitch by no doubt is one of the handiest tools that helps you reduce the window clutter on your Microsoft Windows system. Previously, you were limited to the tedious Windows task switcher when you press Alt-Tab key combination. XSwitch flips your world upside down with its innovative features and ease of use. XSwitch gives you two additional ways of managing your opened applications and windows:
Instance Switcher
Application Switcher
Standard Switcher
Handy Power State Manager
For example, Instance Switcher will allow you to switch between opened Instances of a single application (best visualized as distinct opened windows of the same application - such as multiple Explorer or QuickTime Player windows). You can quickly pick the window you want without digging through millions of opened windows on your screen, as you can conveniently see the window screenshot right in the XSwitch window!"; 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 = ''; } }