var fDesc=new Array(); fDesc[0] = "WinTopMost software is a desktop utility for an easy control running applications:

A) It disables close button for selected applications or just some windows based on application name or captions to ensure a proper use when there is a requirement of a clean logout before exit;
This feature can secure connections for example using Telnet or preventing impatient users to cancel a DOS batch and consequently causing abnormal termination and exit from dos programs under Windows XP for example."; 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 = ''; } }