function PopUp(url) {
	var nouv = window.open(url, "" ,"top=50, left=50 , height=400, width=450, resizable=yes, scrollbars=yes");
}