// JavaScript Document

//fonction popup//

function popup(url) {
	window.open(url, "", "width=500, height=600");
}

