window.name="chronopost";
// Creation du random sur les 13 images.
var nbimage = 12; // max-1
var img_random=Math.round(Math.random()*(nbimage)+1);
// Fin de la creation du random.
var top_table="
 |
";
var bottom_table="
\n"
var sep_table=" |
";
if (ns4){
var link_begin= ""
var link_begin_on= ""
var link_end="
| "
var link_end_on="
|
"
}else{
var link_begin= ""
var link_begin_on= ""
var link_end="
| "
var link_end_on="
|
"
}
//gestion positionnement layers
ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false
ns6 = (document.getElementById)? true:false
function posDyn(){
cartouche = 780;
if(ns4){
client_width = window.innerWidth;
x = (client_width - cartouche)/2;
if(client_width >= cartouche){
document.layers['nav'].left = x-2;
} else if(client_width < cartouche){
document.layers['nav'].left = -2;
}
} else if (ie4){
width = document.body.offsetWidth;
x = (width - cartouche)/2;
if(width >= cartouche){
document.all['nav'].style.left = x-2;
} else if(width < cartouche){
document.all['nav'].style.left = -2;
}
} else if (ns6){
width = document.body.offsetWidth;
x = (width - cartouche)/2;
if(width >= cartouche){
document.getElementById('nav').style.left = x-2;
} else if(width < cartouche){
document.getElementById('nav').style.left = -2;
}
}
}
// fin positionnement