// JavaScript Document
function envoyer(page){
	window.open(page,'','width=700,height=450,scrollbars=yes,toolbar=no') ;
}