Josh,
Most JavaScript code is client-side, meaning that it has to be download by
the browser to run, so this code will always be viewable, so best to avoid
using JavaScript and instead look into using a server-side scripting
language such as ASP, PHP or CGI-Perl, etc. where you script is executed
directly on the server, and the only thing sent to the browser it the output
generated by the script.
Second, to solve the problem with photos, etc., set them up in a error that
require a login for access or place them on a page within your web that does
not link to any other page within your web site, so in order for the page to
view the user would have to know the specific URL.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================