// JavaScript Document

function jeux(src) {
	fenetre_popup=window.open(src + ".html", "popup", "menubar=no, height=550, width=550, toolbar=no, resizable=no, scrollbars=no");
	fenetre_popup.moveTo(100,100)
}
