//サブメニュー 1 のコンテンツ
var submenu1=new Array()
submenu1[0]='<a href="http://www.wam-peace.org/english/modules/about/index.php?content_id=1">Introduction</a>'
submenu1[1]='<a href="http://www.wam-peace.org/english/modules/about/index.php?content_id=6">Five Principles</a>'
submenu1[2]='<a href="http://www.wam-peace.org/english/modules/about/index.php?content_id=2">Matsui Yayori</a>'
submenu1[3]='<a href="http://www.wam-peace.org/english/modules/about/index.php?content_id=7">Past Activities</a>'
submenu1[4]='<a href="http://www.wam-peace.org/english/modules/about/index.php?content_id=3">Floor Map</a>'
submenu1[5]='<a href="http://www.wam-peace.org/english/modules/about/index.php?content_id=4">Access</a>'

//サブメニュー 2 のコンテンツ
var submenu2=new Array()
submenu2[0]='<a href="http://www.wam-peace.org/english/modules/exhibitions/index.php?cid=1">Current Exhibition</a>'
submenu2[1]='<a href="http://www.wam-peace.org/english/modules/exhibitions/index.php?cid=2">Past Exhibitions</a>'

//サブメニュー 3 のコンテンツ
var submenu3=new Array()
submenu3[0]='<a href="http://www.wam-peace.org/english/modules/myalbum0/viewcat.php?num=10&cid=2">Books</a>'
submenu3[1]='<a href="http://www.wam-peace.org/english/modules/myalbum0/viewcat.php?num=10&cid=1">Catalogues</a>'
submenu3[2]='<a href="http://www.wam-peace.org/english/modules/myalbum0/viewcat.php?num=10&cid=3">News Letters</a>'
		
//サブメニュー 4 のコンテンツ
var submenu4=new Array()
submenu4[0]='<a href="http://www.wam-peace.org/english/modules/support/index.php?content_id=1">Membership</a>'
submenu4[1]='<a href="http://www.wam-peace.org/english/modules/support/index.php?content_id=3">Contributions</a>'
submenu4[2]='<a href="http://www.wam-peace.org/english/modules/support/index.php?content_id=2">Volunteers</a>'

var menuwidth='180px' //サブメニューのデフォルト幅
var menubgcolor='#ffffff'  //サブメニューの背景色
var disappeardelay=250  //サブメニュー表示時間 (in miliseconds)
var hidemenu_onclick="yes" //クリックしたらメニューを隠す?
