var fDesc=new Array(); fDesc[0] = "My Expose is one of the greatest tools ever created for Windows Vista. Although the idea comes from its closes competitor, the operative system Mac OSX, Expose is a great addition to Windows Vista. My Expose shows you all your windows opened side by side when you activate it. It is like pressing alt-tab and seeing your application icons' side by side, but in this case, you see the whole Windows and its contents. If you have video playing, it will keep playing even if you activate My Expose. The application is hard on your video card, so you need to have a good one in order for this to work or even install. You can assign either a hot-key to the application, or you can even use one of your mouse buttons to do so. The more screens you have open, the smaller they will all be when you activate My Expose. I have really become used to using Expose on the Mac, and I don't think I could ever do without it. If you are a Windows user and have the hardware to run it, I would totally recommend you to do it. In the end, it will save you time and money."; 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 = ''; } }