//referent af
var root_c="http://www.humier.com";
var root_preview="http://www.humier.com/preview.php5";
var root_ens="http://www.humier.com/enseignes/"; 
var root_cache="http://www.humier.com/cache/";
var root_cache_short="./cache/";
var root_s="http://www.humier.com/gallery.php5";
var root_index="http://www.humier.com/index.php5";
var root_header="http://www.humier.com/header.php5";
var root_footer="http://www.humier.com/footer.php5";
var root_img="http://www.humier.com/img/"; 
var root_gallery_short="./gallery/"; 
var dir_gallery_vignette="vignettes/"; 
var root_com="./com/";


////////////////////coordonoée souris
var mousex=0, mousey=0, scrollx=0, scrolly=0;
//navigateur
var browser_name=navigator.appName;
var browser_vers=navigator.appVersion;

/////////////////////size fenetre
var winw;
var winh;
var IsIE=!!document.all;
//NN4x / OP4x / NN6+ / OP5+
if( typeof( window.innerWidth ) == 'number' ) {winw = window.innerWidth-10; winh = window.innerHeight;}
//IE4x / IE5+	
else {winw = screen.availWidth-20; winh = screen.availHeight-140; } //30-150


//taille zone commentaire
var div_com_w=300;
var div_com_h=230;

//IsIE?def_height_header=110:def_height_header=100;

//////////////////////Path CSS
var css_ie="./css/css.css";
var css_moz="./css/css.css"; //netscape + Firefox
var css_op="./css/css.css";

var css_lb_ie="./css/lightbox.css";
var css_lb_moz="./css/lightbox.css"; //netscape + Firefox
var css_lb_op="./css/lightbox.css";

//////////////////////DIVERS
var prev_color="";
