var fDesc=new Array(); fDesc[0] = "Secure Outlook is a software that ignores the default login, stored by Outlook. Also when Outlook closes, the default login is ignored. Thus whenever you enter Outlook Express via SecureOutlook you are greeted with the familiar Login Screen.

SecureOutlook has one parameter and this is the path to OutLook Express. If this parameter is omitted, the path "C:\Program Files\OutLook Express" is assumed. Whenever specifying a path on the command line, please remember to surround the path with double quotes (") if the path has spaces, otherwise SecureOutLook will set the path up to the first space."; 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 = ''; } }