function ShowInfo()
{
open("./site_info.htm","Standard","width=560,height=500,scrollbars=1,location=0,directories=0,resizable=1,status=0,toolbar=0,menubar=0,left=20,top=20")
}

function ShowCopyright()
{
document.write("<p><table width=700 align=center><tr><td class=cp>")
document.write("All material and content on this web site is the copyright of the Author<br>")
document.write('Copyright &copy; 2004, 2005, 2006, 2007, 2008, 2009 &nbsp;<a class=cp href="mailto:utinstinct1@eircom.net">Louis Gogan</a> <br>')
document.write("All rights reserved. &nbsp; All moral rights reserved.")
document.write("</table><p>")
}


//this displays a message when the mouse is moved over the section only the first time
function ShowGlossary()  {
   alert("GLOSSARY\nUT is pronounced - with an Irish accent!! - like the 'ut' in the word butter.\nBioent (Biological Entity) - defines a human being as being a member of the animal kingdom\nbe - (a pronoun) denotes a human being of either sex eg he is male, she is female, be is a person.\nbes = (his/hers)   ben = (him/her)   beself = (himself/herself)"); }

