function f_Action(p_Action){
	switch (parseInt(p_Action)){
		case 0 :
			return;
		break;
		
		//DEMANDE DE DEVIS
		case 1 :
			document.FORM_MULTIUSE.target="_top"
			//document.FORM_MULTIUSE.action="http://www.devismutuelle.com/devis-mutuelle/Entreprise/Asp/InscriptionEntreprise.asp"
			document.FORM_MULTIUSE.action="/DM/Entreprise/Asp/InscriptionEntreprise.asp"
		break;
		
		//PANORAMA MUTUELLE
		case 2 :
			document.FORM_MULTIUSE.target="_top"
			document.FORM_MULTIUSE.action="http://www.kelassur.com/KelAssur/PanoramaMarques/Asp/PanoramaMarques.asp"
			document.FORM_MULTIUSE.action="/KA/PanoramaMarques/Asp/PanoramaMarques.asp"
		break;
		
	}
	document.FORM_MULTIUSE.submit()
}
