_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0 // The time delay before menus open on mouse over
_followSpeed=0 // Follow scrolling speed
_followRate=0 // Follow scrolling Rate
_subOffsetTop=0 // Sub menu top offset
_subOffsetLeft=1 // Sub menu left offset
_scrollAmount=0 // Only needed for Netscape 4.x
_scrollDelay=0 // Only needed for Netscape 4.x
with(styleprincipal=new mm_style()){
offcolor="#FFFFFF";
oncolor="#ffc71f";
fontsize="11";
fontweight="bold";
fontfamily="Verdana, Geneva, Arial, Helvetica, sans-serif";
padding=7;
bordercolor="#CC99CC";
align="center";
}
with(stylesecondaire=new mm_style()){
offcolor="#FFFFFF";
oncolor="#ffc71f";
fontsize="11";
fontweight="bold";
fontfamily="Verdana, Geneva, Arial, Helvetica, sans-serif";
padding=7;
bordercolor="#CC99CC";
align="center";
}
with(stylesecondaire2=new mm_style()){
offcolor="#000000";
offbgcolor="#CC66CC";
oncolor="#FFFFFF";
onbgcolor="#CC66CC";
fontsize="10";
fontweight="bold";
fontfamily="Verdana, Geneva, Arial, Helvetica, sans-serif";
align="center";
}
var intHaut="";
var intDroite="";
var strDirection="horizontal";
var intScrollFollow="";
var strPositionFenetre="";
var intHaut2="";
var intDroite2="";
var strDirection2="horizontal";
var intScrollFollow2="";
var strPositionFenetre2="";
intHaut="15";
strDirection="horizontal";
intHaut="15";
strPositionFenetre="center";
intHaut2="5";
intDroite2="10";
strDirection2="vertical";
intHaut2="5";
intDroite2="10";
strPositionFenetre="center";strPositionFenetre2="center";
function direction() {
return strDirection;
}
function haut() {
return intHaut;
}
function droite() {
return intDroite;
}
function positionfenetre() {
return strPositionFenetre;
}
function scrollfollow() {
return intScrollFollow;
}
function direction2() {
return strDirection2;
}
function haut2() {
return intHaut2;
}
function droite2() {
return intDroite2;
}
function positionfenetre2() {
return strPositionFenetre2;
}
function scrollfollow2() {
return intScrollFollow2;
}
function affiche_contenu(strUrl){
document.getElementById("contenu_texte").innerHTML="";
}
drawMenus();
function authentifier_extranet(ens_numero){
document.getElementById("contenu_texte").innerHTML="";
}