// rem code apostrophe '//Menu 1--------------------------------------function makeItem1(item1,adresse1) {    this.item1=item1;    this.adresse1=adresse1;    return this;}theItem1 = new Array();theItem1[0] = new makeItem1('Editorial','../1_editos/edito.html');theItem1[1] = new makeItem1('Inscription/cotisation','../2_CSMVO/adhesion.html');theItem1[2] = new makeItem1('Circulaires','../1_editos/circulaires.html');theItem1[3] = new makeItem1('Archives des éditoriaux','../1_editos/archives.html');theItem1[4] = new makeItem1('Libre Expression','../1_editos/libre-expression.htm');theItem1[5] = new makeItem1('','');theItem1[6] = new makeItem1("Fil d'Actualité [RSS]",'../1_editos/actu_europe1_rss.htm');//Octobre 2004//Inscription/cotisation//Circulaires//Archives Editos//Libre Expressionfunction makeItem2(item2,adresse2) {    this.item2=item2;    this.adresse2=adresse2;    return this;}theItem2 = new Array();theItem2[0] = new makeItem2('Historique','../2_CSMVO/historique.html');theItem2[1] = new makeItem2('Statuts','../2_CSMVO/statuts.html');theItem2[2] = new makeItem2('Rôle du Syndicat','../2_CSMVO/role_syndicat.html');theItem2[3] = new makeItem2('Elections','../2_CSMVO/elections.html');theItem2[4] = new makeItem2('Membres du Bureau','../2_CSMVO/bureau2005.html');theItem2[5] = new makeItem2('Membres du CA','../2_CSMVO/ca_2005.html');theItem2[6] = new makeItem2('Délégués à la C.P.L.','../2_csmvo/cpl_2005.html');//Historique//Statuts//Rôle du Syndicat//Elections//Membres du Bureau//Membres du CAfunction makeItem3(item3,adresse3) {    this.item3=item3;    this.adresse3=adresse3;    return this;}theItem3 = new Array();theItem3[0] = new makeItem3('Textes Règlementaires','../3_vie_professionnelle/textes.html');theItem3[1] = new makeItem3('FMC','../3_vie_professionnelle/fmc.html');theItem3[2] = new makeItem3('Evaluation','../3_vie_professionnelle/evaluation.html');theItem3[3] = new makeItem3('','');theItem3[4] = new makeItem3('téléchargements','../3_vie_professionnelle/telecharge.html');//Textes Réglementaires//FMC//Evaluation//Réseaux pages supprimées// ligne vide de séparation//fichiers à téléchargerfunction makeItem4(item4,adresse4) {    this.item4=item4;    this.adresse4=adresse4;    return this;}theItem4 = new Array();theItem4[0] = new makeItem4('Bureaux','../4_agenda/bureaux.html');theItem4[1] = new makeItem4('Assemblée Générale','../4_agenda/ca.html');theItem4[2] = new makeItem4('CPL','../4_agenda/cpl_2005.htm');//theItem4[3] = new makeItem4('Réunions Nationales','../4_agenda/reunions_nationales.html');//Bureaux//Conseil d'Admistration //Assemblée Générale//Réunions Nationales// CPLfunction makeItem5(item5,adresse5) {    this.item5=item5;    this.adresse5=adresse5;    return this;}theItem5 = new Array();theItem5[0] = new makeItem5('Les Centrales Nationales','../5_syndicats_nation/centrales_nationales.html');theItem5[1] = new makeItem5('Circulaires des Centrales','../5_syndicats_nation/circulaires.html');theItem5[2] = new makeItem5('<br>C.S.M.F.','../5_syndicats_nation/CSMF.html');theItem5[3] = new makeItem5('<img src="file:///C|/Documents%20and%20Settings/Pierre/Mes%20documents/internet/im/bl.gif" width="15" height="1" border=0>U.M.E.S.P.E.','../5_syndicats_nation/UMESPE.html');theItem5[4] = new makeItem5('<img src="file:///C|/Documents%20and%20Settings/Pierre/Mes%20documents/internet/im/bl.gif" width="15" height="1" border=0>U.N.O.F.','../5_syndicats_nation/UNOF.html');theItem5[5] = new makeItem5('<br>F.M.F.','../5_syndicats_nation/FMF.html');theItem5[6] = new makeItem5('S.M.L.','../5_syndicats_nation/SML.html');theItem5[7] = new makeItem5('<br>Autres professions de santé','../5_syndicats_nation/autres_professions.html');//Les Centrales Nationales//Circulaires des Centrales//C.S.M.F.// U.M.E.S.P.E.// U.N.O.F.//F.M.F.//S.M.L.//Les Verticalités //Autres professions de santéfunction makeItem6(item6,adresse6) {    this.item6=item6;    this.adresse6=adresse6;    return this;}theItem6 = new Array();theItem6[0] = new makeItem6('Conseils pratiques','../6_vie_pratique/conseils_pratiques.html');theItem6[1] = new makeItem6('Grille des salaires','../6_vie_pratique/salaires_charges.html');theItem6[2] = new makeItem6('Liens utiles','../6_vie_pratique/liens.htm');theItem6[3] = new makeItem6('Cliniques du Val d\'Oise','../6_vie_pratique/cliniques_95.htm');theItem6[4] = new makeItem6('','');theItem6[5] = new makeItem6('Améliorer votre informatique','../6_vie_pratique/ameliorer_informatique.htm');theItem6[6] = new makeItem6('Extra professionnel','../6_vie_pratique/extra_prof.html');//Conseils pratiques//Grille des salaires//Liens utiles// Cliniques du Val d'Oise// vide// informatique//Extra profesionnelfunction makeItem7(item7,adresse7) {    this.item7=item7;    this.adresse7=adresse7;    return this;}theItem7 = new Array();theItem7[0] = new makeItem7('Convention','../7_vie_conventionnelle/jo_textes.html');theItem7[1] = new makeItem7('Tarifs conventionnels','../7_vie_conventionnelle/tarifs_conventionnels.html');theItem7[2] = new makeItem7('Site C.N.A.M.','../7_vie_conventionnelle/site_CNAM.html');//J.O. textes officiels//Tarifs conventionnels //Site C.N.A.M. function makeItem8(item8,adresse8) {    this.item8=item8;    this.adresse8=adresse8;    return this;}theItem8 = new Array();theItem8[0] = new makeItem8('Adresses utiles','../8_patients/adresses_utiles.html');theItem8[1] = new makeItem8('','');theItem8[2] = new makeItem8('','');//Adresses utiles
