//Drop down menu link- © Dynamic Drive (www.dynamicdrive.com)
//For full source code and 100's more DHTML scripts, visit http://www.dynamicdrive.com
//Credit MUST stay intact for use

//Contents for menu 1
var menu1=new Array()
menu1[0]='- <a href=../covers/covers.html>Pages couvertures</a><br>'
menu1[1]='- <a href=../covers/covers-1.html>Introduction</a><br>'
menu1[2]='- <a href=../covers/covers-2.html>Collectionner, une aventure</a><br>'
menu1[3]='- <a href=../covers/covers-3.html>&#140;uvres de L. M. Montgomery</a><br>'
menu1[4]='- <a href=../covers/collecting-7-1.html>Changements de perceptions au sujet des &eacute;crits de L.M. Montgomery</a><br>'
menu1[5]='- <a href=../covers/collecting-4-1.html>L`imagination visuelle d`une &eacute;crivaine</a><br>'
menu1[6]='- <a href=../covers/collecting-7.html>Inspirer les autres</a><br>'
menu1[7]='- <a href=../site-index.html>Index du site</a><br>'
//Contents for menu 2
var menu2=new Array()
menu2[0]='- <a href=../scrapbooks/scrapbooks.html>Cahiers de coupures</a><br>'
menu2[1]='- <a href=../scrapbooks/scrapbooks-1.html>Au sujet des cahiers de coupures</a><br>'
menu2[2]='- <a href=../site-index.html>Index du site</a><br>'

//Contents for menu 3
var menu3=new Array()
menu3[0]='- <a href=../collecting/collecting.html>Collection et cr&eacute;ation d`images</a><br>'
menu3[1]='- <a href=../collecting/collecting-1.html>Saisir la vie canadienne</a><br>'
menu3[2]='- <a href=../collecting/collecting-2.html>Mode, tissus et fleurs</a><br>'
menu3[3]='- <a href=../collecting/collecting-3.html>Photographie et voyages</a><br>'
menu3[4]='- <a href=../collecting/collecting-4.html>L`imagination visuelle d`une &eacute;crivaine</a><br>'
menu3[5]='- <a href=../collecting/collecting-5.html>Souvenirs et secrets</a><br>'
menu3[6]='- <a href=../collecting/collecting-6.html>La Premi&egrave;re Guerre mondiale</a><br>'
menu3[7]='- <a href=../collecting/collecting-7.html>Inspirer les autres</a><br>'
menu3[8]='- <a href=../site-index.html>Index du site</a><br>'
//Contents for menu 4
var menu4=new Array()
menu4[0]='- <a href=learning.html>Apprendre et s`amuser</a><br>'
menu4[1]='- <a href=learning-a1.html>L.M. Montgomery, une h&eacute;ro&iuml;ne canadienne</a><br>'
menu4[2]='- <a href=learning-b1.html>Contemporains de Montgomery</a><br>'
menu4[3]='- <a href=learning-1.html>Conseils pour les enseignants</a><br>'
menu4[4]='- <a href=learning-2.html>Introduction &agrave; la photographie</a><br>'
menu4[5]='- <a href=learning-3.html>Cr&eacute;ez votre propre cahier de coupures</a><br>'
menu4[6]='- <a href=learning-4.html>Histoire des cahiers de coupures</a><br>'
menu4[7]='- <a href=../site-index.html>Index du site</a><br>'

//Contents for menu 5
var menu5=new Array()
menu5[0]='- <a href=../research/research.html>Chercheurs / lecteurs</a><br>'
menu5[1]='- <a href=../research/collecting-1-6.html>Le r&ocirc;le en &eacute;volution des femmes &agrave; l`&eacute;poque de L.M. Montgomery</a><br>'
menu5[2]='- <a href=../research/research-1.html>Liste des &#140;uvres</a><br>'
menu5[3]='- <a href=../research/research-1a.html>Liste des biblioth&egrave;ques et archives</a><br>'
menu5[4]='- <a href=../research/research-2.html>Chronologie</a><br>'
menu5[5]='- <a href=../research/research-3.html>Cr&eacute;ation de cette exposition virtuelle</a><br>'
menu5[6]='- <a href=../collecting/collecting.html>voir aussi Collection et cr&eacute;ation d`images</a><br>'
menu5[7]='- <a href=../site-index.html>Index du site</a><br>'
//Contents for menu 6
var menu6=new Array()
menu6[0]='- <a href=../tourists/tourists.html>Touristes culturels</a><br>'
menu6[1]='- <a href=../tourists/tourists-1.html>Pourquoi &eacute;tudier Montgomery</a><br>'
menu6[2]='- <a href=../tourists/tourists-2.html>La vie de L.M. Montgomery</a><br>'
menu6[3]='- <a href=../tourists/tourists-3.html>Les effets de Montgomery sur le reste du monde</a><br>'
menu6[4]='- <a href=../tourists/research-1.html>Liste des &#140;uvres</a><br>'
menu6[5]='- <a href=../tourists/research-1a.html>Liste des biblioth&egrave;ques et archives</a><br>'
menu6[6]='- <a href=../tourists/research-2.html>Chronologie</a><br>'
menu6[7]='- <a href=learning.html>voir aussi Apprendre et s`amuser</a><br>'
menu6[8]='- <a href=../site-index.html>Index du site</a><br>'
//reusable/////////////////////////////

//Drop down menu by http://www.dynamicdrive.com

var zindex=100
var ns4=document.layers
var ns6=document.getElementById&&!document.all
var ie4=document.all
var opr=navigator.userAgent.indexOf("Opera")

function dropit(e,whichone){
curmenuID=ns6? document.getElementById(whichone).id : eval(whichone).id
if (window.themenu&&themenu.id!=curmenuID)
themenuStyle.visibility=ns4?"hide" : "hidden"

themenu=ns6? document.getElementById(whichone): eval(whichone)
themenuStyle=(ns6||ie4)? themenu.style : themenu

themenuoffsetX=(ie4&&opr==-1)? document.body.scrollLeft : 0
themenuoffsetY=(ie4&&opr==-1)? document.body.scrollTop : 0

themenuStyle.left=ns6||ns4? e.pageX-e.layerX : themenuoffsetX+event.clientX-event.offsetX
themenuStyle.top=ns6||ns4? e.pageY-e.layerY+19 : themenuoffsetY+event.clientY-event.offsetY+18

hiddenconst=(ns6||ie4)? "hidden" : "hide"
if (themenuStyle.visibility==hiddenconst){
themenuStyle.visibility=(ns6||ie4)? "visible" : "show"
themenuStyle.zIndex=zindex++
}
else
hidemenu()
return false
}

function hidemenu(){
if ((ie4||ns6)&&window.themenu)
themenuStyle.visibility="hidden"
else if (ns4)
themenu.visibility="hide"
}

if (ie4||ns6)
document.onclick=hidemenu

//reusable/////////////////////////////

