﻿function overLink(id, root)
{
	document.getElementById(id).src = root + "grafix/" + id + "_over.png";
}
			
function outLink(id, root)
{
	document.getElementById(id, root).src = root + "grafix/" + id + ".png";
}
