<!--Mot de passe
function motdepasse()
{
    if(document.mot.reponse.value=="momo")
 {window.open('http://www.cdwebextras.com/maude/momaude.htm','','');} 
    else
  {alert("Votre mot de passe n'est pas valide");}  
}

function motdepasseA()
{
    if(document.mot.reponse.value=="momoa")
 {window.open('http://www.cdwebextras.com/maude/html/moaccouchement.htm','','');} 
    else
  {alert("Votre mot de passe n'est pas valide");}  
}

function motdepasseV()
{
    if(document.mot.reponse.value=="momov")
 {window.open('http://www.cdwebextras.com/maude/html/movideo.htm','','');} 
    else
  {alert("Votre mot de passe n'est pas valide");}  
}

//-->

<!-- Mes PopUp
function ouvrirdemo() { //v2.0 
window.open('http://www.cdwebextras.com/demo.htm','','width=600,height=565');} 

function ouvrirMot() { //v2.0
window.open('../html/mot.htm','','width=300,height=160');}

function ouvrirMotA() { //v2.0
window.open('../html/motA.htm','','width=300,height=160');}

function ouvrirMotV() { //v2.0
window.open('../html/motV.htm','','width=300,height=160');}
//-->

<!--PopUp de l'ARBRE

function ouvrirMaude() { //v2.0
window.open('arbre/maude.htm','','width=500,height=450');
}
function ouvrirVincent() { //v2.0
window.open('arbre/vincent.htm','','width=500,height=450');
}
function ouvrirGilles() { //v2.0
window.open('arbre/gilles.htm','','width=500,height=450');
}
function ouvrirJosephXR() { //v2.0
window.open('arbre/josephXR.htm','','width=500,height=450');
}
function ouvrirOmer() { //v2.0
window.open('arbre/omer.htm','','width=500,height=450');
}
function ouvrirLivre() { //v2.0
window.open('arbre/livre.htm','','width=500,height=500');
}
function ouvrirRita() { //v2.0
window.open('arbre/rita.htm','','width=500,height=450');
}
function ouvrirVicky() { //v2.0
window.open('arbre/victoria.htm','','width=500,height=450');
}
function ouvrirRobert() { //v2.0
window.open('arbre/robert.htm','','width=500,height=450');
}

//-->