/*===========================================================================*/
/* JavaScript file created by Boudewijn Overgaauw on 25 April 2007           */
/* Last updated by Boudewijn Overgaauw on 28 August 2010                     */
/* Copyright (c) ISISIA and/or its suppliers, 2007-2010. All Rights Reserved */
/*===========================================================================*/

/*========================================================*/
/* Variable declarations: Variable $ProductSearchMenuData */
/*========================================================*/
var $ProductSearchMenuData = new Array
 (
   'Unchecked',                                 // Status: Data structure's verification status
   new Array                                    // Links: Array with data arrays for links
    (
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with first link's data
       (
         'NouveautesLink',                          // LinkID: ID of link
         'recherche.nouveautes.php',                // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/',               // StatusBarURL: URL shown in status bar
         new Array                                  // MItem: Master item data
          (
            'NouveautesTextImage',                    // ItemID: Master item ID
            'Image',                                  // Type: Master item type
            new Array                                 // Names: Master item image name array
             (
               'Nouveautes.Normal.gif',                 // Default: Default image name
               'Nouveautes.MouseOver.gif',              // MouseOver: Mouse Over image name
               'Nouveautes.MouseOver.gif',              // MouseDown: Mouse Down image name
               'Nouveautes.MouseOver.gif'               // Active: Active image name
             ),
            new Array()                               // Images: Master images array
          )
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with second link's data
       (
         'AppartementsLink',                        // LinkID: ID of link
         'recherche.php?Produits=TousAppartements', // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/',               // StatusBarURL: URL shown in status bar
         new Array                                  // MItem: Master item data
          (
            'AppartementsTextImage',                  // ItemID: Master item ID
            'Image',                                  // Type: Master item type
            new Array                                 // Names: Master item image name array
             (
               'Appartements.Normal.gif',               // Default: Default image name
               'Appartements.MouseOver.gif',            // MouseOver: Mouse Over image name
               'Appartements.MouseOver.gif',            // MouseDown: Mouse Down image name
               'Appartements.MouseOver.gif'             // Active: Active image name
             ),
            new Array()                               // Images: Master images array
          )
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with third link's data
       (
         'MaisonsLink',                             // LinkID: ID of link
         'recherche.php?Produits=ToutesMaisons',    // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/',               // StatusBarURL: URL shown in status bar
         new Array                                  // MItem: Master item data
          (
            'MaisonsTextImage',                       // ItemID: Master item ID
            'Image',                                  // Type: Master item type
            new Array                                 // Names: Master item image name array
             (
               'Maisons.Normal.gif',                    // Default: Default image name
               'Maisons.MouseOver.gif',                 // MouseOver: Mouse Over image name
               'Maisons.MouseOver.gif',                 // MouseDown: Mouse Down image name
               'Maisons.MouseOver.gif'                  // Active: Active image name
             ),
            new Array()                               // Images: Master images array
          )
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with fourth link's data
       (
         'TerrainsLink',                            // LinkID: ID of link
         'recherche.php?Produits=TousTerrains',     // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/',               // StatusBarURL: URL shown in status bar
         new Array                                  // MItem: Master item data
          (
            'TerrainsTextImage',                      // ItemID: Master item ID
            'Image',                                  // Type: Master item type
            new Array                                 // Names: Master item image name array
             (
               'Terrains.Normal.gif',                   // Default: Default image name
               'Terrains.MouseOver.gif',                // MouseOver: Mouse Over image name
               'Terrains.MouseOver.gif',                // MouseDown: Mouse Down image name
               'Terrains.MouseOver.gif'                 // Active: Active image name
             ),
            new Array()                               // Images: Master images array
          )
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with fifth link's data
       (
         'TousProduitsLink',                        // LinkID: ID of link
         'recherche.php?Produits=Tous',             // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/',               // StatusBarURL: URL shown in status bar
         new Array                                  // MItem: Master item data
          (
            'TousLesProduitsTextImage',               // ItemID: Master item ID
            'Image',                                  // Type: Master item type
            new Array                                 // Names: Master item image name array
             (
               'TousLesProduits.Normal.gif',            // Default: Default image name
               'TousLesProduits.MouseOver.gif',         // MouseOver: Mouse Over image name
               'TousLesProduits.MouseOver.gif',         // MouseDown: Mouse Down image name
               'TousLesProduits.MouseOver.gif'          // Active: Active image name
             ),
            new Array()                               // Images: Master images array
          )
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with sixth link's data
       (
         'ChercherLink',                            // LinkID: ID of link
         '',                                        // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/',               // StatusBarURL: URL shown in status bar
         new Array                                  // MItem: Master item data
          (
            'ChercherLink',                           // ItemID: Master item ID
            'Class',                                  // Type: Master item type
            new Array                                 // Names: Item class name array
             (
               'SearchTextImage-Normal',                // Default: Default class name
               'SearchTextImage-MouseOver'              // MouseOver: Mouse Over class name
             )
          ),
         new Array                                  // SItem: Slave item data
          (
            'ChercherLinkMarker',                     // ItemID: Slave item ID
            'Class',                                  // Type: Slave item type
            new Array                                 // Names: Item class name array
             (
               'SearchLinkLine-Normal',                 // Default: Default class name
               'SearchLinkLine-MouseOver'               // MouseOver: Mouse Over class name
             )
          )
       )
      //---------------------------------------------------------------------------------------
    ),
   new Array(),                                 // LinkIDs: Array with link IDs
   '--ToBeDeleted--',                           // ActiveLinkID: ID of active link
   'images/'                                    // Directory: Path to image directory
 );

