
function makersShowHover(id)
{document.getElementById("makersHoverImageID"+id).style.visibility='visible';}
function makersHideHover(id)
{document.getElementById("makersHoverImageID"+id).style.visibility='hidden';}
