<!--
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>Gallerie photos du Refuge du Moure (Lozčre)</TITLE><link href="style/stylemoure3.css" rel="stylesheet" type="text/css"></HEAD><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><CENTER>';
	html = html+'<table border="0" cellpadding="0" cellspacing="0"><TR><TD WIDTH="100%" ALIGN="CENTER" COLSPAN="3" CLASS="STitreCont">'+NomSerie+'</TD></TR></TABLE>';
	html = html+'<table border="0" cellpadding="0" cellspacing="0"><tr><td rowspan="2" colspan="2"><img src="http://20gp.ovh.net/~lozerepe/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+PhotoNum+'</CENTER>';
	if(Auteur!="" || Comment!="")
		{
		html = html+'<TABLE border="0" cellpadding="0" cellspacing="0" WIDTH="100%"><TR VALIGN="TOP" WIDTH="100%" CLASS="TexteAuteur"><TD WIDTH="110">Auteur : </TD><TD>'+Auteur+'</TD></TR><TR VALIGN="TOP" WIDTH="100%" CLASS="TexteAuteur"><TD WIDTH="110">Commentaire :&nbsp;</TD><TD>'+Comment+'</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()
	};
