/*French menu*/
function show(name){
document.all[name].style.display = "block";
}
function hide(name)
{
document.all[name].style.display = "none";
}
imageon1=new Image();
imageon1.src="../img/botones3.gif";
imageoff1=new Image();
imageoff1.src="../img/botones2.gif";

var dayNames=new Array("Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi",
	"Vendredi","Samedi");
var monthNames=new Array("Janvier", "Frevier", "March", "Avril", "Mai", "June",
	"Juillet", "Août", "Septembre", "Octobre", "Novembre", "Decembre");
var now=new Date();
//21 decembre l'iver winter invierno
//21 march printemp  spring primavera
//21 junio été summer verano
//23 septiembre automne autumn otoño
if ((now.getMonth()==11 && now.getDate()> 20)||(now.getMonth()==2 && now.getDate()<21) || now.getMonth()==0 ||now.getMonth()==1){
	document.writeln("<link rel='stylesheet' href='../styles/gen_winter.css' type='text/css'>");
	document.writeln("<link rel='stylesheet' href='../styles/inf.css' type='text/css'>");
}
if ((now.getMonth()==2 && now.getDate()> 20)||(now.getMonth()==5 && now.getDate()<21) || now.getMonth()==3 ||now.getMonth()==4){
	document.writeln("<link rel='stylesheet' href='../styles/gen_spring.css' type='text/css'>");
	document.writeln("<link rel='stylesheet' href='../styles/inf.css' type='text/css'>");
}
if ((now.getMonth()==5 && now.getDate()> 20)||(now.getMonth()==8 && now.getDate()<21) || now.getMonth()==6 ||now.getMonth()==7){
	document.writeln("<link rel='stylesheet' href='../styles/gen_summer.css' type='text/css'>");
	document.writeln("<link rel='stylesheet' href='../styles/inf.css' type='text/css'>");
}
if ((now.getMonth()==8 && now.getDate()> 22)||(now.getMonth()==11 && now.getDate()<21) || now.getMonth()==9 ||now.getMonth()==10){
	document.writeln("<link rel='stylesheet' href='../styles/gen_autumn.css' type='text/css'>");
	document.writeln("<link rel='stylesheet' href='../styles/inf.css' type='text/css'>");
}

document.writeln('<div align="center" style="left:5;top:0;position:absolute">');
document.writeln('<table class="image" >');
document.writeln('<tr><td class="image">');
//21 decembre l'iver winter invierno
//21 march printemp  spring primavera
//21 junio été summer verano
//23 septiembre automne autumn otoño
if ((now.getMonth()==11 && now.getDate()> 20)||(now.getMonth()==2 && now.getDate()<21) || now.getMonth()==0 ||now.getMonth()==1){
	document.writeln('<img src="../img/Invierno/Flogo.jpg" height="140" width="100%"></td></tr>');
}
if ((now.getMonth()==2 && now.getDate()> 20)||(now.getMonth()==5 && now.getDate()<21) || now.getMonth()==3 ||now.getMonth()==4){
	document.writeln('<img src="../img/Primavera/Flogo.jpg" height="140" width="100%"></td></tr>');
}
if ((now.getMonth()==5 && now.getDate()> 20)||(now.getMonth()==8 && now.getDate()<21) || now.getMonth()==6 ||now.getMonth()==7){
	document.writeln('<img src="../img/Verano/Flogo.jpg" height="140" width="100%"></td></tr>');
}
if ((now.getMonth()==8 && now.getDate()> 22)||(now.getMonth()==11 && now.getDate()<21) || now.getMonth()==9 ||now.getMonth()==10){
	document.writeln('<img src="../img/Otono/Flogo.jpg" height="140" width="100%"></td></tr>');
}
document.writeln('</table>');
document.writeln('</div>');
// menu idiomas
document.writeln('<div align="center" style="left:800;top:50;position:absolute">'); /* distance à gauche modifiée Francis */
document.writeln('<table border=0 cellpadding=2 cellspacing=9>'); /* espacement et remplissage des menu de langue modifiée Francis */
document.writeln('<tr><td class=submenuL nowrap><a class=submenu1 onClick="JavaScript:ir(1);">English</a></td>');
document.writeln('<td class=submenuL nowrap><a class=submenu1 onClick="JavaScript:ir(2);">Fran&ccedil;ais</a></td>');
document.writeln('<td class=submenuL nowrap><a class=submenu1 onClick="JavaScript:ir(3);">Espa&ntilde;ol</a></td></tr>');
document.writeln('</table>');
document.writeln('</div>');
//bloque direccion
document.writeln('<div align="center" style="left:210;top:80;position:absolute"><table><tr><td nowrap>');
document.writeln('<FONT class="address">');
document.writeln('120 Rue Duluth Est, Montr&eacute;al, Qc, H2W 1H1, Tel:(514) 843-4356, Fax: (514) 842-9833</FONT></td></tr></table>');
document.writeln('</div>');
//bloque fecha
document.writeln('<div align="center" style="left:820;top:80;position:absolute"><table><tr><td nowrap>'); /* distance à gauche modifiée Francis */
document.writeln('<font class="date">');
	   // affichage de la date selon le navigateur //
	  var name=navigator.appName;
	  if (name == 'Netscape'){
		  var yearnw = 1900 + now.getYear();
		  document.write(dayNames[now.getDay()]+", "+now.getDate()+" "
		  +monthNames[now.getMonth()]+", "+ yearnw);
	  }
	  else {
		   document.write(dayNames[now.getDay()]+", "+now.getDate()+" "
		  +monthNames[now.getMonth()]+", "+now.getYear());
	  }
document.writeln('</font></td></tr></table>');
document.writeln('</div>');

document.writeln('<div align="center" style="left:10;top:125;position:absolute">');
document.writeln('<table border=0 cellpadding=0 cellspacing=0 width=605>');
document.writeln('<td class="menu"><a class=menu href="../html/indexf.html">Page d\'accueil</a>');
document.writeln('<td class="menu" onmouseover=show("b"); onmouseout=hide("b");><a class=menu href="../html/indexf.html">Qui sommes-nous?</a></td>');
document.writeln('<td class="menu" onmouseover=show("c"); onmouseout=hide("c");><a class=menu href="../html/indexf.html">Activit&eacute;s</a></td>');
document.writeln('<td class="menu" onmouseover=show("g"); onmouseout=hide("g");><a class=menu href="../html/indexf.html">Le B&eacute;n&eacute;volat</a></td>');
document.writeln('<td class="menu" onmouseover=show("h"); onmouseout=hide("h");><a class=menu href="../html/indexf.html">Nouvelles</a></td>');
document.writeln('<td class="menu" onmouseover=show("i"); onmouseout=hide("i");><a class=menu href="../french/map.html">Contactez-nous</a></td>');
document.writeln('</table>');
document.writeln('</div>');

document.writeln('<div align="center" id="b" style="left:131;top:145;position:absolute;display:none" onmouseover=show("b"); onmouseout=hide("b");>');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/philosophy.html">Philosophie</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/history.html">Histoire</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu" onmouseover=show("bb"); onmouseout=hide("bb");><a class=submenu1 href="../html/indexf.html">Organisation > </a></td></tr>');
document.writeln('</table>');
document.writeln('</div>');

document.writeln('<div align="center" id="c" style="left:250;top:145;position:absolute;display:none" onmouseover=show("c"); onmouseout=hide("c");>');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/languagecourses.html">Cours de Langues</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/residence.html">R&eacute;sidence</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/greening.html">Vert Duluth</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/marche.html">March&eacute; Fermier</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/roomrental.html">Location de Salles</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu" onmouseover=show("cc"); onmouseout=hide("cc");><a class=submenu1 href="../html/indexf.html">Partenaires > </a></td></tr>');
document.writeln('</table>');
document.writeln('</div>');

document.writeln('<div align="center" id="bb" style="left:250;top:185;position:absolute;display:none" onmouseover=show("bb");show("b"); onmouseout=hide("bb");hide("b");>');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/boardofdirectors.html">Conseil d\'administration</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/partners.html">Partenaires</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/howcontribute.html">Comment contribuer</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/financialreports.html">Rapport Financier</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/annualreports.html">Rapport Annuel</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/orgchart.html">Organigramme</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/vacants.html">Postes &agrave; combler</a></td></tr>');
document.writeln('</table>');
document.writeln('</div>');

document.writeln('<div align="center" id="cc" style="left:370;top:243;position:absolute;display:none" onmouseover=show("cc");show("c"); onmouseout=hide("cc");hide("c");>');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/peacefestival.html">Festival de la Paix</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/peacenetwork.html">R&eacute;seau de Paix</a></td></tr>');
<!--document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/pastoralrefugee.html">R&eacute;seau pastoral r&eacute;fugi&eacute;s</a></td></tr>'); -->
document.writeln('</table>');
document.writeln('</div>');

document.writeln('<div align="center" id="g" style="left:373;top:145;position:absolute;display:none" onmouseover=show("g"); onmouseout=hide("g");>');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/testimony.html">T&eacute;moignage</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/ourneeds.html">Nos besoins</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/howapplication.html">Comment faire<br>une application?</a></td></tr>');
document.writeln('</table>');
document.writeln('</div>');

document.writeln('<div align="center" id="h" style="left:494;top:145;position:absolute;display:none" onmouseover=show("h"); onmouseout=hide("h");>');
document.writeln('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/newsletters.html">Bulletin</a></td></tr>');
document.writeln('<tr border=0 cellpadding=0 cellspacing=0><td class="submenu"><a class=submenu1 href="../french/theblog.html">Le blogue</a></td></tr>');
document.writeln('</table>');
document.writeln('</div>');

