
function AlbumPhotoH(image) {
   winName = '';
   width =  860 + 00;
   height = 540 + 100;
   xc = (screen.availWidth -  width) / 2;
   yc = (screen.availHeight - height) / 2;
    
   var str = "scrollbars=no, width=" + width + ",height=" + height;
   str += ",left=" + xc + ",screenX=" + xc;
   str += ",top=" + yc + ",screenY=" + yc;

   var fichier = 'photo.php?Photo=' + image + '&Sens=H';
   window.open(fichier,winName,str);
}

function AlbumPhotoV(image) {
   winName = '';
   width =  600 + 70;
   height = 760 + 100;
   xc = (screen.availWidth -  width) / 2;
   yc = (screen.availHeight - height) / 2;
   yc = 0; 
   var str = "scrollbars=no, width=" + width + ",height=" + height;
   str += ",left=" + xc + ",screenX=" + xc;
   str += ",top=" + yc + ",screenY=" + yc;

   var fichier = 'photo.php?Photo=' + image + '&Sens=V';
   window.open(fichier,winName,str);
}

function Photo_Accueil(ori,image, Annee, repertoire) {
   winName = '';
   width =  800 + 100;
   height = 720 + 0;
   xc = (screen.availWidth -  width) / 2;
   yc = 0;
    
   var str = "scrollbars=no, width=" + width + ",height=" + height;
   str += ",left=" + xc + ",screenX=" + xc;
   str += ",top=" + yc + ",screenY=" + yc;
   
	var fichier = "Nul";
	if ( ori == "Acc" ) {
		var fichier = 'programmes/photos/affichage_photo.php?Photo=' + image + '&An=NUL&Rep=NUL&Sens=H';
	} ;
   
   window.open(fichier,winName,str);
}

function AlbumPhotoPublicH(image) {
   winName = '';
   width =  860 + 00;
   height = 540 + 100;
   xc = (screen.availWidth -  width) / 2;
   yc = (screen.availHeight - height) / 2;
   yc = 0; 
   var str = "scrollbars=no, width=" + width + ",height=" + height;
   str += ",left=" + xc + ",screenX=" + xc;
   str += ",top=" + yc + ",screenY=" + yc;

   var fichier = 'programmes/photos/album_photo_vert.php?Photo=' + image + '&Sens=V';
   window.open(fichier,winName,str);
}

function AlbumPhotoPublicV(image) {
   winName = '';
   width =  600 + 70;
   height = 760 + 100;
   xc = (screen.availWidth -  width) / 2;
   yc = (screen.availHeight - height) / 2;
   yc = 0; 
   var str = "scrollbars=no, width=" + width + ",height=" + height;
   str += ",left=" + xc + ",screenX=" + xc;
   str += ",top=" + yc + ",screenY=" + yc;

   var fichier = 'programmes/photos/album_photo_vert.php?Photo=' + image + '&Sens=V';
   window.open(fichier,winName,str);
}