<!-- 
function Login()
	{
	var done=0;
	var form = document.login;
	var username=form.username.value; username=username.toLowerCase();
	var password=form.password.value; password=password.toLowerCase();

	if (username=="cmsite" && password=="someday")
		{ form.action = "cmsite_development/index.html"; done=1; }
		
	if (username=="ambient" && password=="amb123")
		{ form.action = "ambient6258/index.html"; done=1; }
		
	if (username=="ambientdownload" && password=="guest")
		{ form.action = "ambientdownload/index.html"; done=1; }
			
	if (username=="ambient" && password=="delivery")
		{ form.action = "ambientdelivery/index.html"; done=1; }
	
	if (username=="ambient" && password=="future")
		{ form.action = "ambient6723/index.html"; done=1; }
	
	if (username=="fablevision" && password=="handson11")
		{ form.action = "fablevision/index.html"; done=1; }

	if (username=="mercury" && password=="webreel")
		{ form.action = "mercury12/index.html"; done=1; }

	if (username=="biogen" && password=="msas")
		{ form.action = "biogen34/index.html"; done=1; }

	if (username=="fablevision" && password=="scisim")
		{ form.action = "fablevision_scisim/index.html"; done=1; }
		
	if (username=="fable" && password=="vision12")
		{ form.action = "fablevision_cap/index.html"; done=1; }

	if (username=="tysabri" && password=="touch")
		{ form.action = "tysabtouch22/index.html"; done=1; }
		
	if (username=="tysabri" && password=="web")
		{ form.action = "tysabriweb98/index.html"; done=1; }
		
	if (username=="project" && password=="samples")
		{ form.action = "projectsamples/index.html"; done=1; }
		
	if (username=="fort" && password=="franklin")
		{ form.action = "fortfranklin8734/index.html"; done=1; }

	if (username=="etta" && password=="noodles22")
		{ form.action = "ettakit90537/index.html"; done=1; }
		
	if (username=="cs" && password=="pants")
		{ form.action = "clientsuite78/index.html"; done=1; }

	if (username=="massart" && password=="ce")
		{ form.action = "massart33/index.html"; done=1; }

	if (username=="monkey" && password=="movies")
		{ form.action = "jonasmovies/index.html"; done=1; }

	if (username=="bushnell" && password=="weatherfx")
		{ form.action = "bushnell7893/index.html"; done=1; }

	if (username=="rocketfarm" && password=="spacecattle")
		{ form.action = "rocketfarm0367/index.html"; done=1; }
		
	if (username=="sidecastr" && password=="blair")
		{ form.action = "sidecastr64739/index.html"; done=1; }

	if (username=="whos" && password=="next")
		{ form.action = "rocketfarm97834/index.html"; done=1; }

	if (username=="pritesh" && password=="bstone2010")
		{ form.action = "ambientbrookstone34682/index.html"; done=1; }
		
	if (username=="mall" && password=="gps")
		{ form.action = "rocketfarm873621/index.html"; done=1; }
				
	if (username=="bushnell" && password=="backtrack2")
		{ form.action = "bushnell20137/index.html"; done=1; }
				
	if (username=="bushnell" && password=="backtrack2s")
		{ form.action = "bushnell31488/index.html"; done=1; }
						
	if (username=="magpix" && password=="albert34")
		{ form.action = "magpix163478/index.html"; done=1; }
						
	if (username=="bushnell" && password=="speedsteriii")
		{ form.action = "bushnell46824/index.html"; done=1; }
						
	if (username=="rocketfarm" && password=="asseenontv")
		{ form.action = "rocketfarm1396998/index.html"; done=1; }
								
	if (username=="ambient" && password=="energy")
		{ form.action = "ambient6578/index.html"; done=1; }
						
	if (username=="bushnell" && password=="binoc")
		{ form.action = "bushnell47386/index.html"; done=1; }
								
	if (username=="bushnell" && password=="milbt")
		{ form.action = "bushnell49436/index.html"; done=1; }				
								
	if (username=="archimedes" && password=="twoway")
		{ form.action = "archimedes12548/index.html"; done=1; }
										
	if (username=="ken" && password=="bountiful")
		{ form.action = "bountiful/index.html"; done=1; }
						
	if (username=="vroom" && password=="green")
		{ form.action = "vroomgreen1283678/index.html"; done=1; }
						
	if (username=="bushnell" && password=="datalog")
		{ form.action = "bushnell50367/index.html"; done=1; }
						
			

	if (done==0) { alert("Invalid login. Please try again. If you forgot your password or continue to encounter problems, please contact Chris McRobbie."); return;}window.location.href=form.action}
// --> 
<!--
function CheckForEnter() {
    if (window.event.keyCode == 13)
        Login();
}

if (navigator.appName == 'Netscape') {
    window.captureEvents(Event.KEYPRESS);
    window.onKeyPress = netscapeKeyPress;
}
//--
