function liste1() {
 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "0") {
  document.form.technologie.options.length=4;
  document.form.technologie.size=4;
  document.form.technologie.options[0].text  = '------------------------------';
  document.form.technologie.options[0].value = '0';
  document.form.technologie.options[1].text  = '------------------------------';
  document.form.technologie.options[1].value = '0';
  document.form.technologie.options[2].text  = '------------------------------';
  document.form.technologie.options[2].value = '0';
  document.form.technologie.options[3].text  = '------------------------------';
  document.form.technologie.options[3].value = '0';
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "1") {
  document.form.technologie.options.length = 10;
  document.form.technologie.options.length = 10;
  document.form.technologie.options[0].text  = "Bionumérique";
  document.form.technologie.options[0].value = "7";
  document.form.technologie.options[1].text  = "Composants : conception et production ";
  document.form.technologie.options[1].value = "3";
  document.form.technologie.options[2].text  = "Equipementiers";
  document.form.technologie.options[2].value = "8";
  document.form.technologie.options[3].text  = "Logiciels CAO et design";
  document.form.technologie.options[3].value = "2";
  document.form.technologie.options[4].text  = "Matériaux : produits et process";
  document.form.technologie.options[4].value = "1";
  document.form.technologie.options[5].text  = "MEMS, capteurs";
  document.form.technologie.options[5].value = "4";
  document.form.technologie.options[6].text  = "Optoélectronique";
  document.form.technologie.options[6].value = "5";
  document.form.technologie.options[7].text  = "Packaging et tests";
  document.form.technologie.options[7].value = "6";
  document.form.technologie.options[8].text  = "Salles blanches : ingéniérie et équipement";
  document.form.technologie.options[8].value = "9";
  document.form.technologie.options[9].text  = "Services spécialisés";
  document.form.technologie.options[9].value = "10";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "2") {
  document.form.technologie.options.length = 4;
  document.form.technologie.options.length = 4;
  document.form.technologie.options[0].text  = "Carte électronique";
  document.form.technologie.options[0].value = "11";
  document.form.technologie.options[1].text  = "Energie";
  document.form.technologie.options[1].value = "13";
  document.form.technologie.options[2].text  = "Système embarqué";
  document.form.technologie.options[2].value = "12";
  document.form.technologie.options[3].text  = "Test";
  document.form.technologie.options[3].value = "14";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "3") {
  document.form.technologie.options.length = 5;
  document.form.technologie.options.length = 5;
  document.form.technologie.options[0].text  = "Bornes interactives";
  document.form.technologie.options[0].value = "18";
  document.form.technologie.options[1].text  = "Equipements périphériques";
  document.form.technologie.options[1].value = "19";
  document.form.technologie.options[2].text  = "Equipements réseaux";
  document.form.technologie.options[2].value = "16";
  document.form.technologie.options[3].text  = "Monétique";
  document.form.technologie.options[3].value = "17";
  document.form.technologie.options[4].text  = "PC, serveurs";
  document.form.technologie.options[4].value = "15";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "4") {
  document.form.technologie.options.length = 7;
  document.form.technologie.options.length = 7;
  document.form.technologie.options[0].text  = "Conseil";
  document.form.technologie.options[0].value = "21";
  document.form.technologie.options[1].text  = "Déploiement, maintenance matérielle, assistance bu";
  document.form.technologie.options[1].value = "23";
  document.form.technologie.options[2].text  = "Etude et réalisation de développement spécifique";
  document.form.technologie.options[2].value = "25";
  document.form.technologie.options[3].text  = "Infogérance";
  document.form.technologie.options[3].value = "22";
  document.form.technologie.options[4].text  = "Ingénierie informatique, intégration, TMA";
  document.form.technologie.options[4].value = "20";
  document.form.technologie.options[5].text  = "Outils, méthodes et applications pour le dévpt inf";
  document.form.technologie.options[5].value = "24";
  document.form.technologie.options[6].text  = "Tests de logiciels ou de services";
  document.form.technologie.options[6].value = "26";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "5") {
  document.form.technologie.options.length = 11;
  document.form.technologie.options.length = 11;
  document.form.technologie.options[0].text  = "Bureautique, PAO";
  document.form.technologie.options[0].value = "27";
  document.form.technologie.options[1].text  = "Business Intelligence";
  document.form.technologie.options[1].value = "32";
  document.form.technologie.options[2].text  = "EDI, EAI";
  document.form.technologie.options[2].value = "34";
  document.form.technologie.options[3].text  = "Gestion de production (GPAO)";
  document.form.technologie.options[3].value = "35";
  document.form.technologie.options[4].text  = "Logiciels achats, SCM, e-procurement";
  document.form.technologie.options[4].value = "33";
  document.form.technologie.options[5].text  = "Logiciels intégrés (ERP)";
  document.form.technologie.options[5].value = "29";
  document.form.technologie.options[6].text  = "Outils de comptabilité, paie, finance, ressources ";
  document.form.technologie.options[6].value = "28";
  document.form.technologie.options[7].text  = "Relation client (CRM), gestion commerciale";
  document.form.technologie.options[7].value = "30";
  document.form.technologie.options[8].text  = "SGBDR";
  document.form.technologie.options[8].value = "37";
  document.form.technologie.options[9].text  = "Solution de commerce électronique";
  document.form.technologie.options[9].value = "31";
  document.form.technologie.options[10].text  = "Workflow, groupware, intranet, extranet";
  document.form.technologie.options[10].value = "36";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "6") {
  document.form.technologie.options.length = 7;
  document.form.technologie.options.length = 7;
  document.form.technologie.options[0].text  = "Autres logiciels techniques ou métiers";
  document.form.technologie.options[0].value = "44";
  document.form.technologie.options[1].text  = "Conception industrielle (CAO, DAO, CFAO), simulati";
  document.form.technologie.options[1].value = "40";
  document.form.technologie.options[2].text  = "Gestion de la mesure & contrôle";
  document.form.technologie.options[2].value = "41";
  document.form.technologie.options[3].text  = "Gestion de process & automatisme";
  document.form.technologie.options[3].value = "42";
  document.form.technologie.options[4].text  = "Informatique du monde médical";
  document.form.technologie.options[4].value = "38";
  document.form.technologie.options[5].text  = "Logiciels critiques";
  document.form.technologie.options[5].value = "43";
  document.form.technologie.options[6].text  = "Système d\'information géographique (SIG)";
  document.form.technologie.options[6].value = "39";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "7") {
  document.form.technologie.options.length = 5;
  document.form.technologie.options.length = 5;
  document.form.technologie.options[0].text  = "Câblage de réseaux";
  document.form.technologie.options[0].value = "45";
  document.form.technologie.options[1].text  = "Conseil";
  document.form.technologie.options[1].value = "49";
  document.form.technologie.options[2].text  = "Réseaux d\'entreprise, intégration, ingénierie";
  document.form.technologie.options[2].value = "46";
  document.form.technologie.options[3].text  = "Sécurité SI";
  document.form.technologie.options[3].value = "47";
  document.form.technologie.options[4].text  = "Stockage, sauvegarde";
  document.form.technologie.options[4].value = "48";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "8") {
  document.form.technologie.options.length = 6;
  document.form.technologie.options.length = 6;
  document.form.technologie.options[0].text  = "Composants télécom";
  document.form.technologie.options[0].value = "54";
  document.form.technologie.options[1].text  = "Connectique, Câbles et Fibre Optique";
  document.form.technologie.options[1].value = "55";
  document.form.technologie.options[2].text  = "Equipementier, constructeur télécoms";
  document.form.technologie.options[2].value = "53";
  document.form.technologie.options[3].text  = "FAI-Hébergeur";
  document.form.technologie.options[3].value = "51";
  document.form.technologie.options[4].text  = "Logiciel télécom";
  document.form.technologie.options[4].value = "52";
  document.form.technologie.options[5].text  = "Opérateur";
  document.form.technologie.options[5].value = "50";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "9") {
  document.form.technologie.options.length = 1;
  document.form.technologie.options.length = 1;
  document.form.technologie.options[0].text  = "Centre d\'appel";
  document.form.technologie.options[0].value = "56";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "10") {
  document.form.technologie.options.length = 3;
  document.form.technologie.options.length = 3;
  document.form.technologie.options[0].text  = "Agences de communication interactive (web, CD..)";
  document.form.technologie.options[0].value = "57";
  document.form.technologie.options[1].text  = "Conseil";
  document.form.technologie.options[1].value = "58";
  document.form.technologie.options[2].text  = "Sous-traitance sons, images et vidéo";
  document.form.technologie.options[2].value = "59";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "11") {
  document.form.technologie.options.length = 4;
  document.form.technologie.options.length = 4;
  document.form.technologie.options[0].text  = "Animation / Image de synthèse";
  document.form.technologie.options[0].value = "60";
  document.form.technologie.options[1].text  = "Edition de services en ligne (web, TV, mobiles...)";
  document.form.technologie.options[1].value = "63";
  document.form.technologie.options[2].text  = "Jeu Video";
  document.form.technologie.options[2].value = "61";
  document.form.technologie.options[3].text  = "Ludo éducatif";
  document.form.technologie.options[3].value = "62";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "12") {
  document.form.technologie.options.length = 4;
  document.form.technologie.options.length = 4;
  document.form.technologie.options[0].text  = "Gestion de plate-formes et de réseaux de diffusion";
  document.form.technologie.options[0].value = "67";
  document.form.technologie.options[1].text  = "Modélisation";
  document.form.technologie.options[1].value = "65";
  document.form.technologie.options[2].text  = "Simulation & réalité augmentée";
  document.form.technologie.options[2].value = "66";
  document.form.technologie.options[3].text  = "Traitement images, sons et vidéo";
  document.form.technologie.options[3].value = "64";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "13") {
  document.form.technologie.options.length = 4;
  document.form.technologie.options.length = 4;
  document.form.technologie.options[0].text  = "E-learning";
  document.form.technologie.options[0].value = "68";
  document.form.technologie.options[1].text  = "GED, logiciels documentaires, outils de recherche";
  document.form.technologie.options[1].value = "70";
  document.form.technologie.options[2].text  = "Gestion des connaissances";
  document.form.technologie.options[2].value = "69";
  document.form.technologie.options[3].text  = "Spécialiste de l\'information, veille, intelligence";
  document.form.technologie.options[3].value = "71";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "14") {
  document.form.technologie.options.length = 2;
  document.form.technologie.options.length = 2;
  document.form.technologie.options[0].text  = "Associations / Syndicats / Clubs professionnels";
  document.form.technologie.options[0].value = "72";
  document.form.technologie.options[1].text  = "Organismes publics";
  document.form.technologie.options[1].value = "73";
 }

 if (document.form.domaine.options[document.form.domaine.selectedIndex].value == "15") {
  document.form.technologie.options.length = 5;
  document.form.technologie.options.length = 5;
  document.form.technologie.options[0].text  = "Annuaires, guides TIC";
  document.form.technologie.options[0].value = "76";
  document.form.technologie.options[1].text  = "Conseil juridique";
  document.form.technologie.options[1].value = "75";
  document.form.technologie.options[2].text  = "Financement / capital risque";
  document.form.technologie.options[2].value = "74";
  document.form.technologie.options[3].text  = "Presse spécialisée TIC";
  document.form.technologie.options[3].value = "77";
  document.form.technologie.options[4].text  = "Relations presse TIC";
  document.form.technologie.options[4].value = "78";
 }

return false;
}

