function insertNav()
	{
	with (document)
		{
		write('<A HREF="index.php" onmouseover="filter(\'a\',\'secondimage\')" onmouseout="filter(\'a\',\'firstimage\')"><img SRC="images/1a.gif" NAME="a" alt="About Us" width=263 height=30  BORDER=0></A>');
		write('<br>');
		write('<A HREF="testimonials.php" onmouseover="filter(\'b\',\'fourthimage\')" onmouseout="filter(\'b\',\'thirdimage\')"><img SRC="images/2a.gif" NAME="b" alt="Testimonials"  width=263 height=30 BORDER=0></A>');
		write('<br>');
		write('<A HREF="sermonsamples.php" onmouseover="filter(\'c\',\'sixthimage\')" onmouseout="filter(\'c\',\'fifthimage\')"><img SRC="images/3a.gif" NAME="c" alt="Sermon Samples" width=263 height=30  BORDER=0></A>');
		write('<br>');
		write('<A HREF="https://www.worshipmaterials.com/orders.php" onmouseover="filter(\'g\',\'fourteenthimage\')" onmouseout="filter(\'g\',\'thirteenthimage\')"><img SRC="images/products.gif" NAME="g" alt="Products" BORDER=0></A>');
		write('<br>');
		write('<A HREF="contact.php" onmouseover="filter(\'f\',\'twelfthimage\')" onmouseout="filter(\'f\',\'eleventhimage\')"><img SRC="images/6a.gif" NAME="f" alt="Contact Us"  width=263 height=30 BORDER=0></A><br><img SRC="images/bottom1.gif" height=12 width=263>');
		write('<br>');
		write('<img src="images/credit_cards.gif" width="263" height="38">');
		}
	}


/*
<script language="javascript">
insertNav();
</script>
*/