var fDesc=new Array(); fDesc[0] = "RunAsAdmin is a small 32-bit program for Windows 2000/XP/Vista/7, that allows to run other programs with administrative privileges. It is especially well suited for use on portable devices such as USB drives. RunAsAdmin doesn't add entries to the Windows registry, nor does it alter anything else on the system."; 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 = ''; } }