//Fenêtres POPUP rubrique couverture//

function fencredits()
		{
			fen = window.open( "code/popup_credits.php", "credit", "screenX=350,screenY=150,height=550,width=580,scrollbars=no");
			setTimeout("fen.focus();",200);
		}
function fenmentions()
		{
			fen = window.open( "code/popup_mentions.php", "video", "screenX=350,screenY=150,height=550,width=580,scrollbars=no");
			setTimeout("fen.focus();",200);
		}
function fenoubli()
		{
			fen = window.open( "code/popup_oubli.php", "video", "screenX=350,screenY=150,height=220,width=350,scrollbars=no");
			setTimeout("fen.focus();",200);
		}

function fermer() {
		top.window.close();
		}