target5 = '_self';

color51 = "#7788AA";
color52 = "#99AEDB";
color53 = "#004080";
color54 = "#FFFF80";

menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= 'Famille'
	menu5lien[0]= 'Famille1.php'
	menu5titre[1]= 'Animaux'
	menu5lien[1]= 'Animaux1.php'

document.write('<STYLE TYPE="text/css">#menu5</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu5() {
if (ie4) {menu5.style.pixelTop=document.body.scrollTop}
else if (ns6) {document.getElementById("menu5").style.top=window.pageYOffset}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset));}
if(ie4 || ns6 || ns4)
	setTimeout("placeMenu5()",1);
}

window.onload = placeMenu5;
document.write('<SPAN ID=menu5><table bgcolor=#7788AA border=1 cellspacing=0 cellpadding=0 bordercolorlight=#000000 bordercolordark=#C0C0C0 WIDTH=80><TR>	<TD ALIGN=center><FONT FACE="Arial" SIZE=2 COLOR=#000000><A HREF="../Page1/Page1.php" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color54+'"><B>ACCUEIL</B></a></FONT></TD></TR>');
document.write('<TR><TD onMouseOut="this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\'" STYLE="cursor:hand" onClick="window.open(\'GuestBook/livredor.php4\',\'GuestBook\',\'toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width=450,height=500\');return(false)"><a href="GuestBook/livredor.php4\" STYLE="text-decoration:none;color:'+color53+'">Livre d\'Or</A></TD></TR>');
for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD onMouseOut="this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\'" STYLE="cursor:hand" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><A HREF="'+menu5lien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color53+'">'+menu5titre[a]+'</A></TD></TR>');
	}
document.write('</TR></TABLE></SPAN>');
