// Popups d'information des membres du Conseil exécutif
// Information popups on the members of the executive board

function infoEmilie() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/EGagnon.gif");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Présidente désignée: Émilie Gagnon");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Conseillère adjointe à l’information, Towers Watson");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Émilie Gagnon a obtenu son diplôme de Sciences de l’information, option Gestion Stratégique de l'Information, à l'École de Bibliothéconomie et des sciences de l’information de l’Université de Montréal en 2006. Depuis septembre 2009, elle est conseillère adjointe à l’information chez Towers Watson, une société mondiale de services professionnels. Elle se spécialise dans les services d’information dans le domaine de la santé et de l’assurance collective. Elle a également travaillée au Centre d'information d'affaires de Rio Tinto Alcan, à titre de spécialiste de l'Information pendant trois ans.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Émilie s'implique auprès de notre Section de la SLA depuis près de 4 ans. Elle a tout d'abord été responsable de la publication du Bulletin, puis archiviste et maintenant Présidente désignée.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoEmilieE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/EGagnon.gif");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("President-Elect: Émilie Gagnon");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Information Associate, Towers Watson");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Émilie Gagnon obtained her degree in Information Sciences, with a specialization in Strategic Information Management in 2006 from the École de Bibliothéconomie et des sciences de l’information, Université de Montréal. As of September 2009, she has been working as an Information Associate at Towers Watson, a global professional services company. She specialises in health and group benefit information services. From 2006 to 2009, Émilie worked as an Information Specialist in the Business Information Centre of Rio Tinto Alcan.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Émilie Gagnon has been involved in our Chapter organization for almost four years. She started as our Bulletin editor, then as the Chapter archivist and is now President-Elect.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}

function infoRodrigue() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Présidente sortante : Julie Rodrigue");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Chef de section - Bibliothèque, Division de la bibliothèque, Arrondissement Saint-Laurent");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Depuis septembre 2009, Julie est chef de section à la bibliothèque de l'arrondissement Saint-Laurent. Elle y gère les services techniques et est également responsable des activités « Hors les murs »de la bibliothèque ainsi que des aspects technologiques de la bibliothèque. Auparavant, elle a été Chef de service du Service d'information de la Caisse de dépôt et placement du Québec. Ses fonctions l'ont amené à toucher à de nombreux aspects de la gestion de l'information, dont la recherche, la formation, la veille informationnelle, la gestion documentaire et la gestion des abonnements. ");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Elle a reçu en 2006 la bourse du Fonds Hubert-Perron (de l'ASTED) pour un projet de recherche portant sur la situation de la veille informationnelle dans les organismes gouvernementaux au Québec et au Canada. Julie a obtenu une maitrise en sciences de l'information de l'Université de Montréal en 2002.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}

function infoRodrigueE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Past President : Julie Rodrigue");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Chef de section - Bibliothèque, Division de la bibliothèque, Arrondissement Saint-Laurent");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Diplômée en 2002 de l'EBSI, Julie Rodrigue travaille à la Caisse de dépôt depuis son tage en janvier 2002. D'abord analyste-recherchiste puis coodonnateur de l'équipe de recherche, elle est maintenant Chef de service du Service d'information. Ses fonctions l'amènent à toucher à de nombreux aspects de la gestion de l'information, dont la recherche, la formation, la veille informationnelle, la gestion documentaire et la gestion des abonnements. Elle est également chargée de cours à l'EBSI pour le cours de Sources d'information dans le domaine des affaires et celui de Veille stratégique.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Elle a reçu en 2006 la bourse du Fonds Hubert-Perron (de l'ASTED) pour un projet de recherche portant sur la situation de la veille informationnelle dans les organismes gouvernementaux au Québec et au Canada.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoDalkir() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/Kimiz_Dalkir.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Présidente : Kimiz Dalkir");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Professeure agrégée, École des sciences de l'information, Université McGill");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Dr Dalkir est professeure agrégée à l'École des sciences de l'information de l’Université McGill où elle coordonne la spécialisation « Gestion des connaissances » qu’elle a elle-même développée et mise en place.  En 2005, elle a publié un ouvrage, Knowledge Management in Theory and Practice chez Butterworth-Heineman/Elsevier reconnu tant dans le domaine universitaire que des communautés de pratique.  En 2006, Dr Dalkir est récipiendaire du Prix Faculty of Education Excellence in Teaching.  Récemment, elle a reçu une subvention du CRSH pour étudier l’implantation de la gestion des connaissances dans le milieu universitaire.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Avant de se joindre à l’Université McGill, Dr Dalkir a occupé les fonctions de directrice des services globaux « Gestion de savoir » chez DMR.  Elle y a été activement engagée dans le transfert de la gestion des connaissances et les systèmes d'aide et d'enseignement en ligne avec des clientèles européennes, japonaises et nord-américaines.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoDalkirE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/Kimiz_Dalkir.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("President: Kimiz Dalkir");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Associate Professor in the McGill School of Information Studies");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Dr. Dalkir is currently an Associate Professor in the McGill School of Information Studies, where she developed and now coordinates the Knowledge Management stream.  Her book, Knowledge Management in Theory and Practice, published in 2005 by Butterworth-Heineman/Elsevier, has been widely adopted by both the academic and practitioner communities. In 2006, Dr. Dalkir received the Faculty of Education Excellence in Teaching Prize.  Her most recent grant, from SSHRC, is to investigate how knowledge management can be applied to universities.  ");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Prior to joining McGill University, Dr. Dalkir was Director of Global KM Services at DMR Consulting where she was actively involved in the transfer of knowledge management (KM) and electronic performance support systems (EPSS) to clients in Europe, Japan and North America.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoGabriella() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/gdealexandris.gif");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Trésorière : Gabriella De Alexandris");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Bibliothécaire, Stikeman Elliott");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Gabriella De Alexandris a obtenu son diplôme en Sciences de l’information, option Gestion Stratégique de l’Information, à l’EBSI en 2006.  Depuis l’obtention de son diplôme, elle a travaillé comme Spécialiste de l’information chez Info Entrepreneurs et comme Analyste-Recherchiste à la Caisse de dépôt et placement du Québec.  Depuis septembre dernier, elle occupe le poste de bibliothécaire aux Services de l’information  du cabinet d’avocats Stikeman Elliot.  Elle est nouvellement membre de la SLA et a choisi de s’impliquer dans l’organisation à titre de trésorière.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("");
		monP5=document.createElement("p");
		contenu5=document.createTextNode("");
		monP6=document.createElement("p");
		monP6.style.color="#CC6600";
		monP6.style.marginLeft="280px";
		monP6.style.fontWeight="bold";
		monP6.style.fontFamily="Arial, Verdana";
		contenu6=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monDiv.appendChild(monP6);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		monP6.appendChild(contenu6);
		zoomIn.style.visibility="visible";
}

function infoGabriellaE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/gdealexandris.gif");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Treasurer: Gabriella De Alexandris");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Librarian, Stikeman Elliott");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Gabriella De Alexandris has obtained her diploma in Information Sciences form l'EBSI in 2006.  Since the completion of her degree she worked as Information Specialist at Info entrepreneurs and as Analyst-Researcher at the Caisse de dépôt et placement du Québec.  Since last september she is a librarian in the Information Services at Stikeman Elliott law firm.  She is a newly member of SLA and has chosen to get involve in the organization as treasurer.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("");
		monP5=document.createElement("p");
		contenu5=document.createTextNode("");
		monP6=document.createElement("p");
		monP6.style.color="#CC6600";
		monP6.style.marginLeft="280px";
		monP6.style.fontWeight="bold";
		monP6.style.fontFamily="Arial, Verdana";
		contenu6=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monDiv.appendChild(monP6);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		monP6.appendChild(contenu6);
		zoomIn.style.visibility="visible";
}

function infoIsabelle() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Secrétaire : Isabelle Moreau");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Bibliothécaire, CHU Sainte-Justine ");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Isabelle Moreau travaille au CHU Sainte-Justine depuis janvier 2010, à titre de bibliothécaire.  Ses fonctions l’amènent à toucher à de nombreux aspects de la gestion de l’information dont la recherche, la formation, la veille informationnelle et les services d’alertes.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Elle a également travaillé comme analyste-recherchiste (Caisse de dépôt et placement du Québec), chargée de cours (EBSI) et bibliothécaire de référence (ville de Repentigny).");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoIsabelleE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Secretary: Isabelle Moreau");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Librarian, CHU Sainte-Justine");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Since January 2010, Isabelle Moreau works at CHU Sainte-Justine as librarian. Her functions lead her to touch many aspects of the information management of which research, training, information intelligence and clipping services. ");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Prior to joining CHU Sainte-Justine, Isabelle was research analyst (Caisse de dépôt et placement du Québec), sessional lecturers (EBSI) and reference librarian (Ville de Repentigny).");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoDion() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/lucie_dion.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Présidente sortante : Lucie Dion");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Directrice, Centre d'information Alcan Inc.");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Lucie Dion est directrice du Centre d'information Alcan depuis 1986. Le centre d'information Alcan a un mandat international et Lucie Dion dirige une équipe à Montréal et une autre à Paris. Elle a aussi occupé chez Alcan, entre 1980 et 1986, les postes de bibliothécaire de référence et superviseure, centre d'information, Relations publiques.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Lucie Dion a obtenu une maîtrise en bibliothéconomie de l'Université de Montréal en 1979. En plus de la SLA, elle est membre de la CBPQ.  Au cours des années, elle a participé à plusieurs comités de la Section de l'est du Canada de la SLA, le dernier étant le groupe de mentorat.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoDionE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/lucie_dion.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Past President: Lucie Dion");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Manager, Information Centre Alcan Inc.");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Lucie Dion is Manager, Alcan Information Centre since 1986. Between 1980 and 1986, also at Alcan, Lucie Dion was Reference Librarian and Supervisor, Public Relations Information Centre.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("She has a Master degree in Library Science from Université de Montréal (1979). She is a member of SLA and CBPQ. Over the years, she was a member of several committees of the Eastern Canada Chapter, most recently the Mentoring Group.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoMartic() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/Martic.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Présidente : Mirjana Martic");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Bibliothécaire spécialiste de l'information d'affaires, Centre d'information d'affaires, Département de Développement stratégique SAQ.");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Mirjana Martic est spécialiste de l'information d'affaires au Centre d'information d'affaires au Développement stratégique de la Société des alcools du Québec (SAQ), Deux tiers de son temps sont consacrés à la recherche documentaire et à l'intelligence concurrentielle, et le reste du temps est consacré à la gestion du centre d'information d'affaires. Avant d'entrer à la Société des alcools, elle a été au Centre d'entreprises et d'innovation de Montréal (CEIM) où elle gérait le centre de documentation et faisait les recherches des marchés et des industries pour les compagnies en démarrage. Elle était également consultante et travailleure autonome en courtage de l'information.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Elle détient une maîtrise en bibliothéconomie et en sciences de l'information de l'Université de Montréal (1997). Elle est membre de SLA et fut la rédactrice-en-chef du bulletin de la Section en 2005.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoMarticE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/Martic.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("President: Mirjana Martic");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Business information specialist, Strategic Development SAQ");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Mirjana Martic is a solo business information specialist in the Strategic Development Department of the Quebec Liquor Board (SAQ) where two thirds of her time is spent on research and competitive intelligence, while the rest is spent on the management of the documentation center. Previously at the Centre d’entreprises et d’innovation de Montréal (CEIM) she was in charge of the documentation center and did market and industry research for startup companies. She was also self-employed worker who worked for the Quebec Ministry of Transportation.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("She holds a Master degree in Library and Information Science from the Université de Montréal (1997). She is a member of SLA, former Editor of the Chapters' bulletin.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoGrenier() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/stephanie_grenier.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Relations publiques / Présidente sortante : Stéphanie A. Grenier");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Directrice, Bibliothèque Fasken Martineau");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Stéphanie Grenier est directrice de la bibliothèque chez Fasken Martineau depuis 2004. Avant de joindre AstraZeneca comme chef du département des Sciences de l’information, bibliothèque et archives, elle était spécialiste de l’information chez Novartis. Elle a aussi été à la tête du Centre d’information chez Algène Biotechnologies et fut assistante bibliothécaire à la bibliothèque de chimie de l’Université de Montréal.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Elle détient une maîtrise en bibliothéconomie et sciences de l’information de l’Université de Montréal. Stéphanie a récemment coordonné plusieurs comités et a dirigé celui qui a conçu le site Web de la Section de l’est du Canada, lors de sa première version.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}

function infoGrenierE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/stephanie_grenier.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Public Relations / Past President: Stéphanie A. Grenier");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Director, Library Fasken Martineau");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Stéphanie Grenier is Director, Library at Fasken Martineau since 2004. Before joining Fasken Martineau, she was Manager of Information Science, Library and Archives for AstraZeneca R&D Montreal, Information Specialist at Novartis, Manager of the Information Centre at Algene Biotechonolgies and Assistant Librarian in the Chemistry Library at Université de Montréal.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("She holds a Master degree in Library and Information Science from Université de Montréal. Prior to her tenure as Chapter President and President-Elect, she was involved in many committees and was head of the committee responsible for the first SLA – ECC Web page.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoLemire() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/genevieve_lemire.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Trésorière : Geneviève Lemire");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Analyste, Marketing et Recherche Avions Amphibies, Bombardier Aéronautique");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Geneviève Lemire est Analyste, Marketing et Recherche dans le département de Marketing, Avions Amphibies, Bombardier Aéronautique. Elle est responsable de la recherche, la gestion de l'information et du matériel de marketing. Auparavant, elle était Chargée de recherche au département de d'Initiatives Stratégiques chez Bombardier Inc. et Analyste en recherche, Service d'information et de renseignement stratégique, Deloitte & Touche, Montréal.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Elle détient une maîtrise en bibliothéconomie et science de l'information de l'Université de Montréal (option Gestion de l'information stratégique). Elle sera à sa troisième année comme trésorière.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoLemireE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/genevieve_lemire.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Treasurer: Geneviève Lemire");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Analyst, Research & Marketing Amphibious Aircraft, Bombardier Aerospace");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Geneviève Lemire is Analyst, Research & Marketing in the Marketing Department of Amphibious Aircraft, Bombardier Aerospace. She is responsible for research, information management and marketing materials. Previously, she was Research Coordinator, Strategic initiatives for Bombardier Inc and Research Analyst, Strategic Services Department for Deloitte & Touche in Montreal.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("She holds a Master degree from the Université de Montréal (Strategic Management of Information option). She will be in her third term as Chapter Treasurer.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}

function infoBrind() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Présidente sortante : Nicole Brind'Amour");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Webmestre, Direction du développement durable, de l'environnement et de la recherche, Ministère des Transports.");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Nicole Brind'Amour est webmestre à la Direction du développement durable, de l'environnement et de la recherche du ministère des Transports du Québec, depuis 2003. Auparavant, elle a été bibliothécaire de référence et responsable de la bibliothèque de génie de ce même Ministère et indexeur à la Bibliothèque de l'Assemblée nationale.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Nicole Brind'Amour a obtenu une maîtrise en bibliothéconomie et sciences de l'information en 1988 et est membre de la Corporation des bibliothécaires professionnels du Québec.");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}

function infoBrindE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Past President: Nicole Brind'Amour");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Webmaster, Sustainable Development, Environment and Research Department, Transports Québec.");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Nicole Brind’Amour is Webmaster at the Sustainable Development, Environment and Research Department of Transports Québec since 2003. She worked as a Reference librarian and Manager of the Engineering Library for the same Ministry. Before, she worked as an indexer for the Library of the Québec National Assembly.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("She holds a Master degree in Library and Information Science since 1988 and she is a member of the Corporation of Professionals Librarians of Québec");
		monP5=document.createElement("p");
		monP5.style.color="#CC6600";
		monP5.style.marginLeft="280px";
		monP5.style.fontWeight="bold";
		monP5.style.fontFamily="Arial, Verdana";
		contenu5=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		zoomIn.style.visibility="visible";
}
function infoFiona() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Trésorière : Fiona McNaughton ");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Directrice, Service de bibliothèque, SNC-Lavalin");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Depuis juin 2008, Fiona dirige la bibliothèque de SNC-Lavalin. Elle est responsable de la planification et de la gestion des collections papier et électronique, des budgets et du personnel de la bibliothèque. Elle s’implique également dans les négociations et la gestion des contrats touchant aux ressources électroniques. Fiona s’intéresse particulièrement à l’évaluation des produits électroniques, aux statistiques d’utilisations et aux aspects budgétaires. Auparavant, Fiona a occupé un poste de bibliothécaire chez Wyeth Pharmaceuticals.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Elle détient une maîtrise en bibliothéconomie et sciences de l'information de l'université McGill. Elle est membre de la SLA depuis 2001 et a participé à la programmation des événements.");
		monP5=document.createElement("p");
		contenu5=document.createTextNode("");
		monP6=document.createElement("p");
		monP6.style.color="#CC6600";
		monP6.style.marginLeft="280px";
		monP6.style.fontWeight="bold";
		monP6.style.fontFamily="Arial, Verdana";
		contenu6=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monDiv.appendChild(monP6);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		monP6.appendChild(contenu6);
		zoomIn.style.visibility="visible";
}

function infoFionaE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Treasurer: Fiona McNaughton");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("Manager, Library Services, SNC-Lavalin");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Fiona recently transitioned to SNC-Lavalin from Wyeth Pharmaceuticals where she worked for 6.5 years. At SNC-Lavalin, Fiona oversees the daily functioning of the library which involves planning and managing collections (both electronic and print), budgets and staff. She is involved with and very much enjoys negotiating for and managing electronic content. Part of the fun in that process is continuously evaluating e-products, statistics, and budgets. Fiona is also involved with online searching and acts as system administrator.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("She has a Master's Degree in Library and Information Studies from McGill University. She has been involved with the SLA since 2001.");
		monP5=document.createElement("p");
		contenu5=document.createTextNode("");
		monP6=document.createElement("p");
		monP6.style.color="#CC6600";
		monP6.style.marginLeft="280px";
		monP6.style.fontWeight="bold";
		monP6.style.fontFamily="Arial, Verdana";
		contenu6=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monDiv.appendChild(monP6);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		monP6.appendChild(contenu6);
		zoomIn.style.visibility="visible";
}
function infoLily() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/lily_au.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Directrice régionale - Ottawa : Lily Au");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Lily Au est membre active de la SLA depuis 1996. Elle a organisé des événements professionnels de développement de gestion de l'information à Ottawa et Gatineau depuis 1999 et elle a commencé à développer la présence de la SLA-SEC de la région Ottawa-Gatineau depuis 2005.  Elle travaille a construire une communauté vibrante de SLA dans sa région !");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Lily a travaillé au sein de quatre services gouvernementaux et dans le secteur privé sur les projets suivants : recherche, intelligence concurrentielle, système de bibliothèque, Internet de gouvernement et Intranet, Metadata et système de gestion de la connaissance. Elle a mis en application un système de collaboration d'affaires du Web 2.0 pour Recherche et développement pour la défense Canada. Elle est passionnée de la gestion de la connaissance et de la technologie du Web 2.0.");
		monP5=document.createElement("p");
		contenu5=document.createTextNode("");
		monP6=document.createElement("p");
		monP6.style.color="#CC6600";
		monP6.style.marginLeft="280px";
		monP6.style.fontWeight="bold";
		monP6.style.fontFamily="Arial, Verdana";
		contenu6=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monDiv.appendChild(monP6);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		monP6.appendChild(contenu6);
		zoomIn.style.visibility="visible";
}
function infoLilyE() {
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/lily_au.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Regional Director - Ottawa : Lily Au");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Lily Au is an active SLA member since 1996. She has been organizing information management professional development events in Ottawa and Gatineau since 1999 and she started to develop the new SLA-ECC Ottawa-Gatineau Region in 2005. She strives to establish a vibrant SLA community there!");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Lily had worked at 4 government departments and the private sector on the following projects: research, competitive intelligence, library system, government Internet and Intranet, Metadata and knowledge management system. She implemented a Web 2.0 Business Collaboration System at Defence Research and Development Canada. She is passionate about knowledge management and Web 2.0 technology.");
		monP5=document.createElement("p");
		contenu5=document.createTextNode("");
		monP6=document.createElement("p");
		monP6.style.color="#CC6600";
		monP6.style.marginLeft="280px";
		monP6.style.fontWeight="bold";
		monP6.style.fontFamily="Arial, Verdana";
		contenu6=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monDiv.appendChild(monP6);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		monP6.appendChild(contenu6);
		zoomIn.style.visibility="visible";
}
function amyBuckland(){
		zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/amyBuckland.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Secrétaire : Amy Buckland");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Amy Buckland occupe le poste de bibliothécaire de liaison à la Howard Ross Library of Management de l'université McGill. En 2008, Amy a été nommé « Mover and Shaker » par le Library Journal pour son travail avec les technologies et son implication dans le milieu étudiant. Amy détient une maîtrise en sciences de l'information de l'université McGill et est bachelière en sciences politiques de l'université Concordia.  Elle est également co-responsable du groupe d'intérêt des nouvelles technologies de CLA.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Amy est éditrice du Library Student Journal (ISSN 1931-1600).  Amy travaille dans le monde de l'édition depuis 13 ans dont 7 années au journal The Gazette de Montréal.");
		monP5=document.createElement("p");
		contenu5=document.createTextNode("");
		monP6=document.createElement("p");
		monP6.style.color="#CC6600";
		monP6.style.marginLeft="280px";
		monP6.style.fontWeight="bold";
		monP6.style.fontFamily="Arial, Verdana";
		contenu6=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monDiv.appendChild(monP6);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		monP6.appendChild(contenu6);
		zoomIn.style.visibility="visible";
} 


function amyBucklandE(){
			zoomIn=document.getElementById("memberInfo");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/amyBuckland.jpg");
		monP1=document.createElement("p");
		strong=document.createElement("strong");
		contenu1=document.createTextNode("Secretary: Amy Buckland");
		monP2=document.createElement("p");
		contenu2=document.createTextNode("");
		monP3=document.createElement("p");
		contenu3=document.createTextNode("Amy is Liaison Librarian, Howard Ross Library of Management, McGill University. Graduated in 2008 with an MLIS from McGill's School of Information Studies, BA in Political Science from Concordia University. In 2008, she was named a Mover and Shaker by Library Journal for her work with technology and student scholarship. Amy is also co-convener of the CLA's Emerging Technologies Interest Group.");
		monP4=document.createElement("p");
		contenu4=document.createTextNode("Amy is publisher of Library Student Journal (ISSN 1931-1600), and has been involved in publishing for over 13 years, including seven years at The Montreal Gazette.");
		monP5=document.createElement("p");
		contenu5=document.createTextNode("");
		monP6=document.createElement("p");
		monP6.style.color="#CC6600";
		monP6.style.marginLeft="280px";
		monP6.style.fontWeight="bold";
		monP6.style.fontFamily="Arial, Verdana";
		contenu6=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monDiv.appendChild(monP3);
		monDiv.appendChild(monP4);
		monDiv.appendChild(monP5);
		monDiv.appendChild(monP6);
		monP1.appendChild(strong);
		strong.appendChild(contenu1);
		monP2.appendChild(contenu2);
		monP3.appendChild(contenu3);
		monP4.appendChild(contenu4);
		monP5.appendChild(contenu5);
		monP6.appendChild(contenu6);
		zoomIn.style.visibility="visible";
} 

										/**********    Javascript pour poppups des photos du 75e    **********/
function pictureVargha() {			
		zoomIn=document.getElementById("speakers");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/Vargha.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Ms. Rebecca B. Vargha");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="230px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function pictureCharbonneau() {
		zoomIn=document.getElementById("speakers");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/Charb.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Ms. Monique Charbonneau");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="230px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function pictureVarghaF() {
		zoomIn=document.getElementById("speakers");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/Vargha.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Mme Rebecca B. Vargha");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="230px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function pictureCharbonneauF() {
		zoomIn=document.getElementById("speakers");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/Charb.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Mme Monique Charbonneau");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="230px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture1() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture1.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Reception at 5h00 PM");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture2() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture2.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("ECC history presentation by Ms. Martic");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture3() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture3.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Members in the amphitheater");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture4() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture4.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Organizing committee with the speakers");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture5() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture5.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("ECC student committee");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture6() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture6.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Former presidents of the ECC with the actual SLA president");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture7() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture7.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Members at the evening of the 75th anniversary");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture8() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture8.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Archives display shelf of the ECC");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture9() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture9.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Snack at 7h00 PM");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Clic to close the window");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture1F() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture1.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Réception à 17h00");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture2F() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture2.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Présentation de l'historique par Mme Martic");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture3F() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture3.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Membres dans l'auditorium");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture4F() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture4.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Comité organisateur et conférencières");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture5F() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture5.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Comité étudiant SEC");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture6F() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture6.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Présidentes d'années antérieures de la SEC et la présidente actuelle de la SLA");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture7F() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture7.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Membres à la soirée du 75e");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture8F() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture8.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Présentoire d'archives de la SEC");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture9F() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture9.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Goûter à 19h00");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function picture1F() {			
		zoomIn=document.getElementById("pictures");
		monDiv=document.createElement("div");
		monImg=document.createElement("img");
		monImg.setAttribute("src", "../graphics/picture1.jpg");
		monP1=document.createElement("p");
		contenu1=document.createTextNode("Réception à 17h00");
		monP2=document.createElement("p");
		monP2.style.color="#CC6600";
		monP2.style.marginLeft="330px";
		monP2.style.fontWeight="bold";
		monP2.style.fontFamily="Arial, Verdana";
		contenu2=document.createTextNode("Cliquez pour fermer");
		zoomIn.appendChild(monDiv);
		monDiv.appendChild(monImg);
		monDiv.appendChild(monP1);
		monDiv.appendChild(monP2);
		monP1.appendChild(contenu1);
		monP2.appendChild(contenu2);
		zoomIn.style.visibility="visible";
}

function effacer() {
	zoomIn.style.visibility="hidden";
	while(zoomIn.hasChildNodes()) 
	{zoomIn.removeChild(zoomIn.lastChild);}
 }
