function tx_xcibfeusers_pi1_init(){
	$('tx_xcibfeusers_pi1_lostpassword').addEvent('click', function(){
		$('tx_xcibfeusers_pi1_lostpasswordform').setStyle('display', '');
		$('tx_xcibfeusers_pi1_loginform').setStyle('display', 'none');
	});
	$('tx_xcibfeusers_pi1_lostpassword_back').addEvent('click', function(){
		$('tx_xcibfeusers_pi1_lostpasswordform').setStyle('display', 'none');
		$('tx_xcibfeusers_pi1_loginform').setStyle('display', '');
	});
}