function imageChange(img,path)
{
	document.images[img].src = path;
}

