<!--
Navigateur = navigator.appName;
if (Navigateur == 'Netscape')
{
document.write('<link href="style/stylegalns.css" rel="stylesheet" type="text/css">');
}
if (Navigateur == 'Microsoft Internet Explorer')
{
document.write('<link href="style/stylegalie.css" rel="stylesheet" type="text/css">');
}
//-->
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
Ne copiez ce code qu'une fois dans votre page
*/
function afficheMaxi(PhotoNum, Auteur, Comment, NomSerie, hPhoto, wPhoto)
	{
        hPho1=hPhoto-8;
        wPho1=wPhoto-7;
	html = '<HTML><HEAD><TITLE>Image</TITLE><link href="style/stylegalie.css" rel="stylesheet" type="text/css"><SCRIPT language="javascript" src="Nav.js"></SCRIPT></HEAD><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><CENTER>';
	html = html+'<table border="0" cellpadding="0" cellspacing="0"><TR ID="TitreSerieBgcolor"><TD WIDTH="100%" ALIGN="CENTER" COLSPAN="3"><DIV ID=TitreSerie>'+NomSerie+'</DIV></TD></TR><TR><TD WIDTH="100%" ALIGN="CENTER" COLSPAN="3">&nbsp;</TD></TR></TABLE>';
	html = html+'<table border="0" cellpadding="0" cellspacing="0"><tr><td rowspan="2" colspan="2"><img src="Photos/'+PhotoNum+'" width="'+wPhoto+'" height="'+hPhoto+'" border="0" alt="go" NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+30,document.imageTest.height+200)"></td><td><img src="Images/ombre_1.gif"></td></tr><tr><td><img src="Images/ombre_2.gif" height="'+hPho1+'" width="6"></td></tr><tr><td><img src="Images/ombre_3.gif"></td><td><img src="Images/ombre_4.gif" height="8" width="'+wPho1+'"></td><td><img src="Images/ombre_5.gif"></td></tr></table>';
	html = html+'<DIV ID="NumPhoto">'+PhotoNum+'</DIV></CENTER>';
	if(Auteur!="" || Comment!="")
		{
		html = html+'<TABLE border="0" cellpadding="0" cellspacing="0" WIDTH="100%"><TR ID="AuteurBgcolor" VALIGN="TOP" WIDTH="100%"><TD WIDTH="110"><DIV ID="TexteAuteur">Auteur : </DIV></TD><TD><DIV ID="TexteAuteur">'+Auteur+'</DIV></TD></TR><TR ID="CommentBgcolor" VALIGN="TOP" WIDTH="100%"><TD WIDTH="110"><DIV ID="TexteComment">Commentaire :&nbsp;</DIV></TD><TD><DIV ID="TexteComment">'+Comment+'</DIV></TD></TR></TABLE>';
		};
	html = html+'</BODY></HTML>';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close()
	};

