
function over(img,image) 
{
	img.src = image;
}

function off(img, image) 
{
	img.src = image;
}

