// JavaScript Document

function ouvrirPopup(monUrl,maFenetre){

	
	maNouvelleFenetre = window.open(monUrl,maFenetre,'scrollbars=yes,resizable=no,width=540,height=300');
	maNouvelleFenetre.focus();
	
}
// JavaScript Document

function ouvrirPopup64(monUrl,maFenetre){

	maNouvelleFenetre = window.open(monUrl,maFenetre,'scrollbars=yes,resizable=no,width=640,height=460');
	maNouvelleFenetre.focus();
	
}
// JavaScript Document

function ouvrirPopupAbecedaire(monUrl,maFenetre){

	
	maNouvelleFenetre = window.open(monUrl,maFenetre,'scrollbars=yes,resizable=no,width=620,height=400');
	maNouvelleFenetre.focus();
	
}
// JavaScript Document

function ouvrirPopupMamie(monUrl,maFenetre){

	
	maNouvelleFenetre = window.open(monUrl,maFenetre,'scrollbars=yes,resizable=no,width=640,height=550');
	maNouvelleFenetre.focus();
	
}
// JavaScript Document

function ouvrirPopupMariage(monUrl,maFenetre){

	
	maNouvelleFenetre = window.open(monUrl,maFenetre,'scrollbars=yes,resizable=no,width=640,height=550');
	maNouvelleFenetre.focus();
	
}
// JavaScript Document

function ouvrirPopupLarge(monUrl,maFenetre){

	
	maNouvelleFenetre = window.open(monUrl,maFenetre,'scrollbars=yes,resizable=no,width=780,height=700');
	maNouvelleFenetre.focus();
	
}
// JavaScript Document

function ouvrirPopupAtelier(monUrl,maFenetre){

	
	maNouvelleFenetre = window.open(monUrl,maFenetre,'scrollbars=yes,resizable=no,width=850,height=650');
	maNouvelleFenetre.focus();
	
}
