<!--
// <![CDATA[
// Copyright Stephen Tierney 17/5/2006 this script is free to use and free to distribute for none commercial use
// You cannot alter without my express permission copyright remains with me! stevehtee@yahoo.co.uk
function prepareLinks()
{
	if (!document.getElementById) return false;
	if (!document.getElementById("help")) return false;
	var links = document.getElementById("help");
		links.onfocus = function()
		{
			return showHelp();
		}
}

function showHelp(){
	//div checks
	var message = "This site is conforms to XHTML 1.1, CSS and WCAG 1.0 Priority 2 or AA compliance.\n\n Access keys:\n\nMenu item 1 is ALT & 1\nMenu item 2 is ALT & 2 etc.\n0 - Help, this help dialogue!\n\nTab Index:\n\nThe top and side menu are in number order link1 is tab 1, link 2 is tab 2 etc\n This continues down the right hand side of the page for the right hand side menu.\nHelp is tab 0.";
	alert(message);
}

addLoadEvent (prepareLinks);
// ]]>
-->

