bgcolor='#E0E6CA';
bgcolor2='#C7DFE7';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:200px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#E0E6CA; text-decoration:none;}')
document.write('.ejsmenu {color:#93BEE1; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:21"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;
zlien[0][0] = '<A HREF="graphiques/pres_ste-croix.htm" CLASS=ejsmenu TARGET="I1">Famille Ste-Croix</A>';
zlien[0][1] = '<A HREF="graph_Fortin/presen_fortin.htm" CLASS=ejsmenu TARGET="I1">Famille Fortin</A>';
zlien[0][2] = '<A HREF="graphiques/presen_gaspesie.htm" CLASS=ejsmenu TARGET="I1">Réflexions d\'Angelo</A>';
zlien[1][0] = '<A HREF="elements/phares.htm" CLASS=ejsmenu TARGET="I1">Mon père et les phares</A>';
zlien[1][1] = '<A HREF="elements/photo_phares.htm" CLASS=ejsmenu TARGET="I1">Photographies et informations</A>';
zlien[2][0] = '<A HREF="elements/photo_Jersey.htm" CLASS=ejsmenu TARGET="I1">Île de Jersey</A>';
zlien[2][1] = '<A HREF="elements/photo_France.htm" CLASS=ejsmenu TARGET="I1">France</A>';
zlien[2][2] = '<A HREF="elements/photo_Beaupre.htm" CLASS=ejsmenu TARGET="I1">Ste-Anne-de-Beaupré</A>';
zlien[2][3] = '<A HREF="elements/photo_Forillon.htm" CLASS=ejsmenu TARGET="I1">Parc Forillon et les environs</A>';
zlien[2][4] = '<A HREF="elements/photo_Gaspe.htm" CLASS=ejsmenu TARGET="I1">Gaspé</A>';
zlien[2][5] = '<A HREF="elements/photo_perso.htm" CLASS=ejsmenu TARGET="I1">Photos personnelles</A>';
zlien[3][0] = '<A HREF="graphiques/graph_guil_enf.htm" CLASS=ejsmenu TARGET="I1">de Guillaume jusqu\'aux enfants d\'Angelo</A>';
zlien[3][1] = '<A HREF="Ste-Croix/guillaude.htm" CLASS=ejsmenu TARGET="I1">Enfants de Guillaume (1772 à 1815)</A>';
zlien[3][2] = '<A HREF="Ste-Croix/aubin.htm" CLASS=ejsmenu TARGET="I1">Enfants de Aubin (1803 à 1888)</A>';
zlien[3][3] = '<A HREF="Ste-Croix/michel.htm" CLASS=ejsmenu TARGET="I1">Enfants de Michel (1829-1870)</A>';
zlien[3][4] = '<A HREF="Ste-Croix/stanislas.htm" CLASS=ejsmenu TARGET="I1">Enfants de Stanislas (1857-1880)</A>';
zlien[3][5] = '<A HREF="Ste-Croix/elias.htm" CLASS=ejsmenu TARGET="I1">Enfants de Élias (1898-1956)</A>';
zlien[3][6] = '<A HREF="Ste-Croix/hermes.htm" CLASS=ejsmenu TARGET="I1">Enfants de Hermes (1936-      )</A>';
zlien[3][7] = '<A HREF="Ste-Croix/angelo.htm" CLASS=ejsmenu TARGET="I1">Enfants de Angelo (1961-        )</A>';
zlien[4][0] = '<A HREF="graph_Fortin/graph_Julien_enf.htm" CLASS=ejsmenu TARGET="I1">de Simon Fortin jusqu\'aux enfant d\' Angelo</A>';
zlien[4][1] = '<A HREF="fortin/julien.htm" CLASS=ejsmenu TARGET="I1">Enfants de Julien (1621-1689)</A>';
zlien[4][2] = '<A HREF="fortin/eustache.htm" CLASS=ejsmenu TARGET="I1">Enfants de Eustache (1650-1736)</A>';
zlien[4][3] = '<A HREF="fortin/philippe.htm" CLASS=ejsmenu TARGET="I1">Enfants de Philippe (1701-    ?    )</A>';
zlien[4][4] = '<A HREF="fortin/david.htm" CLASS=ejsmenu TARGET="I1">Enfants de David (    ?    )</A>';
zlien[4][5] = '<A HREF="fortin/theodore.htm" CLASS=ejsmenu TARGET="I1">Enfants de Théodore (1895-1970)</A>';
zlien[4][6] = '<A HREF="fortin/angelique.htm" CLASS=ejsmenu TARGET="I1">Enfants de Angélique (1935-       )</A>';
zlien[5][0] = '<A HREF="elements/complainte_forillon.htm" CLASS=ejsmenu TARGET="I1">Complainte de Forillon</A>';
zlien[5][1] = '<A HREF="elements/pointe_renommee.htm" CLASS=ejsmenu TARGET="I1">Pointe-à-la-Renommée</A>';
zlien[5][2] = '<A HREF="elements/biblio.htm" CLASS=ejsmenu TARGET="I1">Bibliographie</A>';
zlien[5][3] = '<A HREF="elements/lien_externe.htm" CLASS=ejsmenu TARGET="I1">Liens externes</A>';
zlien[5][4] = '<A HREF="mailto:angelo@genealogiestecroix-fortin.com" CLASS=ejsmenu TARGET="blank">Écrivez-moi</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 150;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#C7DCE5 WIDTH=230><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=21><FONT SIZE=1 FACE=\"Arial\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#C7DCE5 WIDTH=150 HEIGHT=132><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=132>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Présentation générale</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Phares du St-Laurent</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],40)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Photos et cartes</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Généalogie Ste-Croix</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],80)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Généalogie Fortin</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],100)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Divers</B></FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');

