function changeImages(img,pImg){
	document[img].src=pImg;
}