//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>ブックカバー</a><br>'
menu1[1]='- <a href=../covers/covers-1.html>表紙の重要性</a><br>'
menu1[2]='- <a href=../covers/covers-2.html>冒険という名の収集</a><br>'
menu1[3]='- <a href=../covers/covers-3.html>L.M. モンゴメリの作品</a><br>'
menu1[4]='- <a href=../covers/collecting-7-1.html>モンゴメリの作品評価の変遷</a><br>'
menu1[5]='- <a href=../covers/collecting-4-1.html>作家の視覚的想像力</a><br>'
menu1[6]='- <a href=../covers/collecting-7.html>周囲への影響</a><br>'
menu1[7]='- <a href=../site-index.html>インデックス</a><br>'
//Contents for menu 2
var menu2=new Array()
menu2[0]='- <a href=../scrapbooks/scrapbooks.html>スクラップブック</a><br>'
menu2[1]='- <a href=../scrapbooks/scrapbooks-1.html>スクラップブックについて</a><br>'
menu2[2]='- <a href=../site-index.html>インデックス</a><br>'

//Contents for menu 3
var menu3=new Array()
menu3[0]='- <a href=../collecting/collecting.html>イメージの収集と創造</a><br>'
menu3[1]='- <a href=../collecting/collecting-1.html>作品に見るカナディアンライフ</a><br>'
menu3[2]='- <a href=../collecting/collecting-2.html>ファッション、生地、花</a><br>'
menu3[3]='- <a href=../collecting/collecting-3.html>写真と旅行</a><br>'
menu3[4]='- <a href=../collecting/collecting-4.html>作家の視覚的想像力</a><br>'
menu3[5]='- <a href=../collecting/collecting-5.html>記念品とその謎</a><br>'
menu3[6]='- <a href=../collecting/collecting-6.html>モンゴメリと第一次世界大戦</a><br>'
menu3[7]='- <a href=../collecting/collecting-7.html>周囲への影響</a><br>'
menu3[8]='- <a href=../site-index.html>インデックス</a><br>'
//Contents for menu 4
var menu4=new Array()
menu4[0]='- <a href=learning.html>楽しく学習</a><br>'
menu4[1]='- <a href=learning-a1.html>カナディアン・ヒーローとしてのL.M.モンゴメリ</a><br>'
menu4[2]='- <a href=learning-b1.html>モンゴメリと同時代に生きた人々</a><br>'
menu4[3]='- <a href=learning-1.html>先生のためのヒント</a><br>'
menu4[4]='- <a href=learning-2.html>写真概論</a><br>'
menu4[5]='- <a href=learning-3.html>スクラップブック創り</a><br>'
menu4[6]='- <a href=learning-4.html>スクラップブック制作の歴史</a><br>'
menu4[7]='- <a href=../site-index.html>インデックス</a><br>'

//Contents for menu 5
var menu5=new Array()
menu5[0]='- <a href=../research/research.html>研究者</a><br>'
menu5[1]='- <a href=../research/collecting-1-6.html>L.M. モンゴメリの時代における女性の役割の変化</a><br>'
menu5[2]='- <a href=../research/research-1.html>モンゴメリの著作</a><br>'
menu5[3]='- <a href=../research/research-1a.html>図書館および資料館</a><br>'
menu5[4]='- <a href=../research/research-2.html>年譜</a><br>'
menu5[5]='- <a href=../research/research-3.html>バーチャル・エキシビションの開設</a><br>'
menu5[6]='- <a href=../collecting/collecting.html>イメージの収集と創造」セクションもご覧ください</a><br>'
menu5[7]='- <a href=../site-index.html>インデックス</a><br>'
//Contents for menu 6
var menu6=new Array()
menu6[0]='- <a href=../tourists/tourists.html>文化的な観光客</a><br>'
menu6[1]='- <a href=../tourists/tourists-1.html>モンゴメリ研究の動機</a><br>'
menu6[2]='- <a href=../tourists/tourists-2.html>L.M. モンゴメリの生涯</a><br>'
menu6[3]='- <a href=../tourists/tourists-3.html>L.M. モンゴメリの世界的影響</a><br>'
menu6[4]='- <a href=../tourists/research-1.html>モンゴメリの著作</a><br>'
menu6[5]='- <a href=../tourists/research-1a.html>図書館および資料館</a><br>'
menu6[6]='- <a href=../tourists/research-2.html>年譜</a><br>'
menu6[7]='- <a href=learning.html>楽しく学習」セクションもご覧ください</a><br>'
menu6[8]='- <a href=../site-index.html>インデックス</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/////////////////////////////

