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