//referent af
var root_c="http://www.wato.fr/dev";
var root_preview="http://www.wato.fr/dev/preview.php5";
var root_cache="http://www.wato.fr/dev/cache/";
var root_cache_short="./cache/";
var root_s="http://www.wato.fr/dev/site.php5";
var root_index="http://www.wato.fr/dev/index.php5";
var root_loader="http://www.wato.fr/dev/loader_img.php5";
var root_header="http://www.wato.fr/dev/header.php5";
var root_footer="http://www.wato.fr/dev/footer.php5";
var root_img="http://www.wato.fr/dev/img/"; 
var dir_gallery_vignette="vignettes/"; 
var root_com="./com/";
//********************************************************************************************
var dir_admin="./_admin/";
var path_img_acc="./_admin/_configuration/images_slide_accueil/fr/";
var path_rub="./_admin/_configuration/listes_rubriques/";
var path_pages_html="./_admin/pages_html/";
var path_etudes_cas="./_admin/etudes_cas/";

//////////////////////langue en cours
var langue;

////////////////////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


//////////////////////Path CSS
var css_ie="./css/css_ie.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";

var css_ms_ie="./css/menu_style_ie.css";
var css_ms_moz="./css/menu_style.css"; //netscape + Firefox
var css_ms_op="./css/menu_style.css";



//////////////////////DIVERS


