function doSimuDeces()
{	
	var value;
	if(document.getElementById('montant_deces')) {
		value = document.getElementById('montant_deces').value; }
								
	return verif_form_simu(
		'montant_deces',
		'verif_form_deces',
		'/recherche.php/simulations/resultatAssuranceDecesInvalidites?montant_deces='+value,
		440,270);
}

function doSimuMultiRisque()
{	
	var value;
	if(document.getElementById('montant_multi_risque')) {
		value = document.getElementById('montant_multi_risque').value; }
								
	return verif_form_simu(
		'montant_multi_risque',
		'verif_form_multi_risque',
		'/recherche.php/simulations/resultatAssuranceMultirisqueHabitation?montant_multi_risque='+value,
		440,360);
}

function doSimuLoyersImpayes()
{	
	var value;
	if(document.getElementById('montant_loyers_impayes')) {
		value = document.getElementById('montant_loyers_impayes').value; }
								
	return verif_form_simu(
		'montant_loyers_impayes',
		'verif_form_loyers_impayes',
		'/recherche.php/simulations/resultatAssuranceLoyersImpayes?montant_loyers_impayes='+value,
		440,321);
}

function doSimuPropNonOccupant()
{	
	var value;
	if(document.getElementById('montant_prop_non_occupant')) {
		value = document.getElementById('montant_prop_non_occupant').value; }
								
	return verif_form_simu(
		'montant_prop_non_occupant',
		'verif_form_prop_non_occupant',
		'/recherche.php/simulations/resultatAssuranceProprietaireNonOccupant?montant_prop_non_occupant='+value,
		440,295);
}

function doSimuLoyerImpayeEtVacanceLocative()
{	
	var value;
	if(document.getElementById('montant_loyer_impaye_et_vacance_locative')) {
		value = document.getElementById('montant_loyer_impaye_et_vacance_locative').value; }
								
	return verif_form_simu(
		'montant_loyer_impaye_et_vacance_locative',
		'verif_form_loyer_impaye_et_vacance_locative',
		'/recherche.php/simulations/resultatGarantieLoyerImpayesEtVacanceLocative?montant_loyer_impaye_et_vacance_locative='+value,
		440,310);
}

function doSimuProtectionLocataire()
{	
	var value;
	if(document.getElementById('montant_protection_locataire')) {
		value = document.getElementById('montant_protection_locataire').value; }
								
	return verif_form_simu(
		'montant_protection_locataire',
		'verif_form_protection_locataire',
		'/recherche.php/simulations/resultatAssuranceProtectionLocataire?montant_protection_locataire='+value,
		440,295);
}
