function mission_popup() {
var w = window.open('','Blemmished','width=330,height=400,scrollbars=yes,resizable=yes');
var d = w.document;
d.write('\
<html><head><title>Faith Lutheran Church Mission Statement</title><link rel=stylesheet href=styles.css type="text/css"></HEAD>\
<body bgcolor="#9797AF"><FONT SIZE="2" FACE="Helvetica,sans-serif">\
<center><b><i><font size="+1">Our Mission:</font> \
<p> \
We, at Faith Lutheran Church,<p> \
believe in Jesus Christ as Lord<p> \
and Savior of all life<p> \
and creation.<p> \
In response to His grace and love<p> \
toward us, we are called to share<p> \
His love by reaching out to all people.<p> \
We are called to be a<p> \
worshiping, caring,<p> \
learning community.</i></b></center> \
<p>\
<center><a href=\"javascript: self.close();\" OnClick=\"self.close();\">CLOSE WINDOW</a></center></font>');
d.close();
w.focus();
}