// JavaScript Document

function mentions() {
	window.open("mentions.htm","popup","width=600, height=500, scrollbars=yes, statusbar=no");
}

function mentions2() {
	window.open("../mentions.htm","popup","width=600, height=500, scrollbars=yes, statusbar=no");
}

function pieces() {
	window.open("pieces.htm","pieces","width=750, height=600, scrollbars=yes, status=no");
}

function annee() {
	myDate=new Date();
	document.write(myDate.getFullYear());
}