var fDesc=new Array(); fDesc[0] = "SUperior SU is a utility for Windows NT, Windows 2000, Windows XP and Windows 2003 Server, that is not only a traditional SU utility but also a powerful desktop switcher utility that allows for running multiple shells on different desktops on behalf of different users.

For all users, especially those that experience any sort trouble with SUperior SU or that have questions, the FAQ page might be worthwhile to read."; 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 = ''; } }