/*
 *.............................................................................*
 *                                                                             *
 *    Comme  indiqué  sur  la  page  http://www.123sudoku.net/lesite/infos/    *
 *    toute    reproduction   ou   distribution    totale   ou    partielle    *
 *    (notamment du code HTML, des feuilles css, du code javascript, etc. )    *
 *    de  ce  site  internet  est  STRICTEMENT  INTERDITE.                     *
 *                                                                             *
 *    NE   VOLEZ   PAS   CE   QUE   VOUS   NE   COMPRENEZ   PAS   ! Essayez    *
 *    plutôt d'APPRENDRE...                                                    *
 *                                                               le webmaster  *
 *.............................................................................*
 */


/* FEUILLE DE SCRIPT */

// -------------------------------
//    Statistiques poste client
// -------------------------------
function statsfct(idclient) {
res = window.screen.width + "x" + window.screen.height;
col = window.screen.colorDepth;
pix = window.screen.pixelDepth;
if(navigator.appName == "Microsoft Internet Explorer") { nav=1; }
else if(navigator.appName == "Netscape") { nav=2; }
else { nav=3; }
ver = navigator.appVersion;
document.write('<img id="stats" width="0" height="0" src="/ext/scripts/imgstats.php?id='+idclient+'&r='+res+'&c='+col+'&p='+pix+'&n='+nav+'&v='+ver+'" alt="" />'); }