function logInInit (show) {
	suppressErrors();
	initContext();
	getElement("j_username").focus();
	var showItem = show;
	if (show != null && showItem == "recover"){
		initPassRecover("signUp")
	}
}

