<!-- //Code for click images in portfolio//-->
function showPic (whichpic) {
if (document.getElementById) {
document.getElementById('boxdisplay').src = whichpic.href;
  if (whichpic.title) {
   document.getElementById('desc').childNodes[0].nodeValue = whichpic.title;
  } else {
   document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
  }
  return false;
 } else {
  return true;
 }
}
<!-- //end Code for click images in portfolio//-->
<!-- //Code for pop window//-->
function open_Window(url) {
	popupWin = window.open(url, 'Yves Photographie', 'width=600,height=480,left=10,top=10,notoolbar,nomenubar,status,nolocation,noresizable, noscroll')
	}
	function open_Win(url) {
	popupWin = window.open(url, 'EcoPub', 'width=725,height=550,left=10,top=10,notoolbar,nomenubar,status,nolocation')
	}
	function open_Win2(url) {
	popupWin = window.open(url, 'EcoPub', 'width=725,height=550,left=10,top=10,notoolbar,nomenubar,status,nolocation,noresizable, noscroll')
	}
<!-- //end Code for pop window//-->
<!-- //Code for Mise à jour//-->

var days = new Array(8);
days[1] = "Dimanche";
days[2] = "Lundi";
days[3] = "Mardi";
days[4] = "Mercredi";
days[5] = "Jeudi";
days[6] = "Vendredi";
days[7] = "Samedi";
var months = new Array(13);
months[1] = "Janvier";
months[2] = "Février";
months[3] = "Mars";
months[4] = "Avril";
months[5] = "Mai";
months[6] = "Juin";
months[7] = "Juillet";
months[8] = "Août";
months[9] = "Septembre";
months[10] = "Octobre";
months[11] = "Novembre";
months[12] = "Décembre";
var dateObj = new Date(document.lastModified)
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear = dateObj.getYear()
if (fyear < 2000) 
fyear = fyear + 1900


<!-- //end Code for Mise à jour//-->
