function registrese(){
	var scroller = new Fx.Scroll(document.body);
	scroller.toTop();
	mySlide.slideIn();
	$('email').focus();
}

