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