<!--
// Préchargement de l'image
document.image_menu=new Image;
document.image_menu.src="../images/index_028.gif";
self.status="Allez-Brest.com - Ligue 2 Football 2006-2007";


function movein(which){
which.style.backgroundImage="url(../images/index_028.gif)";
}


function moveout(which){
  which.style.backgroundImage="url(../images/menu_s03.gif)";
}


function chat() {
day = new Date();
id = day.getTime();
eval("chat" + id + " = window.open('../scripts/chat.php', '" + id + "', 'height=560, width=700, center');");
}
function prono() {
day = new Date();
id = day.getTime();
eval("prono" + id + " = window.open('../prono/index.php', '" + id + "', 'height=500,scrollbars=1, width=720, center');");
}
function election() {
day = new Date();
id = day.getTime();
eval("prono" + id + " = window.open('../scripts/election.php', '" + id + "', 'height=500,scrollbars=1, width=720, center');");
}
function flash(no) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('../scripts/print_flash.php?no="+no+"', '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=480,height=200,left=200,top=150');");
}

//-->