function OuvreAlbum(t) {
var larg = screen.width;
var haut = screen.height;
window.open('album'+t+'.html','album','status=yes,resizable=yes,width='+larg+',height='+haut+'');
}

function OuvreBonus(t) {
var larg = screen.width;
var haut = screen.height;
window.open('album'+t+'.html','album','status=yes,resizable=yes,width='+larg+',height='+haut+'');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function OuvreUSA() {
	  alert("truc");
}

