function hideFormShowLogin(event){
	
	
	new Effect.BlindUp('regform');
	new Effect.BlindDown('divloginform');
	$('editnewform').action="/userlogin?event="+event;
	$('editnewform').onsubmit=null;
	
}


function check_igree(){

	//antes chekeaba el igree, ya no
	
	return true;
}