function change(img, ref) 
{
	document.images[img].src = ref;
};


