<!--
// VARIABLES BELOW ARE THE HELP MESSAGES WHICH ARE USED THROUGHOUT THE 50+ SITE
help_default = "<h1>HELP BOX</h1><p>Hover your pointer over something and you can read more information about it in this panel.</p>";
help_logo = "<h1>50+ Logo</h1><p>Takes you back to the homepage at any time</p>";
//
// DISPLAY HELP
function inner_html (id,text) {
//	var obj = document.getElementById(id);
//	obj.innerHTML = text;
}

//-->

