function lostPassword()
{
	var w = window.open(Valraiso.contextPath + "/templates/lostPassword.jsp", "pwd", "menubars=no, width=500, height=100");
	w.focus();
}