<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: The spacer below is for INCREASING THE MENU WIDTH



document.write('<div id="menulocation">');
document.write('<img src="psfiles/spacer.gif" height="2" width="125"><br>');
document.write('<span class="menulinks">');


document.write('<span class="menu">');
document.write('<a href="index.html">Home</a><br>');

document.write('<a href="news.html">News</a><br>');

document.write('<a href="photomain.html">Photos</a><br>');

document.write('<a href="reference.html">Reference</a><br>');

document.write('<a href="humor.html">Humour</a><br>');

document.write('<a href="wisdom.html">Wisdom</a><br>');

document.write('<a href="download.html">Download</a><br>');

document.write('<a href="sitemap.html">Site Map</a><br>');

document.write('<a href="about.html">About</a><br>');

document.write('</span></span>');
document.write('</div>');


// Code to hide link display in status bar
function hidestatus(){
window.status='';
return true;
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);

document.onmouseover=hidestatus;
document.onmouseout=hidestatus;


//  End -->