function change_img(name_img)
{
	var ifr_detail = document.getElementById('productsdetail');
	ifr_detail.src = name_img;
	
	}
