/////////////////////////////////////////////////
////                   MENU                  ////
/////////////////////////////////////////////////

if (iStart_1) {
 if (oCB1.isMACIE4 || oCB1.isMACIE5) {
  oLoadTimer_1 = setInterval("fCheckLoad_1()", 100);
 } else {
  if (oMain_1.onload) {
   fReturn_1 = oMain_1.onload;
  }
  oMain_1.onload = fRun_1;
 }
}

function fCheckLoad_1() {
 var iLoad_1 = 0;
 if (oParametrage_1.Menu_Utilise_Frames) {
  if (oParent.document.readyState=="complete" && oParent.frames[oParametrage_1.Frames_Racine].document.readyState == "complete" && oParent.frames[oParametrage_1.Frames_Autres].document.readyState == "complete") {
   iLoad_1 = 1;
  }
 } else {
  if (oParent.document.readyState == "complete") {
   iLoad_1 = 1;
  }
 }
 if (iLoad_1) {
  clearInterval(oLoadTimer_1);
  fRun_1();
 }
}

function fNavUnload_1() {
 iLoad_1ed_1 = 0;
 iCreated_1 = 0;
 /*if (top.portail.main) {
  if (typeof(top.portail.main.killWin) != 'undefined') {
   top.portail.main.killWin();
  }
 }*/
}

function fUnloadAll_1() {
 fNull_1(oFirst_1Container);
 oFirst_1Container = oFirst_1 = oSecond_1 = oTarget_1 = oUnload_1 = oCursorOver_1 = oCloseTimer_1 = oDocument_1 = oBody_1 = oMain_1 = null;
 /*if (top.portail.main) {
  if (typeof(top.portail.main.killWin) != 'undefined') {
   top.portail.main.killWin();
  }
 }*/
}

function fCheckLoaded_1() {
 if (!oCB1.isIE) {
  if (oSecond_1.document.body) {
   clearInterval(oLoadTimer_1);
   fRun_1();
  }
 } else {

  try {
   var sTry = oSecond_1.document.readyState;
  } catch (e) {
   var sTry = "";
  }

  if (sTry != "") {
   if (oSecond_1.document.readyState == "complete") {
    if (oLoadTimer_1) {
     clearInterval(oLoadTimer_1);
    }
    fRun_1();
   }
  }

 }
}

function fNavLoaded_1(e) {
 if (e.target != self) {
  routeEvent_1(e);
 }
 if (e.target == oSecond_1) {
  fRun_1();
 }
}

function fRedo() {
 if (oCB1.appVersion.indexOf("4.0") == -1) {
  oDocument_1.location.reload();
 } else if (iSecondWidth != oSecond_1.innerWidth || iSecondHeight != oSecond_1.innerHeight || iFirstWidth != oFirst_1.innerWidth || iFirstHeight != oFirst_1.innerHeight) {
  oDocument_1.location.reload();
 }
}

function fRelative_1() {
 oParametrage_1.Menu_Decale_Top = (iStart_1Top < 1 && iStart_1Top > 0) ? iStart_1Top * iFirstHeight : iStart_1Top;
 oParametrage_1.Menu_Decale_Left = (iStart_1Left < 1 && iStart_1Left > 0) ? iStart_1Left * iFirstWidth : iStart_1Left;
}

function fReturn_1() {
 return;
}

function fFalse() {
 return false;
}

function fRun_1() {
	
 if (!iLoad_1ed_1 && iStart_1) {
  iCreated_1 = 0;
  iLoad_1ed_1 = 1;
  if (oParametrage_1.Menu_Utilise_Frames) {
   oFirst_1 = parent.frames[oParametrage_1.Frames_Racine];
   oSecond_1 = parent.frames[oParametrage_1.Frames_Autres];
   oTarget_1 = parent.frames[oParametrage_1.Frames_Target];
  } else {
   oFirst_1 = oSecond_1 = oTarget_1 = window;
  }
  if (oParametrage_1.Menu_Utilise_Frames) {
   if (!oFirst_1) {
    oFirst_1 = oSecond_1;
    if (!oFirst_1) {
     oFirst_1 = oSecond_1 = oTarget_1;
     if (!oFirst_1) {
      oFirst_1 = oSecond_1 = oTarget_1 = window;
     }
    }
   }
   if (!oSecond_1) {
    oSecond_1 = oTarget_1;
    if (!oSecond_1) {
     oSecond_1 = oTarget_1 = oFirst_1;
    }
   }
   if (!oTarget_1) {
    oTarget_1 = oSecond_1;
   }
  }
  if (oFirst_1 == oSecond_1) {
   iWithFrames = 0;
  }
  if (iWithFrames) {
   oParametrage_1.Premiere_Ligne_Horizontale = oParametrage_1.Frames_Orientation ? 0 : 1;
  }
  if (oCB1.isIE6 || oCB1.isOPERA7) {
   oFirst_1HTML = oFirst_1.document.getElementsByTagName("HTML")[0];
   oSecond_1HTML = oSecond_1.document.getElementsByTagName("HTML")[0];
   iFirstCSS = (oFirst_1.document.compatMode.indexOf("CSS") == -1) ? 0 : 1;
   iSecondCSS = (oSecond_1.document.compatMode.indexOf("CSS") == -1) ? 0 : 1;
  }
  iFirstWidth = oCB1.isIE ? iFirstCSS ? oFirst_1HTML.clientWidth : oFirst_1.document.body.clientWidth : oFirst_1.innerWidth;
  iFirstHeight = oCB1.isIE ? iFirstCSS ? oFirst_1HTML.clientHeight : oFirst_1.document.body.clientHeight : oFirst_1.innerHeight;
  iSecondWidth = oCB1.isIE ? iSecondCSS ? oSecond_1HTML.clientWidth : oSecond_1.document.body.clientWidth : oSecond_1.innerWidth;
  iSecondHeight = oCB1.isIE ? iSecondCSS ? oSecond_1HTML.clientHeight : oSecond_1.document.body.clientHeight : oSecond_1.innerHeight;
  if (oParametrage_1.Menu_Position_Horizontale.indexOf("justify") != -1 && oParametrage_1.Premiere_Ligne_Horizontale) {
   fJustify_1();
  }
  if (iFirstCreate_1 || oFirst_1 == oSecond_1) {  	
   oFirst_1Container = fCreate_1(oParametrage_1.Menu_Name, oParametrage_1.Premiere_Ligne, null);
  } else {
   fReCreate_1(oParametrage_1.Menu_Name, oParametrage_1.Premiere_Ligne);
  }
  fRelative_1();
  if (oParametrage_1.Menu_Div_Span) {
   fTarget_1();
  }
  fLeft_1();
  fTop_1();
  fPosition_1(oFirst_1Container, oParametrage_1.Menu_Decale_Top, oParametrage_1.Menu_Decale_Left);
  iInit_1 = 1;
  fInitiate_1();
  iCreated_1 = 1;
  oUnload_1 = oCB1.isIE ? oSecond_1.document.body : oSecond_1;
  oUnload_1.onunload = oCB1.isNAV4 ? fNavUnload_1 : fUnload;
  if (oCB1.isIE) {
   oMain_1.onunload = fUnloadAll_1;
  }
  oMain_1.onresize = oCB1.isNAV4 ? fRedo : fRePosition;
  if (oCB1.isNAV4 && iFirstCreate_1) {
   oMain_1.captureEvents(Event.LOAD);
   oMain_1.onload = fNavLoaded_1;
  }
  if (iFirstCreate_1) {
   fReturn_1();
  }
  iFirstCreate_1 = 0;
  if (oParametrage_1.Menu_Position_Verticale == "static" && !iWithFrames) {
   setInterval("fKeepPosition_1()", 250);
  }
 }
}

function fJustify_1() {
 var aParams_1 = (typeof(oParametrage_1.Array_Levels[0]) != 'undefined') ? oParametrage_1.Array_Levels[0] : oParametrage_1.Array_Defaut;
 var iNb = (aParams_1[1][0] != 0) ? oParametrage_1.Premiere_Ligne + 1 : 2;
 var iWidth = Math.round((oParametrage_1.Menu_Justify_Portion * iFirstWidth - iNb * aParams_1[1][0]) / oParametrage_1.Premiere_Ligne);
 var i = 0;
 var oObj_1 = null;
 for (i = 1; i < oParametrage_1.Premiere_Ligne + 1; i++) {
  oObj_1 = eval(oParametrage_1.Menu_Name + i);
  oObj_1[2] = iWidth;
 }
 oParametrage_1.Menu_Decale_Left = 0;
}

function fCreate_1(sMenu_1Name, iNumber, oParentOne) {
 oParametrage_1.iIndex++;
 var oPrevious = null;
 var i = 0;
 var iWidth = 0;
 var iHeight = 0;
 var iNbChilds = 0;
 var oChildDiv = null;
 var sMenu_1 = sMenu_1Name + "1";
 
 var aParams_1 = (typeof(oParametrage_1.Array_Levels[eval(sMenu_1 + "[0]")]) != 'undefined') ? oParametrage_1.Array_Levels[eval(sMenu_1 + "[0]")] : oParametrage_1.Array_Defaut;
 var iFirstWidth = eval(sMenu_1 + "[2]");
 var iFirstHeight = aParams_1[0];
 var oWindow = (oParametrage_1.iIndex == 1) ? oFirst_1 : oSecond_1;
 var iBorder = (aParams_1[1][0] == 0) ? 0 : 1;
 var iBorderWidth = aParams_1[1][0];
 if (oParametrage_1.iIndex == 1 && oParametrage_1.Premiere_Ligne_Horizontale) {
  for (i = 1; i < iNumber + 1; i++) {
   sMenu_1 = sMenu_1Name + eval(i);
   iWidth = eval(sMenu_1 + "[2]") ? iWidth + eval(sMenu_1 + "[2]") : iWidth + iFirstWidth;
  }
  iWidth = iBorder ? iWidth + (iNumber + 1) * iBorderWidth : iWidth + 2 * iBorderWidth;
  iHeight = iFirstHeight + 2 * iBorderWidth;
 } else {
  for (i = 1; i < iNumber + 1; i++) {
   sMenu_1 = sMenu_1Name + eval(i);
   iHeight = iHeight + iFirstHeight;
  }
  iHeight = iBorder ? iHeight + (iNumber + 1) * iBorderWidth : iHeight + 2 * iBorderWidth;
  iWidth = iFirstWidth + 2 * iBorderWidth;
 }
 if (oCB1.isDOM) {
  var oChild = oWindow.document.createElement("div");
  oChild.style.position="absolute";
  oChild.style.visibility="hidden";
  oWindow.document.body.appendChild(oChild);
 } else {
  if (oCB1.isNAV4) {
   var oChild = new Layer(iWidth, oWindow);
  } else {
   sMenu_1 += "c";
   oWindow.document.body.insertAdjacentHTML("AfterBegin", "<div id=\"" + sMenu_1 + "\" style=\"visibility:hidden; position:absolute;\"><\/div>");
   var oChild = oWindow.document.all[sMenu_1];
  }
 }
 oChild.SetUp = fDivSetup_1;
 oChild.SetUp(iWidth, iHeight, iNumber, sMenu_1Name + "1", oParentOne, aParams_1);
 if (oCB1.isIE4) {
  oChild.InnerString = "";
  for (i = 1; i < iNumber + 1; i++) {
   sMenu_1 = sMenu_1Name + eval(i);
   oChild.InnerString += "<div id=\"" + sMenu_1 + "\" style=\"position:absolute;\"><\/div>";
  }
  oChild.innerHTML = oChild.InnerString;
 }
 for (i = 1; i < iNumber + 1; i++) {
  sMenu_1 = sMenu_1Name + eval(i);
  aParams_1 = (typeof(oParametrage_1.Array_Levels[eval(sMenu_1 + "[0]")]) != 'undefined') ? oParametrage_1.Array_Levels[eval(sMenu_1 + "[0]")] : oParametrage_1.Array_Defaut;
  iNbChilds = eval(sMenu_1 + "[3]");
  iWidth = (oParametrage_1.iIndex == 1 && oParametrage_1.Premiere_Ligne_Horizontale) ? eval(sMenu_1 + "[2]") ? eval(sMenu_1 + "[2]") : iFirstWidth : iFirstWidth;
  iHeight = aParams_1[0];
  if (oCB1.isDOM) {
   oChildDiv = oWindow.document.createElement("div");
   oChildDiv.style.position = "absolute";
   oChildDiv.style.visibility = "inherit";
   oChild.appendChild(oChildDiv);
  } else {
   oChildDiv = oCB1.isNAV4 ? new Layer(iWidth, oChild) : oWindow.document.all[sMenu_1];
  }
  oChildDiv.aOptions = eval(sMenu_1);
  // BgLowColor
  oChildDiv.aOptions[5] = aParams_1[2][0];
  // BgHighColor
  oChildDiv.aOptions[6] = aParams_1[2][1];
  // FontLowColor
  oChildDiv.aOptions[7] = aParams_1[3][0];
  // FontHighColor
  oChildDiv.aOptions[8] = aParams_1[3][1];
  // FontFamily
  oChildDiv.aOptions[9] = aParams_1[4][0];
  // FontSize
  oChildDiv.aOptions[10] = aParams_1[4][1];
  // FontBold
  oChildDiv.aOptions[11] = aParams_1[4][2];
  // FontItalic
  oChildDiv.aOptions[12] = aParams_1[4][3];
  // TextCentered
  oChildDiv.aOptions[13] = aParams_1[4][4];
  // Top Padding
  oChildDiv.aOptions[14] = aParams_1[5][0];
  // Left Padding
  oChildDiv.aOptions[15] = aParams_1[5][1];
  // BgLowImage
  oChildDiv.aOptions[16] = aParams_1[6][0];
  // BgHighImage
  oChildDiv.aOptions[17] = aParams_1[6][1];
  // BorderWidth
  oChildDiv.aOptions[18] = aParams_1[1][0];
  oChildDiv.SetUp = oCB1.isNAV4 ? fNavChildSetup_1 : fChildSetup_1;
  oChildDiv.SetUp(oChild, oPrevious, sMenu_1, iWidth, iHeight, iNbChilds);
  if (iNbChilds) {
  	
   oChildDiv.oChildContainer_1 = fCreate_1(sMenu_1 + "_", iNbChilds, oChildDiv);
  }
  oPrevious = oChildDiv;
 }
 oChild.oFirst_1One = oChildDiv;
 oParametrage_1.iIndex--;
 return oChild;
}

function fReCreate_1(sMenu_1Name, iNumber) {
 var i = 0;
 var sMenu_1 = '';
 var iNbChilds = 0;
 var oChildDiv = oFirst_1Container.oFirst_1One;
 oParametrage_1.iIndex++;
 for (i = iNumber; i > 0; i--) {
  sMenu_1 = sMenu_1Name + eval(i);
  iNbChilds = eval(sMenu_1 + "[3]");
  if (iNbChilds) {
   oChildDiv.oChildContainer_1 = fCreate_1(sMenu_1 + "_", iNbChilds, oChildDiv);
  }
  oChildDiv = oChildDiv.oPreviousOne;
 }
 oParametrage_1.iIndex--;
}

function fDivSetup_1(iWidth, iHeight, iNb, sMenu_1Name, oParentOne, aParams_1) {
 var sColor = (aParams_1[1][0]) ? (aParams_1[1][0] != 0) ? aParams_1[1][1] : "" : "";
 this.oFirst_1One = null;
 this.oCaller = oParentOne;
 this.iShow = 0;
 this.iOrigineLeft = this.iOrigineTop = 0;
 if (oCB1.isNAV4) {
  if (sColor != '') {
   this.bgColor = sColor;
  }
  this.visibility = "hide";
  this.resizeTo(iWidth, iHeight);
 } else {
  if (sColor != '') {
   this.style.backgroundColor = sColor;
  }
  this.style.width = iWidth + sPX;
  this.style.height = iHeight + sPX;
  if (!oCB1.isNAV) {
   this.style.zIndex = oParametrage_1.iIndex + oParametrage_1.Premier_zIndex;
  }
  if (oCB1.isIE6) {
   sFilter="";
   if (oParametrage_1.Filtre_Slide && oParametrage_1.iIndex != 1) {
    sFilter = oParametrage_1.Filtre_Slide;
   }
   if (oParametrage_1.Filtre_Shadow) {
    sFilter += oParametrage_1.Filtre_Shadow;
   }
   if (oParametrage_1.Filtre_Opacity) {
    sFilter += oParametrage_1.Filtre_Opacity;
   }
   if (sFilter != "") {
    this.style.filter = sFilter;
   }
  }
 }
}

function fChildSetup_1(oParentOne, oPreviousOne, sMenu_1Name, iWidth, iHeight, iNb) {
 this.oChildContainer_1 = null;
 var oText;
 var sText = this.aOptions[1];
 var iPad = (oParametrage_1.iIndex == 1) ? iFirstCSS : iSecondCSS;
 var iPadLeft = ((oCB1.isDOMNAV && !oCB1.isOPERA7) || oCB1.isMACIE5 || iPad) ? this.aOptions[15] : 0;
 var iPadTop = ((oCB1.isDOMNAV && !oCB1.isOPERA7) || oCB1.isMACIE5 || iPad) ? this.aOptions[14] : 0;
 var oWindow = (oParametrage_1.iIndex == 1) ? oFirst_1 : oSecond_1;
 this.iHilite = 0;
 this.iRemember = 0;
 this.iClicked = 0;
 this.oContainer = oParentOne;
 this.oPreviousOne = oPreviousOne;
 this.iLevel = oParametrage_1.iIndex;
 this.fOpen_1Menu = fOpen_1;
 this.style.overflow = "hidden";
 this.iNbChilds = iNb;
 this.MenuName = sMenu_1Name;
 this.style.cursor = (this.aOptions[1] || (oParametrage_1.iIndex == 1 && oParametrage_1.Menu_Ouvre_Sur_Click)) ? oCB1.isIE ? "hand" : "pointer" : "default";
 this.value = sText;
 this.style.color = this.aOptions[7];
 this.style.fontFamily = this.aOptions[9];
 this.style.fontSize = !oCB1.isMAC4 ? this.aOptions[10] + "pt" : Math.round(4 * this.aOptions[10] / 3) + "pt";
 this.style.fontWeight = this.aOptions[11] ? "bold" : "normal";
 this.style.fontStyle = this.aOptions[12] ? "italic" : "normal";
 this.style.textAlign = this.aOptions[13];
 if (this.aOptions[5]) {
  if (this.aOptions[5] != "") {
   this.style.backgroundColor = this.aOptions[5];
  }
 }
 if (this.aOptions[16]) {
  this.style.backgroundImage = "url(\"" + oParametrage_1.Portal_Path + this.aOptions[16] + "\")";
 }
 if (sText.indexOf("<") == -1) {
  this.style.width = iWidth - iPadLeft + sPX;
  this.style.height = iHeight - iPadTop + sPX;
  this.style.paddingLeft = this.aOptions[15] + sPX;
  this.style.paddingTop = this.aOptions[14] + sPX;
 } else {
  this.style.width = iWidth + sPX;
  this.style.height = iHeight + sPX;
 }
 if (sText.indexOf("<") == -1 && oCB1.isDOM) {
  oText = oWindow.document.createTextNode(sText);
  this.appendChild(oText);
 } else {
  this.innerHTML = sText;
 }
 if (oCB1.isIE) {
  this.onselectstart = fFalse;
  this.onmouseover = oParametrage_1.Menu_Ouvre_Sur_Click ? fClick_1 : fOpen_1;
  this.onmouseout = fClose_1;
  this.onclick = (oParametrage_1.Menu_Ouvre_Sur_Click && this.aOptions[4]) ? fOpen_1 : fGoTo_1;
 } else {
  oParametrage_1.Menu_Ouvre_Sur_Click ? this.addEventListener("mouseover", fClick_1, false) : this.addEventListener("mouseover", fOpen_1, false);
  this.addEventListener("mouseout", fClose_1, false);
  (oParametrage_1.Menu_Ouvre_Sur_Click && this.aOptions[4]) ? this.addEventListener("click", fOpen_1, false) : this.addEventListener("click", fGoTo_1, false);
 }
}

function fNavChildSetup_1(oParentOne, oPreviousOne, sMenu_1Name, iWidth, iHeight, iNb) {
 this.value = this.aOptions[1];
 sCenterText = (this.aOptions[13] != "left") ? "<div align=\"" + this.aOptions[13] + "\">" : "";
 sTextClose = "</font>" + ((this.aOptions[13] != "left") ? "</div>" :"");
 if (this.aOptions[15] && this.value.indexOf("<") == -1 && this.aOptions[13] == "left") {
  this.value = "&nbsp\;" + this.value;
 }
 if (this.aOptions[11]) {
  this.value = this.value.bold();
 }
 if (this.aOptions[12]) {
  this.value = this.value.italics();
 }
 this.Ovalue = this.value;
 this.value = this.value.fontcolor(this.aOptions[7]);
 this.Ovalue = this.Ovalue.fontcolor(this.aOptions[8]);
 this.value = sCenterText + "<font face=\"" + this.aOptions[9] + "\" point-size=\"" + (!oCB1.isMAC4 ? this.aOptions[10] : Math.round(4 * this.aOptions[10] / 3)) + "\">" + this.value + sTextClose;
 this.Ovalue = sCenterText + "<font face=\"" + this.aOptions[9] + "\" point-size=\"" + (!oCB1.isMAC4 ? this.aOptions[10] : Math.round(4 * this.aOptions[10] / 3)) + "\">" + this.Ovalue + sTextClose;
 this.oChildContainer_1 = null;
 this.oPreviousOne = oPreviousOne;
 this.iHilite = 0;
 this.iRemember = 0;
 this.iClicked = 0;
 this.visibility = "inherit";
 this.MenuName = sMenu_1Name;
 this.iNbChilds = iNb;
 if (this.aOptions[5]) {
  if (this.aOptions[5] != "") {
   this.bgColor = this.aOptions[5];
  }
 }
 if (this.aOptions[16]) {
  this.background.src = this.aOptions[16];
 }
 this.resizeTo(iWidth, iHeight);
 this.document.write(this.value);
 this.document.close();
 this.oLayer_1 = new Layer(iWidth, oParentOne);
 this.oLayer_1.iLevel = oParametrage_1.iIndex;
 this.oLayer_1.visibility = "inherit";
 this.oLayer_1.onmouseover = oParametrage_1.Menu_Ouvre_Sur_Click ? fClick_1 : fOpen_1;
 this.oLayer_1.onmouseout = fClose_1;
 this.oLayer_1.captureEvents(Event.MOUSEDOWN);
 this.oLayer_1.onmousedown = (oParametrage_1.Menu_Ouvre_Sur_Click && this.aOptions[4]) ? fOpen_1 : fGoTo_1;
 this.oLayer_1.fOpen_1Menu = fOpen_1;
 this.oLayer_1.layer = this;
 this.oLayer_1.resizeTo(iWidth, iHeight);
 this.oLayer_1.oContainer = oParentOne;
}

function fOver_1(oObj_1) {
 if (oCB1.isNAV4) {
  if (oObj_1.aOptions[6]) {
   if (oObj_1.aOptions[6] != "") {
    oObj_1.bgColor = oObj_1.aOptions[6];
   }
  }
  if (oObj_1.aOptions[17]) {
   oObj_1.background.src = oObj_1.aOptions[17];
  }
  if (oObj_1.value.indexOf("<img") == -1) {
   oObj_1.document.write(oObj_1.Ovalue);
   oObj_1.document.close();
  }
 } else {
  if (oObj_1.aOptions[6]) {
   if (oObj_1.aOptions[6] != "") {
    oObj_1.style.backgroundColor = oObj_1.aOptions[6];
   }
  }
  if (oObj_1.aOptions[8]) {
   oObj_1.style.color = oObj_1.aOptions[8];
  }
  if (oObj_1.aOptions[17]) {
   oObj_1.style.backgroundImage = "url(\"" + oParametrage_1.Portal_Path + oObj_1.aOptions[17] + "\")";
  }
 }
 oObj_1.iHilite = 1;
}

function fOut_1(oObj_1) {
 oObj_1.iHilite = 0;
 if (oCB1.isNAV4) {
  if (oObj_1.aOptions[5]) {
   if (oObj_1.aOptions[5] != "") {
    oObj_1.bgColor = oObj_1.aOptions[5];
   }
  }
  if (oObj_1.aOptions[16]) {
   oObj_1.background.src = oObj_1.aOptions[16];
  }
  if (oObj_1.value.indexOf("<img") == -1) {
   oObj_1.document.write(oObj_1.value);
   oObj_1.document.close();
  }
 } else {
  if (oObj_1.aOptions[5]) {
   if (oObj_1.aOptions[5] != "") {
    oObj_1.style.backgroundColor = oObj_1.aOptions[5];
   }
  }
  if (oObj_1.aOptions[7]) {
   oObj_1.style.color = oObj_1.aOptions[7];
  }
  if (oObj_1.aOptions[16]) {
   oObj_1.style.backgroundImage = "url(\"" + oParametrage_1.Portal_Path + oObj_1.aOptions[16] + "\")";
  }
 }
}

function fKeepPosition_1() {
 var iScrollTop = oCB1.isIE ? iSecondCSS ? oSecond_1HTML.scrollTop : oSecond_1.document.body.scrollTop : oSecond_1.pageYOffset;
 if (iScrollTop != iStatic) {
  var oContainerStyle = oCB1.isNAV4 ? oFirst_1Container : oFirst_1Container.style;
  oFirst_1Container.iOrigineTop = oParametrage_1.Menu_Decale_Top + iScrollTop;
  oContainerStyle.top = oFirst_1Container.iOrigineTop + sPX;
  iStatic = iScrollTop;
 }
}

function fTarget_1() {
 var oDivSpan = oCB1.isNAV4 ? oFirst_1.document.layers[oParametrage_1.Menu_Div_Span] : oCB1.isDOM ? oFirst_1.document.getElementById(oParametrage_1.Menu_Div_Span) : oFirst_1.document.all[oParametrage_1.Menu_Div_Span];
 if (oCB1.isDOM) {
  while (oDivSpan) {
   oParametrage_1.Menu_Decale_Top += oDivSpan.offsetTop;
   oParametrage_1.Menu_Decale_Left += oDivSpan.offsetLeft;
   oDivSpan = oDivSpan.offsetParent;
  }
 } else {
  oParametrage_1.Menu_Decale_Top += oCB1.isNAV4 ? oDivSpan.pageY : oDivSpan.offsetTop;
  oParametrage_1.Menu_Decale_Left += oCB1.isNAV4 ? oDivSpan.pageX : oDivSpan.offsetLeft;
 }
}

function fLeft_1() {
 if (oParametrage_1.Menu_Position_Horizontale.indexOf("left") == -1) {
  var iLeft = iFirstWidth - (!oCB1.isNAV4 ? parseInt(oFirst_1Container.style.width) : oFirst_1Container.clip.width);
  oParametrage_1.Menu_Decale_Left += (oParametrage_1.Menu_Position_Horizontale.indexOf("right") != -1) ? iLeft : iLeft / 2;
  if (oParametrage_1.Menu_Decale_Left < 0) {
   oParametrage_1.Menu_Decale_Left = 0;
  }
 }
}

function fTop_1() {
 if (oParametrage_1.Menu_Position_Verticale != "top" && oParametrage_1.Menu_Position_Verticale != "static") {
  var iTop = iFirstHeight - (!oCB1.isNAV4 ? parseInt(oFirst_1Container.style.height) : oFirst_1Container.clip.height);
  oParametrage_1.Menu_Decale_Top += (oParametrage_1.Menu_Position_Verticale == "bottom") ? iTop : iTop / 2;
  if (oParametrage_1.Menu_Decale_Top < 0) {
   oParametrage_1.Menu_Decale_Top = 0;
  }
 }
}

function fInitiate_1() {
 if (iInit_1 && iLoad_1ed_1) {
  fInit(oFirst_1Container);
  iInit_1 = 0;
  iShowFlag = 0;
 }
}

function fGoTo_1() {
 var oObj_1 = oCB1.isNAV4 ? this.layer : this;
 if (oObj_1.aOptions[4]) {
  fOut_1(oObj_1);
  iInit_1 = 1;
  fInitiate_1();
  (oObj_1.aOptions[4].indexOf("javascript:") != -1) ? eval(oObj_1.aOptions[4]) : oTarget_1.location.href = oParametrage_1.Portal_Path + oObj_1.aOptions[4];
 }
}

function fClick_1() {
 if (!iLoad_1ed_1 || !iCreated_1) {
  return;
 }
 var oObj_1 = oCB1.isNAV4 ? this.layer : this;
 oCursorOver_1 = this;
 iInit_1 = 0;
 fClearAll_1(this.oContainer.oFirst_1One);
 fOver_1(oObj_1);
}

function fClose_1() {
 if (!iLoad_1ed_1 || !iCreated_1) {
  return;
 }
 if (this == oCursorOver_1) {
  if (oOpenTimer_1) {
   clearTimeout(oOpenTimer_1);
  }
  if (oCloseTimer_1) {
   clearTimeout(oCloseTimer_1);
  }
  iInit_1 = 1;
  oCloseTimer_1 = setTimeout("fInitiate_1(oCursorOver_1)", oParametrage_1.Menu_Delai_Fermeture);
 }
}

function fInit(oObj_1) {
 var oFirst_1Obj = oObj_1.oFirst_1One;
 var oFirst_1Style = oCB1.isNAV4 ? oObj_1 : oObj_1.style;
 oParametrage_1.iIndex++;
 oFirst_1Style.visibility = (oParametrage_1.iIndex == 1) ? sShow : sHide;
 oObj_1.iShow = (oParametrage_1.iIndex == 1) ? 1 : 0;
 while (oFirst_1Obj != null) {
  if (oFirst_1Obj.iHilite) {
   fOut_1(oFirst_1Obj);
  }
  if (oFirst_1Obj.oChildContainer_1) {
   fInit(oFirst_1Obj.oChildContainer_1);
  }
  oFirst_1Obj = oFirst_1Obj.oPreviousOne;
 }
 oParametrage_1.iIndex--;
}

function fUnload() {
 fNavUnload_1();
 if (oCB1.isIE) {
  var oObj_1 = oFirst_1Container ? oFirst_1Container.oFirst_1One : null;
  while (oObj_1 != null) { 
   if (oObj_1.oChildContainer_1) {
    fNull_1(oObj_1.oChildContainer_1);
    oObj_1.oChildContainer_1 = null;
   }
   oObj_1 = oObj_1.oPreviousOne;
  }
 }
 if (!oCB1.isNAV4) {
  oLoadTimer_1 = setInterval("fCheckLoaded_1()", 100);
 }
}

function fNull_1(oObj_1) {
 var oFirst_1Obj = oObj_1.oFirst_1One;
 var oSecond_1Obj = null;
 while (oFirst_1Obj != null) {
  oSecond_1Obj = oFirst_1Obj;
  if (oFirst_1Obj.oChildContainer_1) {
   fNull_1(oFirst_1Obj.oChildContainer_1);
   oFirst_1Obj.oChildContainer_1 = null;
  }
  oFirst_1Obj.oContainer = null;
  oFirst_1Obj = oFirst_1Obj.oPreviousOne;
  oSecond_1Obj.oPreviousOne = null;
  oSecond_1Obj = null;
 }
 oObj_1.oFirst_1One = null;
}

function fClearAll_1(oObj_1) {
 var oSecond_1Style;
 var oSecond_1Obj;
 while (oObj_1) {
  if (oObj_1.iHilite) {
   oSecond_1Obj = oCB1.isNAV4 ? oObj_1.oLayer_1 : oObj_1;
   if (oSecond_1Obj != oCursorOver_1) {
    fOut_1(oObj_1);
   }
   if (oObj_1.oChildContainer_1) {
    oSecond_1Style = oCB1.isNAV4 ? oObj_1.oChildContainer_1 : oObj_1.oChildContainer_1.style;
    if (oSecond_1Obj != oCursorOver_1) {
     oSecond_1Style.visibility = sHide;
     oObj_1.oChildContainer_1.iShow = 0;
    }
    fClearAll_1(oObj_1.oChildContainer_1.oFirst_1One);
   }
   break;
  }
  oObj_1 = oObj_1.oPreviousOne;
 }
}

function fUnfold_1() {
 var oObj_1 = oCursorOver_1;
 var iScrollTop = oCB1.isIE ? iSecondCSS ? oSecond_1HTML.scrollTop : oSecond_1.document.body.scrollTop : oSecond_1.pageYOffset;
 var iScrollLeft = oCB1.isIE ? iSecondCSS ? oSecond_1HTML.scrollLeft : oSecond_1.document.body.scrollLeft : oSecond_1.pageXOffset;
 var iHeight = oCB1.isNAV4 ? oObj_1.clip.height : parseInt(oObj_1.style.height);
 var iWidth = oCB1.isNAV4 ? oObj_1.clip.width : parseInt(oObj_1.style.width);
 var iLeft = (iWithFrames && oObj_1.iLevel == 1 && !oParametrage_1.Premiere_Ligne_Horizontale) ? 0 : oCB1.isNAV4 ? oObj_1.oContainer.left : parseInt(oObj_1.oContainer.style.left);
 var iTop = (iWithFrames && oObj_1.iLevel == 1 && oParametrage_1.Premiere_Ligne_Horizontale) ? 0 : oCB1.isNAV4 ? oObj_1.oContainer.top : parseInt(oObj_1.oContainer.style.top);
 var iContainerWidth = oCB1.isNAV4 ? oObj_1.layer.oChildContainer_1.clip.width : parseInt(oObj_1.oChildContainer_1.style.width);
 var iContainerHeight = oCB1.isNAV4 ? oObj_1.layer.oChildContainer_1.clip.height : parseInt(oObj_1.oChildContainer_1.style.height);
 var oContainerStyle = oCB1.isNAV4 ? oObj_1.layer.oChildContainer_1 : oObj_1.oChildContainer_1.style;
 var oContainerChild_1 = oCB1.isNAV4 ? oObj_1.layer.oChildContainer_1 : oObj_1.oChildContainer_1;
 var iTotalLeft = (iWithFrames && oObj_1.iLevel == 1) ? oContainerChild_1.iOrigineLeft + iLeft + iScrollLeft : oContainerChild_1.iOrigineLeft + iLeft;
 var iTotalTop = (iWithFrames && oObj_1.iLevel == 1) ? oContainerChild_1.iOrigineTop + iTop + iScrollTop : oContainerChild_1.iOrigineTop + iTop;
 if (!iShowFlag) {
  iShowFlag = 1;
 }
 if (oParametrage_1.Menu_Ouvre_Droite_Gauche) {
  if (iTotalLeft < iScrollLeft) {
   iTotalLeft = (oObj_1.iLevel == 1) ? iScrollLeft : iTotalLeft + (iContainerWidth + (1 - 2 * oParametrage_1.Menu_Chevauchement_Horizontal) * iWidth);
  }
  if (iTotalLeft + iContainerWidth > iSecondWidth + iScrollLeft) {
   iTotalLeft = iSecondWidth + iScrollLeft - iContainerWidth;
  }
 } else {
  if (iTotalLeft + iContainerWidth > iSecondWidth + iScrollLeft) {
   iTotalLeft = (oObj_1.iLevel == 1) ? iSecondWidth + iScrollLeft - iContainerWidth : iTotalLeft - (iContainerWidth + (1 - 2 * oParametrage_1.Menu_Chevauchement_Horizontal) * iWidth);
  }
  if (iTotalLeft < iScrollLeft) {
   iTotalLeft = iScrollLeft;
  }
 }
 if (oParametrage_1.Menu_Ouvre_Bas_Haut) {
  if (iTotalTop < iScrollTop) {
   iTotalTop = (oObj_1.iLevel == 1) ? iScrollTop : iTotalTop + (iContainerHeight - (1 - 2 * oParametrage_1.Menu_Chevauchement_Vertical) * iHeight);
  }
  if (iTotalTop + iContainerHeight > iSecondHeight + iScrollTop) {
   iTotalTop = iSecondHeight + iScrollTop - iContainerHeight + (oCB1.isNAV4 ? 4 : 0);
  }
 } else {
  if (iTotalTop + iContainerHeight > iScrollTop + iSecondHeight) {
   iTotalTop = (oObj_1.iLevel == 1) ? iScrollTop + iSecondHeight - iContainerHeight : iTotalTop - iContainerHeight + (1 - 2 * oParametrage_1.Menu_Chevauchement_Vertical) * iHeight;
  }
  if (iTotalTop < iScrollTop) {
   iTotalTop = iScrollTop;
  }
 }
 oContainerStyle.top = iTotalTop + sPX;
 oContainerStyle.left = iTotalLeft + sPX;
 if (oCB1.isIE6 && oParametrage_1.Filtre_Slide) {
  oObj_1.oChildContainer_1.filters[0].Apply();
  oObj_1.oChildContainer_1.filters[0].play();
 }
 oContainerStyle.visibility = sShow;
}

function fPosition_1(oObj_1, iTop, iLeft) {
 var aParams_1 = (typeof(oParametrage_1.Array_Levels[oParametrage_1.iIndex]) != 'undefined') ? oParametrage_1.Array_Levels[oParametrage_1.iIndex] : oParametrage_1.Array_Defaut;
 oParametrage_1.iIndex++;
 var iPad = (oParametrage_1.iIndex == 1) ? iFirstCSS : iSecondCSS;
 var iPadLeft = ((oCB1.isDOMNAV && !oCB1.isOPERA7) || oCB1.isMACIE5 || iPad) ? aParams_1[5][1] : 0;
 var iPadTop = ((oCB1.isDOMNAV && !oCB1.isOPERA7) || oCB1.isMACIE5 || iPad) ? aParams_1[5][0] : 0;
 var iBorder = (aParams_1[1][0] == 0) ? 0 : 1;
 var iBorderWidth = aParams_1[1][0];
 var oSecond_1Obj = oObj_1.oFirst_1One;
 var oObj_1Style = !oCB1.isNAV4 ? oObj_1.style : oObj_1;
 var oSecond_1Style = !oCB1.isNAV4 ? oSecond_1Obj.style : oSecond_1Obj;
 var iiPadLeft = (oSecond_1Obj.value.indexOf("<") == -1) ? iPadLeft : 0;
 var iiPadTop = (oSecond_1Obj.value.indexOf("<") == -1) ? iPadTop : 0;
 var oSecond_1Width = !oCB1.isNAV4 ? parseInt(oSecond_1Style.width) + iiPadLeft : oSecond_1Style.clip.width;
 var oSecond_1Height = !oCB1.isNAV4 ? parseInt(oSecond_1Style.height) + iiPadTop : oSecond_1Style.clip.height;
 var oObj_1Width = !oCB1.isNAV4 ? parseInt(oObj_1Style.width) : oObj_1Style.clip.width;
 var oObj_1Height = !oCB1.isNAV4 ? parseInt(oObj_1Style.height) : oObj_1Style.clip.height;
 var Ti, Li, Hi, CCw, CCh, STp, SLt;
 if (oParametrage_1.iIndex == 1 && iWithFrames) {
  !oParametrage_1.Frames_Orientation ? iTop = oParametrage_1.Menu_Ouvre_Bas_Haut ? 0 : iFirstHeight - oObj_1Height + (oCB1.isNAV4 ? oCB1.isMAC ? -2 : 4 : 0) : iLeft = oParametrage_1.Menu_Ouvre_Droite_Gauche ? 0 : iFirstWidth - oObj_1Width + (oCB1.isNAV4 ? oCB1.isMAC ? -2 : 4 :0);
 }
 if (oParametrage_1.iIndex == 2 && iWithFrames) {
  !oParametrage_1.Frames_Orientation ? iTop = oParametrage_1.Menu_Ouvre_Bas_Haut ? iSecondHeight - oObj_1Height + (oCB1.isNAV4 ? oCB1.isMAC ? -2 : 4 : 0) : 0 : iLeft = oParametrage_1.Menu_Ouvre_Droite_Gauche ? iSecondWidth - oObj_1Width : 0;
 }
 if (oParametrage_1.iIndex == 2) {
  iTop += oParametrage_1.Frames_Correction_Verticale;
  iLeft += oParametrage_1.Frames_Correction_Horizontale;
 }
 oObj_1Style.top = (oParametrage_1.iIndex == 1) ? iTop + sPX : 0;
 oObj_1.iOrigineTop = iTop;
 oObj_1Style.left = (oParametrage_1.iIndex == 1) ? iLeft + sPX : 0;
 oObj_1.iOrigineLeft = iLeft;
 if (oParametrage_1.iIndex == 1 && oParametrage_1.Premiere_Ligne_Horizontale) {
  Hi = 1;
  Li = oObj_1Width - oSecond_1Width - 2 * iBorderWidth;
  Ti = 0;
 } else {
  Hi = Li = 0;
  Ti = oObj_1Height - oSecond_1Height - 2 *iBorderWidth;
 }
 while (oSecond_1Obj != null) {
  oSecond_1Style.left = Li + iBorderWidth + sPX;
  oSecond_1Style.top = Ti + iBorderWidth + sPX;
  if (oCB1.isNAV4) {
   oSecond_1Obj.oLayer_1.moveTo(Li + iBorderWidth, Ti + iBorderWidth);
  }
  if (oSecond_1Obj.oChildContainer_1) {
   if (oParametrage_1.Menu_Ouvre_Droite_Gauche) {
    CCw = oCB1.isNAV4 ? oSecond_1Obj.oChildContainer_1.clip.width : parseInt(oSecond_1Obj.oChildContainer_1.style.width);
   }
   if (oParametrage_1.Menu_Ouvre_Bas_Haut) {
    CCh = oCB1.isNAV4 ? oSecond_1Obj.oChildContainer_1.clip.height : parseInt(oSecond_1Obj.oChildContainer_1.style.height);
   }
   if (Hi) {
    STp = oParametrage_1.Menu_Ouvre_Bas_Haut ? Ti - CCh : Ti + oSecond_1Height + 2 * iBorderWidth;
    SLt = oParametrage_1.Menu_Ouvre_Droite_Gauche ? Li + oSecond_1Width - CCw : Li;
   } else {
    SLt = oParametrage_1.Menu_Ouvre_Droite_Gauche ? Li - CCw + oParametrage_1.Menu_Chevauchement_Horizontal * oSecond_1Width + iBorderWidth : Li + (1 - oParametrage_1.Menu_Chevauchement_Horizontal) * oSecond_1Width + iBorderWidth;
    STp = (oParametrage_1.iIndex == 1 && iWithFrames) ? oParametrage_1.Menu_Ouvre_Bas_Haut ? Ti - CCh + oSecond_1Height : Ti : oParametrage_1.Menu_Ouvre_Bas_Haut ? Ti - CCh + (1 - oParametrage_1.Menu_Chevauchement_Vertical) * oSecond_1Height + 2 * iBorderWidth : Ti + oParametrage_1.Menu_Chevauchement_Vertical * oSecond_1Height;
   }
   fPosition_1(oSecond_1Obj.oChildContainer_1, STp, SLt);
  }
  oSecond_1Obj = oSecond_1Obj.oPreviousOne;
  if(oSecond_1Obj) {
   oSecond_1Style = !oCB1.isNAV4 ? oSecond_1Obj.style : oSecond_1Obj;
   iiPadLeft = (oSecond_1Obj.value.indexOf("<") == -1) ? iPadLeft : 0;
   iiPadTop = (oSecond_1Obj.value.indexOf("<") == -1) ? iPadTop : 0;
   oSecond_1Width = !oCB1.isNAV4 ? parseInt(oSecond_1Style.width) + iiPadLeft : oSecond_1Style.clip.width;
   oSecond_1Height = !oCB1.isNAV4 ? parseInt(oSecond_1Style.height) + iiPadTop : oSecond_1Style.clip.height;
   Hi ? Li-=iBorder ? (oSecond_1Width + iBorderWidth) : (oSecond_1Width) : Ti-=iBorder ? (oSecond_1Height + iBorderWidth) : oSecond_1Height;
  }
 }
 oParametrage_1.iIndex--;
}

function fRePosition() {
 iFirstWidth = oCB1.isIE ? iFirstCSS ? oFirst_1HTML.clientWidth : oFirst_1.document.body.clientWidth : oFirst_1.innerWidth;
 iFirstHeight = oCB1.isIE ? iFirstCSS ? oFirst_1HTML.clientHeight : oFirst_1.document.body.clientHeight : oFirst_1.innerHeight;
 iSecondWidth = oCB1.isIE ? iSecondCSS ? oSecond_1HTML.clientWidth : oSecond_1.document.body.clientWidth : oSecond_1.innerWidth;
 iSecondHeight = oCB1.isIE ? iSecondCSS ? oSecond_1HTML.clientHeight : oSecond_1.document.body.clientHeight : oSecond_1.innerHeight;
 if (oParametrage_1.Menu_Position_Horizontale.indexOf("justify") != -1 && oParametrage_1.Premiere_Ligne_Horizontale) {
  fJustify_1();
  var oObj_1 = oFirst_1Container.oFirst_1One;
  var iWidth = eval(oParametrage_1.Menu_Name + '1[2]');
  var aParams_1 = (typeof(oParametrage_1.Array_Levels[0]) != 'undefined') ? oParametrage_1.Array_Levels[0] : oParametrage_1.Array_Defaut;
  var iNb = (aParams_1[1][0] != 0) ? oParametrage_1.Premiere_Ligne + 1 : 2;
  var i = 0;
  oFirst_1Container.style.width = oParametrage_1.Premiere_Ligne * iWidth + iNb * BorderWidthMain + sPX;
  var iPadLeft = ((oCB1.isDOMNAV && !oCB1.isOPERA7) || oCB1.isMACIE5 || iFirstCSS) ? oObj_1.aOptions[15] : 0;
  for (i = 0; i < oParametrage_1.Premiere_Ligne; i++) {
   oObj_1.style.width = iWidth - (oObj_1.value.indexOf("<") == -1 ? iPadLeft : 0) + sPX;
   oObj_1 = oObj_1.oPreviousOne;
  }
  iStatic = -1;
  fRelative_1();
  if (oParametrage_1.Menu_Div_Span) {
   fTarget_1();
  }
  fLeft_1();
  fTop_1();
  fPosition_1(oFirst_1Container,oParametrage_1.Menu_Decale_Top,oParametrage_1.Menu_Decale_Left);
 }
}

function fOpen_1() {
 if (!iLoad_1ed_1 || !iCreated_1) {
  return;
 }
 if (oOpenTimer_1) {
  clearTimeout(oOpenTimer_1);
 }
 var oObj_1 = oCB1.isNAV4 ? this.layer : this;
 if (oObj_1.iNbChilds && !oObj_1.oChildContainer_1) {
  var iPad = (oParametrage_1.iIndex == 1) ? iFirstCSS : iSecondCSS;
  var iPadLeft = ((oCB1.isDOMNAV && !oCB1.isOPERA7) || oCB1.isMACIE5 || iPad) ? oObj_1.aOptions[15] : 0;
  var iPadTop = ((oCB1.isDOMNAV && !oCB1.isOPERA7) || oCB1.isMACIE5 || iPad) ? oObj_1.aOptions[14] : 0;
  oParametrage_1.iIndex = this.iLevel;
  
  oObj_1.oChildContainer_1 = fCreate_1(oObj_1.MenuName + "_", oObj_1.iNbChilds, oObj_1);
  var iBorderWidth = oObj_1.aOptions[18];
  var oObj_1Style = !oCB1.isNAV4 ? oObj_1.style : oObj_1;
  var iiPadLeft = (oObj_1.value.indexOf("<") == -1) ? iPadLeft : 0;
  var iiPadTop = (oObj_1.value.indexOf("<") == -1) ? iPadTop : 0;
  var oObj_1Width = !oCB1.isNAV4 ? parseInt(oObj_1Style.width) + iiPadLeft : oObj_1Style.clip.width;
  var oObj_1Height = !oCB1.isNAV4 ? parseInt(oObj_1Style.height) + iiPadTop : oObj_1Style.clip.height;
  var Ti, Li, Hi, CCw, CCh, STp, SLt;
  if (oParametrage_1.Menu_Ouvre_Droite_Gauche) {
   CCw = oCB1.isNAV4 ? oObj_1.oChildContainer_1.clip.width : parseInt(oObj_1.oChildContainer_1.style.width);
  }
  if (oParametrage_1.Menu_Ouvre_Bas_Haut) {
   CCh = oCB1.isNAV4 ? oObj_1.oChildContainer_1.clip.height : parseInt(oObj_1.oChildContainer_1.style.height);
  }
  if (oParametrage_1.iIndex == 1 && oParametrage_1.Premiere_Ligne_Horizontale) {
   Hi = 1;
   Li = (oCB1.isNAV4 ? oObj_1.left : parseInt(oObj_1.style.left)) - iBorderWidth;
   Ti = 0;
  } else {
   Hi = Li = 0;
   Ti = (oCB1.isNAV4 ? oObj_1.top : parseInt(oObj_1.style.top)) - iBorderWidth;
  }
  if (Hi) {
   STp = oParametrage_1.Menu_Ouvre_Bas_Haut ? Ti - CCh : Ti + oObj_1Height + 2 * iBorderWidth;
   SLt = oParametrage_1.Menu_Ouvre_Droite_Gauche ? Li + oObj_1Width - CCw : Li;
  } else {
   SLt = oParametrage_1.Menu_Ouvre_Droite_Gauche ? Li - CCw + oParametrage_1.Menu_Chevauchement_Horizontal * oObj_1Width + iBorderWidth : Li + (1 - oParametrage_1.Menu_Chevauchement_Horizontal) * oObj_1Width;
   STp = (oParametrage_1.iIndex == 1 && iWithFrames) ? oParametrage_1.Menu_Ouvre_Bas_Haut ? Ti - CCh + oObj_1Height : Ti : oParametrage_1.Menu_Ouvre_Bas_Haut ? Ti - CCh + (1 - oParametrage_1.Menu_Chevauchement_Vertical) * oObj_1Height + 2 * iBorderWidth : Ti + oParametrage_1.Menu_Chevauchement_Vertical * oObj_1Height + iBorderWidth;
  }
  fPosition_1(oObj_1.oChildContainer_1, STp, SLt);
  oParametrage_1.iIndex = 0;
 }
 var oContainerChild_1 = oCB1.isNAV4 ? this.layer.oChildContainer_1 : this.oChildContainer_1;
 oObj_1 = oCB1.isNAV4 ? this.layer : this;
 oCursorOver_1 = this;
 iInit_1 = 0;
 fClearAll_1(this.oContainer.oFirst_1One);
 if (!oObj_1.iHilite) {
  fOver_1(oObj_1);
 }
 if (oContainerChild_1 != null && !oContainerChild_1.iShow) {
  oOpenTimer_1 = setTimeout("fUnfold_1()", oParametrage_1.Menu_Delai_Ouverture);
 }
}
