//  MENU ITEMS //
// DUPLICATE THIS ENTIRE SECTION FOR MULTIPLE MENUS.  PLEASE SEE THE INSTRUCTIONS FILE FOR DETAILS ///   
var Menu1 = new Array ()
var subMenu1 = new Array ()

Menu1[0] = new Array("&Agrave; PROPOS", "#","_top", "left")
subMenu1[0] = new Array()
subMenu1[0][0] = new Array ("EN BREF", "./EnBref.asp","_top")
subMenu1[0][1] = new Array ("&Eacute;QUIPE", "./Equipe.asp","_top")
subMenu1[0][2] = new Array ("PRIX ET MENTIONS", "./Distinctions.asp","_top")
subMenu1[0][3] = new Array ("FAQ", "./FAQ.asp","_top")


Menu1[1] = new Array("PROJETS DOMICILIAIRES", "#","_top", "left")
subMenu1[1] = new Array()
subMenu1[1][0] = new Array ("SEIGNEURIE DU CH&Ecirc;NE | MASCOUCHE", "SeigneurieDuChene.asp","_top")
//subMenu1[1][1] = new Array ("PROJETS TERMIN&Eacute;S", "http://www..com","_top")

Menu1[2] = new Array("MOD&Egrave;LES", "SEARCH.ASP","_top", "left")
subMenu1[2] = new Array()

Menu1[3] = new Array("R&Eacute;ALISATIONS", "./realisations.asp","_top", "left")
subMenu1[3] = new Array()

Menu1[4] = new Array("VISITES VIRTUELLES", "./VisitesVirtuelles.asp","_top", "left")
subMenu1[4] = new Array()

Menu1[5] = new Array("NOUVELLES", "./nouvelles.asp","_top", "left")
subMenu1[5] = new Array()

Menu1[6] = new Array("LIENS UTILES", "./liensutiles.asp","_top", "left")
subMenu1[6] = new Array()

Menu1[7] = new Array("NOUS JOINDRE", "NousJoindre.asp","_top", "left")
subMenu1[7] = new Array()

/// FORMAT MENU  ///
menuStyle = "flat"                                  // Menu Style (flat, 3d)
cellPadding = "0"                                   // Cell Padding
cellBorder = 0                                      // Border width (for no border, enter 0)  THIS VALUE APPLIES TO ALL MENUS
verticalOffset = "4"                                // Vertical offset of Sub Menu. 
horizontalOffset = "0"                              // Horizontal offset of Sub Menu. 
subMenuDelay = 2                                    // Time sub menu stays visible for (in seconds). THIS VALUE APPLIES TO ALL MENUS
subIndicate = 1                                     // Show if a sub menu is present (use 0 for "no")  THIS VALUE APPLIES TO ALL MENUS
indicator = ''; // "<img src='images/arrow-down.gif' border='0'>" // Symbol to show if a sub menu is present (subIndicate must be to set to 1)
                                                    // Use standard HTML <img> tag. You can use a character instead of an image. 
                                                    // e.g.      indicator = ">"
// Main Menu Items
menuWidth = "940PX"                  // Width of menu item.  Use 0 for default
borderColor = "Black"            // Border Colour (flat mode only)
borderHighlight = "#97BBD3"      // Border Highlight Colour (3d mode only)
borderShadow = "#31556D"         // Border Shadow Colour (3d mode only)
menuBackground = "#2883AF"       // Cell Background Colour
menuHoverBackground = "#1B648F"    // Cell Background Colour on mouse rollover
fontFace = "arial"               // Font Face
fontColour = "#FFFFFF"           // Font Colour
fontHoverColour = "#FFFFFF"      // Font Colour on mouse rollover
fontSize = "11pt"                 // Font Size
fontDecoration = "none"          // Style of the link text (none, underline, overline, line-through)
fontWeight = "normal"            // Font Weight (normal, bold)

// Sub Menu Items
smenuWidth = "0"                 // Width of sub menu item.  Use 0 for default
sborderColor = "Black"           // Border Colour (flat mode only)
sborderHighlight = "#E9E9E2"     // Border Highlight Colour (3d mode only)
sborderShadow = "#83837C"        // Border Shadow Colour (3d mode only)
smenuBackground = "#EAEFF3"        // Cell Background Colour
smenuHoverBackground = "#2b83c4" // Cell Background Colour on mouse rolloverr
sfontFace = "arial"              // Font Face
sfontColour = "#2b83c4"          // Font Colour
sfontHoverColour = "#FFFFFF"     // Font Colour on mouse rollover
sfontSize = "10pt"                // Font Size
sfontDecoration = "none"         // Style of the link text (none, underline, overline, line-through)
sfontWeight = "normal"           // Font Weight (normal, bold)

quantity = 1
/// END FORMAT MENU  ////

/// DO NOT EDIT BELOW THIS LINE  ///
// Browser Sniffer
var isIE = (document.getElementById && document.all)?true:false;
var isNS4 = (document.layers)?true:false;
var isNS6 = (document.getElementById && !document.all)?true:false;
var timer;
var obj = (isIE)?"document.all":"document.getElementById"
// Menu Styles
function createStyles(quant){
styleBorder=(menuStyle.split(",")[quant-1].toLowerCase() == "flat")?cellBorder:0 
	document.writeln ('<style>');
		document.writeln ('.rcMenuStatic'+quant+' {');
			document.writeln ('-moz-box-sizing:border-box ;');
			document.writeln ('TEXT-DECORATION:NONE;');
			document.writeln ('FONT-WEIGHT: normal;');
			document.writeln ('FONT-FAMILY: ARIAL;');
			document.writeln ('FONT-SIZE: 11px;');
			document.writeln ('COLOR: #ffffff;');
			document.writeln ('text-align: center;');
			document.writeln ('HEIGHT: 25px;');
			document.writeln ('PADDING: 5 0 5 0;');
			document.writeln ('margin: 0 0 0 0;')
			document.writeln ('BACKGROUND-COLOR: #2883AF;}');
			
			
		document.writeln ('.rcMenuHover'+quant+'  {');
			document.writeln ('-moz-box-sizing:border-box ;');
			document.writeln ('TEXT-DECORATION:NONE;');
			document.writeln ('FONT-WEIGHT: normal;');
			document.writeln ('FONT-FAMILY: ARIAL;');
			document.writeln ('FONT-SIZE: 11px;');
			document.writeln ('COLOR: #ffffff;');
			document.writeln ('text-align: center;');
			document.writeln ('HEIGHT: 25px;');
			document.writeln ('PADDING: 5 0 5 0;');
			document.writeln ('margin: 0 0 0 0;');
			document.writeln ('BACKGROUND-COLOR: #1B648F;}');
			
		document.writeln ('.rcSubMenuStatic'+quant+' {');
			document.writeln ('TEXT-DECORATION:NONE;');
			document.writeln ('HEIGHT: 30px;');
			document.writeln ('TEXT-TRANSFORM:UPPERCASE;');
			document.writeln ('FONT-WEIGHT: bold;');
			document.writeln ('FONT-FAMILY: ARIAL;');
			document.writeln ('PADDING-TOP:5PX;');
			document.writeln ('PADDING-LEFT:9PX;');
			document.writeln ('PADDING-RIGHT:9PX;');
			document.writeln ('FONT-SIZE: 13px;');
			document.writeln ('COLOR: #000000;');
			document.writeln ('BACKGROUND-COLOR: #FFFFFF;');
			document.writeln ('-moz-opacity:0.8;');
			document.writeln ('opacity: 0.8;');
			document.writeln ('filter:alpha(opacity=80);');
			document.writeln ('}');
			
		document.writeln ('.rcSubMenuHover'+quant+'  {');
			document.writeln ('TEXT-DECORATION:NONE;');
			document.writeln ('TEXT-TRANSFORM:UPPERCASE;');
			document.writeln ('HEIGHT: 30px;');
			document.writeln ('FONT-WEIGHT: bold;');
			document.writeln ('FONT-FAMILY: ARIAL;');
			document.writeln ('PADDING-TOP:5PX;');
			document.writeln ('PADDING-LEFT:9PX;');
			document.writeln ('PADDING-RIGHT:9PX;');
			document.writeln ('FONT-SIZE: 13px;');
			document.writeln ('COLOR: #000000;');
			document.writeln ('BACKGROUND-COLOR: #B4B8BA;');
			document.writeln ('-moz-opacity:0.8;');
			document.writeln ('opacity: 0.8;');
			document.writeln ('filter:alpha(opacity=80);');
			document.writeln ('}');
	document.writeln ('</style>');
}

// Build and show the main menu items
function showMenus(quant,definedOrientation){
  createStyles(quant);
  if(definedOrientation!=""){orientation=definedOrientation}
  if (orientation.toLowerCase() == "vertical"){document.writeln ('<table border="0" cellpadding="0" cellspacing="'+styleBorder+'" bgColor="'+borderColor.split(",")[quant-1]+'">')}
  else{document.writeln ('<table border="0" cellpadding="0" cellspacing="'+styleBorder+'" bgColor="'+borderColor.split(",")[quant-1]+'"><tr>')}  
  for (x=0; x<eval("Menu"+quant).length; x++){
    if (orientation.toLowerCase()=="vertical") document.writeln('<tr>')
    document.writeln ('<td width="'+menuWidth+'" onclick="tdMouseClick(\''+quant+'mainLink'+x+'\')" onMouseOver="hoverMenu(); popDown(\''+quant+'\','+x+', \''+quant+'button'+x+'\',\''+orientation+'\'); " onMouseOut="clearMenu('+quant+','+x+')" ')
    if (menuStyle.split(",")[quant-1].toLowerCase() == "3d"){document.writeln ('style="border-left:'+cellBorder+'px solid '+borderHighlight.split(",")[quant-1]+';border-top:'+cellBorder+'px solid '+borderHighlight.split(",")[quant-1]+';border-right:'+cellBorder+'px solid '+borderShadow.split(",")[quant-1]+';border-bottom:'+cellBorder+'px solid '+borderShadow.split(",")[quant-1]+';"');}        
    document.writeln ('><div id="'+quant+'button'+x+'"><table border="0" cellpadding="'+cellPadding.split(",")[quant-1]+'" cellspacing="0" width="100%"><tr><td class="rcMenuStatic'+quant+'" id="'+quant+'cell'+x+'" nowrap>');
    document.writeln ('<a id="'+quant+'mainLink'+x+'" href="'+eval("Menu"+quant)[x][1]+'" target="'+eval("Menu"+quant)[x][2]+'" class="rcMenuStatic'+quant+'">'+eval("Menu"+quant)[x][0]+'</a></td>');
    if (subIndicate == 1&&eval("subMenu"+quant)[x].length>=1){
      document.writeln('<td class="rcMenuStatic'+quant+'" id="'+quant+'cell'+x+'a" align="right">');
      document.writeln ('<a id="'+quant+'mainLink'+x+'a" href="'+eval("Menu"+quant)[x][1]+'" target="'+eval("Menu"+quant)[x][2]+'" class="rcMenuStatic'+quant+'">'+indicator+'</a></td>');}
    document.writeln ('</tr></table></div></td>');
    if (orientation.toLowerCase()=="vertical") document.writeln('</tr>')
  }
  if (orientation.toLowerCase() == "vertical"){document.writeln ('</table>');}
  else{document.writeln ('</tr></table>');}   
// Build the sub menu items
  for (x=0; x<eval("Menu"+quant).length; x++){ 
    if (eval("subMenu"+quant)[x].length > 0){     
      document.writeln ('<div id="'+quant+'MENU'+x+'" style="visibility:hidden; position:absolute; z-index:2"; >');
      document.writeln ('<table width="'+smenuWidth.split(",")[quant-1]+'" border="0" cellpadding="'+cellPadding.split(",")[quant-1]+'" cellspacing="'+styleBorder+'">');
      for (y=0; y<eval("subMenu"+quant)[x].length; y++){
        document.writeln ('<tr>');
        if (eval("subMenu"+quant)[x][y][1].indexOf("#") != -1){
          document.writeln ('<td bgColor="'+eval("subMenu"+quant)[x][y][2]+'" id="'+quant+'subMenu'+x+y+'" onMouseOver="hoverMenu(); highlightMenu(\'sub\','+x+','+y+',\'\','+quant+')" nowrap')
          if (menuStyle.split(",")[quant-1].toLowerCase() == "3d"){document.writeln ('style="border-left:'+cellBorder+'px solid '+sborderHighlight.split(",")[quant-1]+';border-top:'+cellBorder+'px solid '+sborderHighlight.split(",")[quant-1]+';border-right:'+cellBorder+'px solid '+sborderShadow.split(",")[quant-1]+';border-bottom:'+cellBorder+'px solid '+sborderShadow.split(",")[quant-1]+';"');}
          document.writeln ('><p style="font-family:'+sfontFace.split(",")[quant-1]+'; font-size:'+sfontSize.split(",")[quant-1]+'; color:'+eval("subMenu"+quant)[x][y][1]+'"id="'+quant+'subLink'+x+y+'">'+eval("subMenu"+quant)[x][y][0]+'</p></td></tr>');
        }else{
          document.writeln ('<td id="'+quant+'subMenu'+x+y+'" class="rcSubMenuStatic'+quant+'" onMouseOver="hoverMenu(); highlightMenu(\'sub\','+x+','+y+',\'\','+quant+')" onMouseOut="clearMenu('+quant+','+x+');" onclick="tdMouseClick(\''+quant+'subLink'+x+y+'\')" nowrap')
          if (menuStyle.split(",")[quant-1].toLowerCase() == "3d"){document.writeln ('style="border-left:'+cellBorder+'px solid '+sborderHighlight.split(",")[quant-1]+';border-top:'+cellBorder+'px solid '+sborderHighlight.split(",")[quant-1]+';border-right:'+cellBorder+'px solid '+sborderShadow.split(",")[quant-1]+';border-bottom:'+cellBorder+'px solid '+sborderShadow.split(",")[quant-1]+';"');}
          document.writeln ('><a id="'+quant+'subLink'+x+y+'" href="'+eval("subMenu"+quant)[x][y][1]+'" target="'+eval("subMenu"+quant)[x][y][2]+'" class="rcSubMenuStatic'+quant+'">'+eval("subMenu"+quant)[x][y][0]+'</a></td></tr>');
        }
      }

      document.writeln ('</table></div>');
    }
  }
}

// Change colour or menu and submenu items when the mouse hovers over.  
function highlightMenu(element,mainMenu,dropMenu,state,quant){
  hoverMenu();
  state=(state == "hover")?"rcMenuHover"+quant:"rcMenuStatic"+quant
  if (element == "sub"){
    for (x=0; x < eval("subMenu"+quant)[mainMenu].length; x++){
      if (eval("subMenu"+quant)[mainMenu][x][1].indexOf("#") == -1){
        eval(obj+'("'+quant+'subMenu'+mainMenu+x+'").className = "rcSubMenuStatic'+quant+'"')
        eval(obj+'("'+quant+'subLink'+mainMenu+x+'").className = "rcSubMenuStatic'+quant+'"')
      }
    } 
    if (eval("subMenu"+quant)[mainMenu][dropMenu][1].indexOf("#") == -1)  {
      eval(obj+'("'+quant+'subMenu'+mainMenu+dropMenu+'").className="rcSubMenuHover'+quant+'"')
      eval(obj+'("'+quant+'subLink'+mainMenu+dropMenu+'").className="rcSubMenuHover'+quant+'"')
    }
  }else{
    eval(obj+'("'+quant+'cell'+mainMenu+'").className = "'+state+'"')
    eval(obj+'("'+quant+'mainLink'+mainMenu+'").className = "'+state+'"')
    if (subIndicate == 1&&eval("subMenu"+quant)[mainMenu].length>=1){
      eval(obj+'("'+quant+'cell'+mainMenu+'a").className = "'+state+'"')
      eval(obj+'("'+quant+'mainLink'+mainMenu+'a").className = "'+state+'"')
    }
  }
}

// Find positioning for sub menus
function getOffset(obj, dim) {
  if(dim=="left") {     
    oLeft = obj.offsetLeft;    
    while(obj.offsetParent!=null) {    
      oParent = obj.offsetParent     
      oLeft += oParent.offsetLeft 
      obj = oParent 	
    }
    return oLeft
  }else if(dim=="top"){
    oTop = obj.offsetTop;
    while(obj.offsetParent!=null) {
      oParent = obj.offsetParent
      oTop += oParent.offsetTop
      obj = oParent 	
    }
    return oTop
  }else if(dim=="width"){
    oWidth = obj.offsetWidth
    return oWidth
  } else if(dim=="height"){
    oHeight = obj.offsetHeight
    return oHeight
  }else{
    alert("Error: invalid offset dimension '" + dim + "' in getOffset()")
    return false;
  }
}

// Show sub menus
function popDown(quant, param, id, orientation){
  var cellBorderOffset = (isNS6)?cellBorder:eval(cellBorder*2)
  var browserAdjustment = (isNS6)?cellBorder:0
  var menu;
  var button;

  if (id){    
    getOffset(eval(obj+'(id)'),'left');
    getOffset(eval(obj+'(id)'),'top');    
    getOffset(eval(obj+'(id)'),'width');  
    getOffset(eval(obj+'(id)'),'height');
    
    if (eval("Menu"+quant+"["+param+"][3]")=="right" && eval("subMenu"+quant+"["+param+"].length")>0) { 
      oLeft=oLeft  
      oLeft=oLeft+oWidth; 
      getOffset(eval(obj+'("'+quant+'MENU'+param+'")'),'width');
      oLeft=oLeft-oWidth ;
      alignAdjustment = cellBorder*2 + 1
    }else{
      alignAdjustment = 0
      oLeft=oLeft
    }    
  }  

  
  n = 0;    
  while (n < eval("Menu"+quant).length){          
    menu = quant+"MENU"+n
    if (param == n){

      theObj = eval(obj+'(menu)');
      if (theObj){
         theObj.style.visibility = "visible"
          if (orientation.toLowerCase()=="vertical"){
            theObj.style.left=(menuStyle.split(",")[quant-1].toLowerCase()=="flat")?oLeft+oWidth+cellBorder+parseInt(horizontalOffset.split(",")[quant-1]):oLeft+oWidth+cellBorderOffset+parseInt(horizontalOffset.split(",")[quant-1]);
            theObj.style.top=(menuStyle.split(",")[quant-1].toLowerCase()=="flat")?oTop-cellBorder+parseInt(verticalOffset.split(",")[quant-1]):oTop+parseInt(verticalOffset.split(",")[quant-1])-browserAdjustment}
          else{
            theObj.style.left=(menuStyle.split(",")[quant-1].toLowerCase()=="flat")?oLeft-cellBorder+parseInt(horizontalOffset.split(",")[quant-1])+alignAdjustment:oLeft+parseInt(horizontalOffset.split(",")[quant-1])-browserAdjustment+alignAdjustment;
            theObj.style.top=(menuStyle.split(",")[quant-1].toLowerCase()=="flat")?oTop+oHeight+cellBorder+parseInt(verticalOffset.split(",")[quant-1]):oTop+oHeight+cellBorderOffset+parseInt(verticalOffset.split(",")[quant-1]);}
        }
      
       highlightMenu('main',n,'','hover',quant)
       if (eval("subMenu"+quant)[param].length > 0){
         for (x=0; x<eval("subMenu"+quant)[param].length; x++){
           if(eval("subMenu"+quant)[param][x][1].indexOf("#") == -1){
             eval (obj+'("'+quant+'subMenu'+param+x+'").className = "rcSubMenuStatic'+quant+'"')
             eval (obj+'("'+quant+'subLink'+param+x+'").className = "rcSubMenuStatic'+quant+'"')  
           }       
         }
       }
    }else{  
      for (x=1; x<quantity+1; x++){       
        menu = x+"MENU"+n   
        //alert(menu)     
        if (eval(obj+'(menu)')){
          eval(obj+'(menu).style.visibility = "hidden"')            
        }
        highlightMenu ('main',n,'','static',quant)
      }
    }

    n++
  }  
}

// Re-set timer for sub menus
function hoverMenu(){
  if(timer)
  clearTimeout(timer)
}

// Set timer for sub menus
function clearMenu(quant,menu){
  setDelay = subMenuDelay*1000
  delay = (eval("subMenu"+quant)[menu].length > 0)?setDelay:1
  
  timer = setTimeout("popDown("+quant+","+(eval("Menu"+quant).length + 1)+")",delay)
}

// when you click the box, perform the same function as if the user had clicked the hyperlink
function tdMouseClick(theElement){
  eval(obj+'(theElement).click()')
}
//-->