<!--
function contexteVoulu(contexte)	{
	switch(contexte) {
		case 'actualites' :
			if (parent.contexte != contexte) {
				//parent.iframeGauche.location.href = 'http://www.maisonjeanvilar.org/public/01_actualites/iframeGauche.html';
			}
		break;
		case 'maison' :
			if (parent.contexte != contexte) {
				parent.iframeGauche.location.href = 'http://www.maisonjeanvilar.org/public/02_maison_jv/iframeGauche.html';
			}
		break;
		case 'activites' :
			if (parent.contexte != contexte) {
				parent.iframeGauche.location.href = 'http://www.maisonjeanvilar.org/public/03_activites/iframeGauche.html';
			}
		break;
		case 'collections' :
			if (parent.contexte != contexte) {
				parent.iframeGauche.location.href = 'http://www.maisonjeanvilar.org/public/04_collections/iframeGauche.html';
			}
		break;
		case 'reseau' :
			if (parent.contexte != contexte) {
				parent.iframeGauche.location.href = 'http://www.maisonjeanvilar.org/public/05_reseau/iframeGauche.html';
			}
		break;
		case 'galerie' :
			if (parent.contexte != contexte) {
				parent.iframeGauche.location.href = 'http://www.maisonjeanvilar.org/public/06_galerie/iframeGauche.html';
			}
		break;
		case 'jeanvilar' :
			if (parent.contexte != contexte) {
				parent.iframeGauche.location.href = 'http://www.maisonjeanvilar.org/public/07_jean_vilar/iframeGauche.html';
			}
		break;
		case 'services' :
			if (parent.contexte != contexte) {
				//parent.iframeGauche.location.href = '';
			}
		break;
	}
	parent.contexte = contexte;
}

function ecrireChemin(chemin) {
	parent.iframeChemin.document.write("<html><head><title>notitle</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\"><style type=\"text/css\"><!--.chemin {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #660000; font-weight: normal; margin-top: 3px; margin-left: 7px}--></style></head><body bgcolor=\"#e8e4db\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><div class=\"chemin\">" + chemin + "</div></body></html>");
	parent.iframeChemin.document.close();
}
//-->

