// JavaScript Document
function changeImage(object,imgSrc)
{
	object.src="\images/"+imgSrc;
}
