You could try locking down the setings that are available to the users if IE

.
I have taken the following details from a V. GOOD resource if you are an M$ Admin -
http://www.windows2000faq.comTry this and modify fthe broswer to restrict user settings of necessary, it can be set by a logon script or by trawling round each machine,
Q. What restrictions are available with Internet Explorer 5.01 Service Pack 1 and above?
A. With Internet Explorer (IE) 5.x, you have many options for limiting the actions that users can perform. You can apply these restrictions either to one user by setting the HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\Restrictions registry key or to all users by setting the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Restrictions registry key. If you set a restriction at both the user and the machine level, the machine level setting takes precedence. A value of 1 enables the restriction; a value of 0 disables the restriction.
To add a restriction, perform the following steps:
Start regedit.exe.
Go to either HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\Restrictions (for a user) or HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Restrictions (for all users).
From the Edit menu, select New, DWORD value.
In the table, find the desired value, enter it for the Value name, and press Enter.
Double-click the new value and set it to 1 to enable the restriction. Click OK.
Close regedit.
NoSubscriptionPasswords Prevents the entering and caching of passwords.
NoBrowserOptions Tools/Internet options menu item (IE only).
Many thanks to John Savill of
www.windows2000faq.com for the above quoted Options.