
function selectEcard(id){
	dojo.byId("ecardId").value=id;
	
}

function envoieEcard(){
	dojo.byId("frmEcard").submit();
	
}


