﻿function changeImg(srcimg)

{
	document.getElementById('large_pic').src='media/upload/product/'+ srcimg;
}
