// Presentation of the base menu and copyright on pages in the website
// Created by Paul Batten, 2007.

function menu()
{
document.write('<p class="menu1"><a href="http://www.holyspirit.nsw.edu.au/">[entrance]</a> <a href="index.html">[welcome]</a> <a href="news.html">[news]</a> <a href="http://www.holyspirit.nsw.edu.au/home/gifted/intro.htm">[student showcase]</a> <a href="about_frame.html">[about us]</a> <a href="parishlinks.html">[links]</a> <a href="contact.html">[contact us]</a></p>');

document.write('<p class="copyright"> © Holy Spirit College 2007</p>')
}