var fDesc=new Array(); fDesc[0] = "ThumbWin 1.2.8 is a program that will display a small window for every open program. This way, you will be able to go from a program to another just by clicking once on any of the small floating windows that the program will place in the desktop. Once the program is installed, it will create the thumbnail of a window for every minimized program. You can customize the position of the windows, its size, the hotkeys to use, its transparency and color. In the Operation tab you will be able to choose the arrangement method, if you will use a single click to restore a windows, arrange the thumbnails by mouse drag, auto arrange thumbnails, restore windows by file drag, and if the button will be displayed in the thumbnail. You can also choose to display frames and shadows in thumbnails. You can use fade in or out when showing the windows, or exclude certain programs from generating windows, by class name or window name. The program can be used in English, Chinese or Japanese. It works under Windows XP and 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 = ''; } }