<!--

function home() {
document.location.href='../index.htm';
}

function medj() {
document.location.href='../Medj.htm';
}

function photos() {
document.location.href='../photo1.php';
}

function temoignages() {
document.location.href='../temoin.htm';
}

function intentions() {
document.location.href='../news/index.php';
}

function departs() {
document.location.href='../depart.htm';
}

function club() {
document.location.href='../groupe.htm';
}

function liens() {
document.location.href='../link.htm';
}

function messages() {
document.location.href='../message.htm';
}

function telecharger() {
document.location.href='../tele.htm';
}

function cailloux() {
document.location.href='../cailloux.htm';
}

function messageMarie() {
document.write("<DIV class='gauche'>« Je suis votre Reine de la Paix et votre Mère. <br></div><DIV class='droite'>Je désire vous emmener sur le chemin de la Paix qui vient uniquement de Dieu. C'est pourquoi, priez, priez, priez »</DIV>");
}

function contact()
{
var larg = 622;
var haut = 610;
var posXpop = (screen.availWidth-larg)/2;
var posYpop = (screen.availHeight-haut)/2;
param = "width="+larg+",height="+haut+",left="+posXpop+",top="+posYpop+",scrollbars=0";
popup = window.open("../contact.php","contact",param);
}

function inscription()
{
var larg = 622;
var haut = 610;
var posXpop = (screen.availWidth-larg)/2;
var posYpop = (screen.availHeight-haut)/2;
param = "width="+larg+",height="+haut+",left="+posXpop+",top="+posYpop+",scrollbars=0";
popup = window.open("../contact.php?to=inscription","inscription",param);
}


function webmaster()
{
var larg = 622;
var haut = 610;
var posXpop = (screen.availWidth-larg)/2;
var posYpop = (screen.availHeight-haut)/2;
param = "width="+larg+",height="+haut+",left="+posXpop+",top="+posYpop+",scrollbars=0";
popup = window.open("../contact.php?to=webmaster","webmaster",param);
}

//-->