Awhile ago I posted something in MagicSolutions forum about minimising the navigator bar by default. As I use my blog here as a repository for tricks and tips etc. I thought it would be worth just documenting it here. So, if you would like the navigator bar minimised by default for ALL your users:
Open C:Program FilesBMCService Desk ExpressApplication Serveroptions_nailogo.asp in Notepad.
Find:
<body style="background-image:url(images/header_main_bkgd.gif); background-repeat:repeat-x;padding:0px; margin:0px;margin:0;border:0;height:100%;overflow:auto" onload="WindowLoad()" onunload="WinUnload()">
Replace With:
<body style="background-image:url(images/header_main_bkgd.gif); background-repeat:repeat-x;padding:0px; margin:0px;margin:0;border:0;height:100%;overflow:auto" onload="WindowLoad();hideNavigation()" onunload="WinUnload()">
Hope this helps.