function changeImg(imgold,imgnew){
	//alert(imgold.src);
	imgold.src = imgnew;
}