function displayHeaderLinkGraphic(element) {
	document.getElementById(element.id+'Graphic').style.visibility='visible';
}

function hideHeaderLinkGraphic(element) {
	document.getElementById(element.id+'Graphic').style.visibility='hidden';
}
