function invia_iscrizione_parte_2(){
		// $('#contenuti_della_pagina').html("");
			 
			 $('#top_content_page').fadeOut(1000, function() {
		$.ajax({
   type: "POST",
   url: "iscrizione_passo3_h.php",
   data: $('#iscrizione_parte_2').serialize(),
   success: function(msg){
   	$('#contenuti_della_pagina').html("");
	
	 $('#top_content_page').css('position','relative');
   $('#top_content_page').css('top','0px');
  $('#top_content_page').fadeIn('slow');
  $('#contenuti_della_pagina').animate({
   									  height: "800px"
   									

 									 }, 1000, function() {
 			 $('#contenuti_della_pagina').html(msg);
   			scroll_bar_initialize();
 									 
 									 
 									 });
	
	
   }});
	});
}


function invia_iscrizione_parte_3(){
		// $('#contenuti_della_pagina').html("");
			 
			 $('#top_content_page').fadeOut(1000, function() {
		$.ajax({
   type: "POST",
   url: "iscrizione_passo4_h.php",
   data: $('#iscrizione_parte_3').serialize(),
   success: function(msg){
   	$('#contenuti_della_pagina').html("");
	
	 $('#top_content_page').css('position','relative');
   $('#top_content_page').css('top','0px');
  $('#top_content_page').fadeIn('slow');
  $('#contenuti_della_pagina').animate({
   									  height: "800px"
   									

 									 }, 1000, function() {
 			 $('#contenuti_della_pagina').html(msg);
   		scroll_bar_initialize();
 									 
 									 
 									 });
	
	
   }});
	});
}



function recupera_password(){
		// $('#contenuti_della_pagina').html("");
			 
			 $('#top_content_page').fadeOut(1000, function() {
		$.ajax({
   type: "POST",
   url: "recupera_password_conferma2.php",
   data: $('#recupera_password').serialize(),
   success: function(msg){
   	$('#contenuti_della_pagina').html("");
	
	 $('#top_content_page').css('position','relative');
   $('#top_content_page').css('top','0px');
  $('#top_content_page').fadeIn('slow');
   
  $('#contenuti_della_pagina').animate({
   									  height: "200px"
   									

 									 }, 1000, function() {
 			 $('#contenuti_della_pagina').html(msg);
   			scroll_bar_initialize();
 									 
 									 
 									 });
	
	
   }});
	});
}
/* <form action="../homepagelink/contatti.php" onsubmit="send_mail();return false;" target="_top" method="POST" id="form1" name="form1">
*/
function send_mail(){
	
		 $('#top_content_page').fadeOut(1000, function() {
		$.ajax({
   type: "POST",
   url: "../homepagelink/contatti.php",
   data: $('#form1').serialize(),
   success: function(msg){
   	$('#contenuti_della_pagina').html("");
	
	 $('#top_content_page').css('position','relative');
   $('#top_content_page').css('top','0px');
  $('#top_content_page').fadeIn('slow');
   
  $('#contenuti_della_pagina').animate({
   									  height: "400px"
   									

 									 }, 1000, function() {
 			 $('#contenuti_della_pagina').html(msg);
   			scroll_bar_initialize();
 									 
 									 
 									 });
	
	
   }});
	});
	
	
}
