// JavaScript Document

/*Ma fonction PopUpCenter();*/

function PopUpCenter(){
	/*On ouvre ma PopUp sur ma page de credit*/
	window.open ("demo-video.html", "Credit",
					"height="+490+"," + "width="+670+"," + "left=" + (screen.width/2 - (670/2)) + "," + "top=" + (screen.height/2 - (490/2)) + "," + "scrollbars=yes");
}