// JavaScript Document<script language="javascript">

function affiche_agence(numagence) {
zone1=new Image();
zone1.src= 'imagemap/carte_dep_sect1.jpg';
zone2=new Image();
zone2.src= 'imagemap/carte_dep_sect2.jpg';
zone3=new Image();
zone3.src= 'imagemap/carte_dep_sect3.jpg';
zone4=new Image();
zone4.src= 'imagemap/carte_dep_sect4.jpg';
zone5=new Image();
zone5.src= 'imagemap/carte_dep_sect5.jpg';
switch (numagence) {
case 1:
document.formulaireagence.zoneagence.style.backgroundImage='url(images/fond_patr.jpg)';  
document.formulaireagence.zoneagence.value=("   AGENCE OUEST\n   1 Place Charles Müller\n   44350 GUERANDE\n   Tél. 02 40 24 91 54");
document.imagecarte.src = zone1.src;
break;
case 2:
document.formulaireagence.zoneagence.style.backgroundImage='url(images/fond_patr.jpg)';  
document.formulaireagence.zoneagence.value=("   AGENCE CENTRE\n   19 rue de la Chicotière\n   44800 SAINT-HERBLAIN\n   Tél. 02 40 46 48 15");
document.imagecarte.src =  zone2.src;
break;
case 3:
document.formulaireagence.zoneagence.style.backgroundImage='url(images/fond_patr_mauve.jpg)';  
document.formulaireagence.zoneagence.value=("   AGENCE SUD\n   2 allée du Lac de Grandlieu\n   44400 REZE\n   Tél. 02 40 84 21 93");
document.imagecarte.src = zone3.src;
break;
case 4:
document.formulaireagence.zoneagence.style.backgroundImage='url(images/fond_patr_vert.jpg)';  
document.formulaireagence.zoneagence.value=("   AGENCE NORD\n   14 rue Jacquart\n   44110 CHÂTEAUBRIANT\n   Tél. 02 40 81 32 91");
document.imagecarte.src = zone4.src;
break;
case 5:
document.formulaireagence.zoneagence.style.backgroundImage='url(images/fond_patr_bleu.jpg)';  
document.formulaireagence.zoneagence.value=("   AGENCE EST\n   50 rue Henri Dunant\n   44150 ANCENIS\n   Tél. 02 40 83 11 75");
document.imagecarte.src =  zone5.src;
break;
default:document.formulaireagence.zoneagence.style.backgroundColor ="#FFFFFF";
document.formulaireagence.zoneagence.style.backgroundImage="none"; 
document.formulaireagence.zoneagence.style.border="none";
document.formulaireagence.zoneagence.value=("");
document.imagecarte.src = 'imagemap/carte_dep.jpg';
break;

}

}



function affiche_agence800(numagence) {
zone1=new Image();
zone1.src= 'imagemap/resolution800/carte_dep_sect1.jpg';
zone2=new Image();
zone2.src= 'imagemap/resolution800/carte_dep_sect2.jpg';
zone3=new Image();
zone3.src= 'imagemap/resolution800/carte_dep_sect3.jpg';
zone4=new Image();
zone4.src= 'imagemap/resolution800/carte_dep_sect4.jpg';
zone5=new Image();
zone5.src= 'imagemap/resolution800/carte_dep_sect5.jpg';

	
	
switch (numagence) {
case 1:
document.formulaireagence.zoneagence.style.backgroundColor ="#E9CA4B";
document.formulaireagence.zoneagence.style.color="#FFFFFF";
 
document.formulaireagence.zoneagence.style.fontSize="12px";
document.formulaireagence.zoneagence.style.border="green groove 2px";
document.formulaireagence.zoneagence.value=("   AGENCE OUEST\n   1 Place Charles Müller\n   44350 GUERANDE\n   Tél. 02 40 24 91 54");
document.imagecarte.src = zone1.src;
break;
case 2:
document.formulaireagence.zoneagence.style.backgroundColor ="#CE841B";
document.formulaireagence.zoneagence.style.color="#FFFFFF";
 
document.formulaireagence.zoneagence.style.fontSize="12px";
document.formulaireagence.zoneagence.style.border="green groove 2px";
document.formulaireagence.zoneagence.value=("   AGENCE CENTRE\n   19 rue de la Chicotière\n   44800 SAINT-HERBLAIN\n   Tél. 02 40 46 48 15");
document.imagecarte.src =  zone2.src;
break;
case 3:
document.formulaireagence.zoneagence.style.backgroundColor ="#A05B92";
document.formulaireagence.zoneagence.style.color="#FFFFFF";
 
document.formulaireagence.zoneagence.style.fontSize="12px";
document.formulaireagence.zoneagence.style.border="green groove 2px";
document.formulaireagence.zoneagence.value=("   AGENCE SUD\n   2 allée du Lac de Grandlieu\n   44400 REZE\n   Tél. 02 40 84 21 93");
document.imagecarte.src = zone3.src;
break;
case 4:
document.formulaireagence.zoneagence.style.backgroundColor ="#C1D51E";
document.formulaireagence.zoneagence.style.color="#FFFFFF";
 
document.formulaireagence.zoneagence.style.fontSize="12px";
document.formulaireagence.zoneagence.style.border="green groove 2px";
document.formulaireagence.zoneagence.value=("   AGENCE NORD\n   14 rue Jacquart\n   44110 CHÂTEAUBRIANT\n   Tél. 02 40 81 32 91");
document.imagecarte.src = zone4.src;
break;
case 5:
document.formulaireagence.zoneagence.style.backgroundColor ="#699AD4";
document.formulaireagence.zoneagence.style.color="#FFFFFF";
 
document.formulaireagence.zoneagence.style.fontSize="12px";
document.formulaireagence.zoneagence.style.border="green groove 2px";
document.formulaireagence.zoneagence.value=("   AGENCE EST\n   50 rue Henri Dunant\n   44150 ANCENIS\n   Tél. 02 40 83 11 75");
document.imagecarte.src =  zone5.src;
break;
default:document.formulaireagence.zoneagence.style.backgroundColor ="#FFFFFF";
document.formulaireagence.zoneagence.style.border="none";
document.formulaireagence.zoneagence.value=("");
document.imagecarte.src = 'imagemap/resolution800/carte_dep.jpg';
break;

}

}












function popUp(strGroupe) {
	var strHeight="450";
  	var strWidth="500";
	var top=(screen.height-strHeight)/2;//pour centrer la
	var left=(screen.width-strWidth)/2;
	var strURL="php/infogroupe.php?groupe="+strGroupe;
	var strType="fixed";
	
	try{
closeWin();}
catch (Exception) {};
var strOptions="";
if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth+",top="+top+",left="+left;
if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth+",top="+top+",left="+left;
if (strType=="elastic") strOptions="toolbar,menubar,scrollbars,resizable,location,height="+strHeight+",width="+strWidth+",top="+top+",left="+left;
newWin = window.open(strURL, 'newWin', strOptions);
newWin.focus();
}

function Demandelogement() {

var strURL="pdf/demande_logement.pdf";
var strType="elastic";
	var strHeight="800";
  	var strWidth="600";
var strOptions="";
if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;
if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth;
if (strType=="elastic") strOptions="scrollbars,resizable,height="+strHeight+",width="+strWidth;
newWin = window.open(strURL, 'newWin', strOptions);
newWin.focus();
}

function DemandeCharte() {

var strURL="pdf/demande_logement.pdf";
var strType="elastic";
	var strHeight="800";
  	var strWidth="600";
var strOptions="";
if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;
if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth;
if (strType=="elastic") strOptions="scrollbars,resizable,height="+strHeight+",width="+strWidth;
newWin = window.open(strURL, 'newWin', strOptions);
newWin.focus();
}
function DemandePdf(cheminPDF ) {

var strURL=cheminPDF;
var strType="elastic";
if (screen.height < 769) {var strHeight=screen.height-100;}
else {var strHeight="790";}
var strWidth="600";
var top=0;//pour centrer la
var left=(screen.width-strWidth)/2;
var strOptions="";
if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;
if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth;
if (strType=="elastic") strOptions="scrollbars,resizable,height="+strHeight+",width="+strWidth+",top="+top+",left="+left;
newWin = window.open(strURL, 'newWin', strOptions);
newWin.focus();
}
function Mention(url) {

var strURL=url;
var strType="elastic";
var strWidth="600";
var strHeight=screen.height-100;
var top=0;//pour centrer la
var left=(screen.width-strWidth)/2;
var strOptions="";
if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;
if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth;
if (strType=="elastic") strOptions="scrollbars,resizable,height="+strHeight+",width="+strWidth+",top="+top+",left="+left;
newWin = window.open(strURL, 'newWin', strOptions);
newWin.focus();
}
function met_en_noir(action2) {
	if (action2 != "") {
document.getElementById(action2).style.color='black';}
}