//English Menu File
//Each main menu item is its own variable (menu1 being the "Parish" menu item, etc)
//The variable should be defined as:
//"<div><span>***ITEM NAME***</span>	<a href=***SUBITEM1 LOCATION***>***SUBITEM1 TEXT***</a>	<ahref=***SUBITEM2 LOCATION***>***SUBITEM2 TEXT***</a>...</div>
//where variables are in the *** blocks
//in building the menu, separate items with a space (+ " " +) and put a final "</div>" at the END!

var menu1=
"<div><span>Parish</span>	<a href=http://sthelenparish.net/en/index.htm>Home Page</a> <a href=http://sthelenparish.net/en/support.htm>Support Us</a><a href=http://sthelenparish.net/en/onlinegiving.htm>»Give Online«</a><a href=http://sthelenparish.net/en/bulletin.htm>Weekly Bulletin</a>	<a href=http://sthelenparish.net/en/calendar.htm>Parish Calendar</a>		<a href=http://sthelenparish.net/en/register.htm>Register as a Parishoner</a> 	<a href=http://sthelenparish.net/en/gallery.htm>Photo Gallery</a></div>";

var menu2=
"<div><span>About Us</span>	<a href=http://sthelenparish.net/en/patroness.htm>St. Helen: Our Patroness</a>        <a href=http://sthelenparish.net/en/staff.htm>Parish Staff</a>        <a href=http://sthelenparish.net/en/location.htm>Location</a>        <a href=http://sthelenparish.net/en/tour.htm>Parish Virtual Tour</a>	</div>";
	

	
var menu3=
"<div>        <span>Sacraments</span>        <a href=http://sthelenparish.net/en/sacraments.htm>Information</a>       <a href=http://sthelenparish.net/en/certificate.htm>Certificate Request</a> 	</div>";

var menu4=
"<div>        <span>Religious Ed.</span>        <a href=http://sthelenparish.net/en/re.htm>Information</a>       <a href=http://sthelenparish.net/en/reform.htm>Registration Form</a> 	</div>";


var menu5=
"<div>        <span>Contact</span>        <a href=http://sthelenparish.net/en/email.htm>E-mail</a>        <a href=http://sthelenparish.net/en/address.htm>Mailing Address</a>        <a href=http://sthelenparish.net/en/appoint.htm>Request Appointment with Pastor</a>	</div>";

var menu6=
"<div>        <span>Language</span>        <a href=http://sthelenparish.net/en/index.htm><img src=../navmenu/usa.gif border=0 width=25 height=18>English</a>        <a href=http://sthelenparish.net/pl><img src=../navmenu/pl.gif border=0 width=25 height=18>Polish</a>     </div>";


document.write ("<div style=\"float: left\" id=my_menu class=sdmenu>" + menu1 + " " + menu2 + " " + menu3 + " " + menu4 + " " + menu5 + " " + menu6 +" </div><p><center><a target=_blank href=http://www.sthelenchicago.org/><img border=0 src=../img/sthelenschool.jpg alt=\"St. Helen School\"></a>");