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

/*==================================================*/
/* Variable declarations: Variable $ContactLinkData */
/*==================================================*/
var $ContactLinkData = 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
       (
         'Access-EMailAddressLink',                 // LinkID: ID of link
         'contact.php',                             // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/'                // StatusBarURL: URL shown in status bar
       ),
      //---------------------------------------------------------------------------------------
      new Array                                   // Array with first link's data
       (
         'ProductDetails-MailLink',                 // LinkID: ID of link
         'contact.php',                             // 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
 );

