// +----------------------------------------------------------------------+
// | Copyright (c) 2004 - Maillard adrien                                 |
// | All rights reserved.                                                 |
// +----------------------------------------------------------------------+
// | Fonction statistique de récupération de la résolution et de la       |
// | profondeur du navigateur de l'utilisateur.                           |
// | Les resultats sont tansmis à la base de données pas le fichier       |
// | stat.php                                                             |
// +----------------------------------------------------------------------+
// | @author     Maillard adrien <maillard.adrien@wanadoo.fr>             |
// | @version    $Revision: 1.00 $                                        |
// | @access     public                                                   |
// +----------------------------------------------------------------------+
//
// $Id: stats.js,v 1.00 2004/02/01 00:00:00 madrien Exp $
//

var W = screen.width;
var H = screen.height;
var D = navigator.appName != "Netscape" ? screen.colorDepth : screen.pixelDepth;

document.write("<img class='hide' src='{@path@}stat.php?width="+W+"&height="+H+"&depth="+D+"' border='0' width='0' height='0' />");