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

/*===================================================*/
/* Variable declarations: Variable $GeneralLinksData */
/*===================================================*/
var $GeneralLinksData = 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
       (
         'IndexLink',                               // LinkID: ID of link
         'index.html',                              // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/'                // StatusBarURL: URL shown in status bar
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with second link's data
       (
         'MentionsLegalesLink',                     // LinkID: ID of link
         'MentionsLegales.html',                    // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/'                // StatusBarURL: URL shown in status bar
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with third link's data
       (
         'ReturnToListLink',                        // LinkID: ID of link
         'javascript:history.back()',               // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/'                // StatusBarURL: URL shown in status bar
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with fourth link's data
       (
         'ReturnToSearchLink',                      // LinkID: ID of link
         'javascript:history.back()',               // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/'                // StatusBarURL: URL shown in status bar
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with fifth link's data
       (
         'ReturnToSearchLink-Appartements',         // LinkID: ID of link
         'javascript:history.back()',               // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/'                // StatusBarURL: URL shown in status bar
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with sixth link's data
       (
         'ReturnToSearchLink-Maisons',              // LinkID: ID of link
         'javascript:history.back()',               // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/'                // StatusBarURL: URL shown in status bar
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with seventh link's data
       (
         'ReturnToSearchLink-Terrains',             // LinkID: ID of link
         'javascript:history.back()',               // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/'                // StatusBarURL: URL shown in status bar
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with eighth link's data
       (
         'ReturnToProductFile',                     // LinkID: ID of link
         'javascript:history.back()',               // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/'                // StatusBarURL: URL shown in status bar
       )
      //---------------------------------------------------------------------------------------
    ),
   new Array(),                                 // LinkIDs: Array with link IDs
   '--ToBeDeleted--',                           // ActiveLinkID: ID of active link
   'images/'                                    // Directory: Path to image directory
 );

