/* =========================================================================

JavaScript Source File -- Created with SAPIEN Technologies PrimalSCRIPT (TM)

NAME: footer.js

AUTHOR:  Hayden Brown
DATE  : 27/02/2003

============================================================================ */
document.write('<div style="text-align: center">');
document.write('<a href="index.html" title="Home">Home</a>');
document.write(' | ');
document.write('<a href="gallery01.html" title="Art Gallery 01">Gallery 1</a>');
document.write(' | ');
document.write('<a href="gallery02.html" title="Art Gallery 02">Gallery 2</a>');
document.write(' | ');
document.write('<a href="aboutme.html" title="Artist Biography">Biography</a>');
document.write(' | ');
document.write('<a href="books.html" title="Books">Books</a>');
document.write(' | ');
document.write('<a href="articles.html" title="Articles">Articles</a>');
document.write(' | ');
document.write('<a href="links.html" title="Links">Links</a>');
document.write(' | ');
document.write('<a href="mailto:sandrabrown@lycos.com" title="Contact Me">Contact Me</a>');
document.write('<br>');
document.write('All images copyright Sandra L Brown, 2004. For permission to use images, please contact the artist.');
document.write('</div>')

function doPopWindow(url)
{
window.open(url, 'popWindow', 'width=760,height=500,left=30,top=30,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=yes,resizable=no');
}
