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

/*===================================================*/
/* Variable declarations: Variable $FormSendLinkData */
/*===================================================*/
var $FormSendLinkData = 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
       (
         'EnvoyerLink',                             // LinkID: ID of link
         'javascript:CheckAndSubmitMessage' +
          '($ContactFormData)',                     // URL: Destination URL
         '',                                        // Target: Destination target name
         'http://www.b2habitat.com/',               // StatusBarURL: URL shown in status bar
         new Array                                  // MItem: Master item data
          (
            'EnvoyerLinkMarker',                      // ItemID: Master item ID
            'Class',                                  // Type: Master item type
            new Array                                 // Names: Item class name array
             (
               'FormSendLinkLine-Normal',               // Default: Default class name
               'FormSendLinkLine-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
 );

/*====================================================*/
/* Variable modifications: Variable $FormSendLinkData */
/*====================================================*/
delete $FormSendLinkData[$ActiveLinkIDIx];
