﻿

function CotizarHogar(  )
{
	
	document.getElementById("divBtn").innerHTML = '<img src="images/loading.gif" width="86" height="19" border="0">' ;
	
	xajax_CotizarHogar(xajax.getFormValues('frmCotizarHogar'));
}

function evaluaCotizarHogar( resultado )
{
	if( resultado != "" )
	{
		Sexy.error('<h1>Error: </h1>'+resultado ) ;		
		document.getElementById("divBtn").innerHTML = '<a  onclick="CotizarHogar()" ><img  src="images/btn/btn_enviar.jpg" width="86" height="19" border="0"></a>' ;
	}
	else
	{
		window.location = "seguro-hogar-gracias.php" ;
	}
	
}