function openpopup(){
	var fenetre=window.open('', 'popup', 'width=718,height=700,scrollbars=1,resizable=1,left=' + ((screen.width - 718)/2) + ',top=100');	
	fenetre.focus();
	}
