function linkAlert()
		{alert("You are now leaving the Sutherland Group website of the Australian Plants Society.");}

function showmenu(elmnt)
    {document.getElementById(elmnt).style.visibility="visible";}

function hidemenu(elmnt)
    {document.getElementById(elmnt).style.visibility="hidden";}

