function pop_plan(page) {
	if (screen.width > "1600"){
	var gcv = (screen.width+300)/2;
	}else if (screen.width == "1280"){
	var gcv = (screen.width-180)/2;
	}else{
	var gcv = (screen.width-350)/2;
	}
	var htv = (screen.height-440)/2;
	window.open(page,'pop_plan','width=300,height=440,top='+htv+',left='+gcv+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,noresize');
	}
function pop_download(page) {
	if (screen.width > "1600"){
	var gcv = (screen.width+300)/2;
	}else if (screen.width == "1280"){
	var gcv = (screen.width-180)/2;
	}else{
	var gcv = (screen.width-350)/2;
	}
	var htv = (screen.height-370)/2;
	window.open(page,'pop_download','width=300,height=370,top='+htv+',left='+gcv+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,noresize');
	}
function pop_formulaire(page) {
	if (screen.width > "1600"){
	var gcv = (screen.width+300)/2;
	}else if (screen.width == "1280"){
	var gcv = (screen.width-180)/2;
	}else{
	var gcv = (screen.width-350)/2;
	}
	var htv = (screen.height-430)/2;
	window.open(page,'pop_formulaire','width=300,height=430,top='+htv+',left='+gcv+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,noresize');
	}
function pop_lexique(page) {
	if (screen.width > "1600"){
	var gcv = (screen.width+300)/2;
	}else if (screen.width == "1280"){
	var gcv = (screen.width-180)/2;
	}else{
	var gcv = (screen.width-350)/2;
	}
	var htv = (screen.height-440)/2;
	window.open(page,'pop_lexique','width=340,height=440,top='+htv+',left='+gcv+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,noresize');
	}
function pop_confident(page) {
	if (screen.width > "1600"){
	var gcv = (screen.width+300)/2;
	}else if (screen.width == "1280"){
	var gcv = (screen.width-180)/2;
	}else{
	var gcv = (screen.width-350)/2;
	}
	var htv = (screen.height-280)/2;
	window.open(page,'pop_default','width=300,height=280,top='+htv+',left='+gcv+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,noresize');
	}
	

	

