
function over(imgID)
{
	document.getElementById(imgID).src='../images/square-hover.gif';
}

function out(imgID)
{
	document.getElementById(imgID).src='../images/square.gif';
}
