/**
 * Dfinition de la structure du site
 */

/**
 * Paramtres des menus (x,y,width)
 */
arrParam = new Array(4);
arrParam[0] = new Array(0,77,190);
arrParam[1] = new Array(190,77,190);
arrParam[2] = new Array(382,77,190);
arrParam[3] = new Array(570,77,190);


/**
 * Rubriques principales et libells principaux
 */
arrRub = new Array(4);
arrRub[0] = 'discovery';
arrRub[1] = 'conception';
arrRub[2] = 'setting_up';
arrRub[3] = 'exploitation';


arrLib = new Array(4);
arrLib[0] = LibelleDiscovery0;
arrLib[1] = LibelleConception0;
arrLib[2] = LibelleSettingUp0;
arrLib[3] = LibelleExploitation0



/**
 * Sous rubriques et sous libells
 */
arrSub_discovery = new Array(4);
arrSub_discovery[0] = 'offer';
arrSub_discovery[1] = 'solution';
arrSub_discovery[2] = 'applications';
arrSub_discovery[3] = 'packs';

arrLib_discovery = new Array(4);
arrLib_discovery[0] = LibelleDiscovery1;
arrLib_discovery[1] = LibelleDiscovery2;
arrLib_discovery[2] = LibelleDiscovery3;
arrLib_discovery[3] = LibelleDiscovery4;

arrSub_conception = new Array(6);
arrSub_conception[0] = 'range';
arrSub_conception[1] = 'compact';
arrSub_conception[2] = 'modulaire';
arrSub_conception[3] = 'interface_com';
arrSub_conception[4] = 'programmation_pc';
arrSub_conception[5] = 'programmation_product';
arrSub_conception[6] = 'synergy';


arrLib_conception = new Array(6);
arrLib_conception[0] = LibelleConception1;
arrLib_conception[1] = LibelleConception2;
arrLib_conception[2] = LibelleConception3;
arrLib_conception[3] = LibelleConception4;
arrLib_conception[4] = LibelleConception5;
arrLib_conception[5] = LibelleConception6;
arrLib_conception[6] = LibelleConception7;

arrSub_setting_up = new Array(4);
arrSub_setting_up[0] = 'mounting';
arrSub_setting_up[1] = 'assembly';
arrSub_setting_up[2] = 'connexion';
arrSub_setting_up[3] = 'adjustments';

arrLib_setting_up = new Array(4);
arrLib_setting_up[0] = LibelleSettingUp1;
arrLib_setting_up[1] = LibelleSettingUp2;
arrLib_setting_up[2] = LibelleSettingUp3;
arrLib_setting_up[3] = LibelleSettingUp4;

arrSub_exploitation = new Array(3);
arrSub_exploitation[0] = 'interface';
arrSub_exploitation[1] = 'back_up';
arrSub_exploitation[2] = 'services';

arrLib_exploitation = new Array(3);
arrLib_exploitation[0] = LibelleExploitation4;
arrLib_exploitation[1] = LibelleExploitation2;
arrLib_exploitation[2] = LibelleExploitation3;




/**
 * Liens au dessus du bandeau
 */

arrTop = new Array(4);
arrTop[0] = 'http://www.telemecanique.com/fr/index.htm';
arrTop[1] = 'contact';
arrTop[2] = 'plan';
arrTop[3] = '../en';

arrTopLib = new Array(4);
arrTopLib[0] = topLink1;
arrTopLib[1] = topLink2;
arrTopLib[2] = topLink3;
arrTopLib[3] = topLink4;
