//referent af
var root_c="http://www.3ge.fr";
var root_preview="http://www.3ge.fr/preview.php5";
var root_cache="http://www.3ge.fr/cache/";
var root_cache_short="./cache/";
var root_s="http://www.3ge.fr/site.php5";
var root_index="http://www.3ge.fr/index.php5";
var root_loader="http://www.3ge.fr/loader_img.php5";
var root_header="http://www.3ge.fr/header.php5";
var root_footer="http://www.3ge.fr/footer.php5";
var root_img="http://www.3ge.fr/img/"; 
var dir_img="img/"; 
var root_cow="./img_cow/"; 
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


var div_PREVIEW_w=500; 
var div_PREVIEW_h=600;

//taille du site
var site_w=950; //marge du fond de site : separation
var site_header_h=200;
IsIE?site_header_h=210:site_header_h=200;
var site_footer_h=80;
IsIE?site_footer_h=90:site_footer_h=80;

var div_news_w=400;
var div_news_h=100;

//////////////////////Path CSS
var css_cow_ie="./css/css.css";
var css_cow_moz="./css/css.css"; //netscape + Firefox
var css_cow_op="./css/css.css";

var cur_css_scrollbox_white="./css_sbw/css.css"
var cur_css_scrollbox_gray="./css_sbg/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="";


////////////////////temps d'anim mation


