function onclick_img(src)
{
	document.getElementById("bianhuan").src=src;
	
}