
<!--

function openWindow(theURL){
newwin = window.open('','newwin','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=480,height=330');
newwin.focus ();
}

// -->

<!--

function openWindowGame(theURL){
newwin = window.open(theURL,'newwin','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=580,height=410');
newwin.focus ();
}

// -->

<!--

function openPrintWindow(){
window.open('','Print','width=600,height=520,scrollbars=1');
}

// -->

<!--

function openChangeWindow(){
window.open('','Change','width=615,height=490,scrollbars=no');
}

// -->

<!--

function openConditionsWindow(){
window.open('','Conditions','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=480,height=330');
}

// -->

<!--

function openConditionsJeuWindow(){
window.open('','ConditionsJeu','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=480,height=270');
}

// -->

<!--

function openConditionsGenWindow(){
window.open('','Conditions','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=520,height=330');
}

// -->

<!--

function openPrix_jeuWindow(){
window.open('','Prix_jeu','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=411,height=430');
}

// -->

<!--

function openImageWindow(){
window.open('','Image','width=600,height=520,scrollbars=1');
}

// -->

<!--

function openCaptureWindow(){
newwin = window.open('','Capture','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=785,height=340');
newwin.focus ();
}

// -->

<!--

function openInfoWindow(){
newwin = window.open('','Info','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=40');
newwin.focus ();
}

// -->

<!--

function openDescWindow(){
newwin = window.open('','Desc','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=225');
newwin.focus ();
}

// -->

<!--

function openCommentaireWindow(){
newwin = window.open('','Commentaire','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=120');
newwin.focus ();
}

// -->