function writeSecMenu() {
document.write("<A HREF=/catalog_index.htm CLASS=mm>View / Order Murals</A><BR>");
document.write("<A HREF=/about_murals.htm CLASS=mm>About the Murals</A><BR>");
<!-- document.write("<A HREF=/selecting.htm CLASS=mm>Selecting an Image</A><BR>"); -->
document.write("<A HREF=/using_yours.htm CLASS=mm>Using Your own Image</A><BR>");
document.write("<A HREF=/faq.htm CLASS=mm>Mural FAQs</A><BR>");
document.write("<A HREF=/installation.htm CLASS=mm>Installation Tips</A><BR>");
document.write("<A HREF=/service.htm CLASS=mm>Customer Service</A><BR><BR>");
document.write("<A HREF=/index.htm CLASS=mm>HOME</A><BR>");
}

function popwin()
	{
	winLoc = "/contact.htm"
	newwindow = window.open(winLoc, "popup", "width=560,height=440");
	}

