menunum=0;
menus=new Array();
_d=document;

mm="";

function addmenu()
{
  menunum++;
  menus[menunum]=menu;
}


function dumpmenus()
{
  mt="<script language=javascript>";
  for(a=1;a<menus.length;a++)
  {
    mt+=" menu"+a+"=menus["+a+"];"
  }
  mt+="<\/script>";
  _d.write(mt)
}


if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
  effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
  effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=200		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=0;	// Sub menu offset Top position 
suboffset_left=-1;	// Sub menu offset Left position

style1=[		// style1 is an array of properties. All menus can have their own style.
"ffffff",		// Mouse Off Font Color
"667766",		// Mouse Off Background Color
"ffffff",		// Mouse On Font Color
"aabbaa",		// Mouse On Background Color
"ffffff",		// Menu Border Color 
10,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,			// Menu Item Padding
"menuArrow.gif",	// SubMenu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
,			// 3D High Color
,			// 3D Low Color
"112211",		// Current Page Item Font Color (leave this blank to disable)
"bbcccc",		// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
,			// Menu Header Font Color (Leave blank if headers are not needed)
,			// Menu Header Background Color (Leave blank if headers are not needed)
"ffffff",		// Menu Item Separator Color
]


//Description,URL,Alternate URL,Status,Separator Bar
addmenu(menu=["mainmenu"
,180,10,120,1,,style1,1,"left",,1,0,,,,,,,,,,
,"MAIN PAGE","index.html",,"",1
,"NEWEST BULLETIN","BulletinNewest.php",,"",1
,"EVENT CALENDAR","EventCalendar.html",,"",1
,"About our Church","show-menu=aboutmenu",,"",1 
,"Children","show-menu=youthmenu",,"",1
,"Church Year","ChurchYear.html",,"",1
,"Links","Links.html",,"",1
,"Luther Seal","LutherSeal.html",,"",1
,"Members' e-mail","MembersNet.html",,"",1
,"Music","show-menu=musicmenu",,"",1
,"Photo albums","PhotoAlbums.html",,"",1
,"Video albums","VideoAlbums.html",,"",1
,"Profiles","show-menu=profilesmenu",,"",1
,"Publications","show-menu=publicationsmenu",,"",1
,"Sunday School","show-menu=sundayschoolmenu",,"",1
,"Worship","show-menu=worshipmenu",,"",1
,"100th Anniversary","AnnThanksGiving.htm",,"",1
])

	addmenu(menu=["aboutmenu",
	,,140,1,"",style1,,"left",,,,,,,,,,,,,
        ,"Welcome","index.html",,,1
	,"General info","About.html",,,1
	,"How to find us","HowToFind.html",,,1
	,"Contact Info","Contact.html",,,1
	,"Church pictures","PhotoAlbum01.html",,,1
	,"Stained glass windows","ChurchWindows.html",,,1
	,"Church Organ","ChurchOrgan.html",,,1
	,"Crèche","Creche.html",,,1
	])

	addmenu(menu=["musicmenu",
	,,100,1,"",style1,,"left",,,,,,,,,,,,,
	,"General info","Music.html",,,1
	,"Cherub Choir","CherubChoir.html",,,1
	,"Junior Choir","JuniorChoir.html",,,1
	,"Senior Choir","SeniorChoir.html",,,1
	,"Our music CD","show-menu=cdmenu",,,1
	,"Church Organ","ChurchOrgan.html",,,1
	,"Music on-line","Recital20.html",,,1
	,"Guest Choirs","show-menu=guestchoirmenu",,,1
	])
		addmenu(menu=["cdmenu",
		,,110,1,"",style1,,"left",,,,,,,,,,,,,
		,"St. Peter's Sings","CdStPeters.html",,,1
		,"Contents","CdContents.html",,,1
		,"Pictures","PhotoAlbum03.html",,,1
		,"Purchase","CdPurchase.html",,,1
		])

		addmenu(menu=["guestchoirmenu",
		,,150,1,"",style1,,"left",,,,,,,,,,,,,
		,"Mozart Choir, Germany","PhotoAlbum05.html",,,1
		,"Duluth Choir, USA","PhotoAlbum06.html",,,1
		])

	addmenu(menu=["profilesmenu",
	,,110,1,"",style1,,"left",,,,,,,,,,,,,
	,"Pastor Beglo","ProfilePastorBeglo.html",,,1
	,"Karen Holmes","ProfileKarenHolmes.html",,,1
	,"May-yu Chan","ProfileMayYuChan.html",,,1
	,"Carlos Cardoza","ProfileCarlosC.html",,,1
	])

	addmenu(menu=["publicationsmenu",
	,,160,1,"",style1,,"left",,,,,,,,,,,,,
	,"Bulletins","Bulletins.html",,,1
	,"Book by St. Peter's Press","Book.html",,,1
	,"Greeting cards","GreetingCards.html",,,1
	,"Our music CD","show-menu=cdmenu",,,1
	])

	addmenu(menu=["sundayschoolmenu",
	,,120,1,"",style1,,"left",,,,,,,,,,,,,
	,"General info","SundaySchool.html",,,1
	,"Mighty Messenger","MightyMessenger.html",,,1
	])

	addmenu(menu=["youthmenu",
	,,160,1,"",style1,,"left",,,,,,,,,,,,,
	,"Cherub Choir","CherubChoir.html",,,1
	,"Junior Choir","JuniorChoir.html",,,1
	,"Sunday School","SundaySchool.html",,,1
	,"Senior Confirmation Class","ConfClassCalendar.html",,,1
	])

	addmenu(menu=["worshipmenu",
	,,80,1,"",style1,,"left",,,,,,,,,,,,,
	,"Schedule","WorshipServices.html",,,1
	,"Info","WorshipInfo.html",,,1
	,"Preparing","PreparingForWorship.html",,,1
	,"Assistants","WorshipAssistants.html",,,1
	])

dumpmenus()