// JavaScript Document
function pass()
{
	if (document.inloggning.password.value != "")
	{
		window.location=escape(document.inloggning.password.value.toLowerCase()) + "/i_fbf_nytt_pa_internsidorna.html";
		document.inloggning.password.value = "";
	}
}

