// JavaScript Document
function PartnerDisplayMenuDroite(IDPartner) {
	$(IDPartner).toggle();
}