function popfidelite() {

	url = 'fidelite.html';
	w = 496;
	h = 346;
	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var w=window.open(url,"popfidelite","width=" + w + ",height=" + h + ",scrollbars=no,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("w.window.focus()");

}

function popjeu1() {

	url = '../jeux/trouver.html';
	w = 570;
	h = 420;
	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var w=window.open(url,"popjeu1","width=" + w + ",height=" + h + ",scrollbars=no,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("w.window.focus()");

}

function popjeu2() {

	url = '../jeux/cartes.html';
	w = 570;
	h = 340;
	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var w=window.open(url,"popjeu2","width=" + w + ",height=" + h + ",scrollbars=no,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("w.window.focus()");

}

function popjeu3() {

	url = '../chat/index.asp';
	w = 650;
	h = 379;
	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var w=window.open(url,"popchat","width=" + w + ",height=" + h + ",scrollbars=no,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("w.window.focus()");

}

function popinfo1(lg) {

	url = '../info/slushie'+lg+'.asp';
	w = 433;
	h = 270;
	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var w=window.open(url,"popslushie","width=" + w + ",height=" + h + ",scrollbars=no,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("w.window.focus()");

}

function popinfo2(lg) {

	url = '../info/dist'+lg+'.asp';
	w = 433;
	h = 550;
	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var w=window.open(url,"popdist","width=" + w + ",height=" + h + ",scrollbars=yes,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("w.window.focus()");
	
}

function popinfo3() {

	url = '../info/territoire.html';
	w = 676;
	h = 522;
	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var w=window.open(url,"popterr","width=" + w + ",height=" + h + ",scrollbars=no,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("w.window.focus()");

}

function popvote(lg) {

	url = '../vote/vote'+lg+'.asp';
	w = 433;
	h = 350;
	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var w=window.open(url,"popvote","width=" + w + ",height=" + h + ",scrollbars=no,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("w.window.focus()");

}

function popcomment(lg) {

	url = '../commentaires'+lg+'.asp';
	w = 433;
	h = 300;
	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var w=window.open(url,"popcomment","width=" + w + ",height=" + h + ",scrollbars=yes,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("w.window.focus()");

}