// Image swap function
function changeImages (id,img)
{
	document.images[id].src = img.src;
}	