function disclaimer_popup()
{
	var w = window.open('','Blemmished','width=430,height=220,scrollbars=yes,resizable=yes');
	var d = w.document;
	d.write('\
		<html><head><title>Faith Lutheran Church Disclaimer</title><link rel=stylesheet href=styles.css type="text/css"></HEAD>\
		<body bgcolor="#9797AF"><FONT SIZE="2" FACE="Helvetica,sans-serif">\
		<center><b><font size="+1">General Disclaimer</font></b></center> \
		<p>Copyright 2007 Faith Lutheran Church. All rights reserved. You \
		are welcome to copy any of the general browser formatting images contained \
		in the web pages at this site for your own use. This includes background \
		images, horizontal lines, button icons, etc. However, all photographs and \
		church logos are copyrighted images and should not be used in any \
		publications, printed or electronic, without prior written permission. \
		<p>\
		<a href=\"javascript: self.close();\" OnClick=\"self.close();\">CLOSE WINDOW</a></font>');
	d.close();
	w.focus();
}