
function pop8() {

	w = 500;
	h = 500;

    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var w=window.open('cartes/carte8.html',"pop8","width=" + w + ",height=" + h + ",scrollbars=auto,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("w.window.focus()");

}

function pop70() {

	w = 500;
	h = 500;

    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var w=window.open('cartes/carte70.html',"pop8","width=" + w + ",height=" + h + ",scrollbars=auto,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("w.window.focus()");

}

var ctrpopimage = 1;
function popimage(url, w, h) {
	w = 320;
	h = 220;	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var wi=window.open(url,"popimage"+ctrpopimage,"width=" + w + ",height=" + h + ",scrollbars=auto,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("wi.focus()");
	ctrpopimage++;

}

function poppicto() {

	w = 448;
	h = 460;
	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var wi=window.open('picto.html',"picto","width=" + w + ",height=" + h + ",scrollbars=auto,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("wi.window.focus()");

}

function popposo() {

	w = 366;
	h = 368;
	
    pw = parseInt((screen.width-w)/2);
    ph = parseInt((screen.height-h)/2);

	var wi=window.open('posologie.html',"poso","width=" + w + ",height=" + h + ",scrollbars=auto,resizable=no,left=" + pw + ",top=" + ph);
	
	eval("wi.window.focus()");

}