function EXTPUBEmploi(){
	var ogSelf = this;
	
	this.Enregistrer = function(){
		Elem("Envoi").value=1;
		Elem("FrmEmploi").submit();
	}
}