var fDesc=new Array(); fDesc[0] = "The Direct User Switching Task extends the computer functionality by providing the ability to switch directly to another user session, via a hot key, without going through the Windows XP/Vista/7 welcome screen. This uses a popup menu of icons in a similar style to Alt Tab task switching. Allows user switching when the Windows XP welcome screen has been turned off for the classic logon prompt and more."; 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 = ''; } }