function Gange_big(value,td_id,color,text,url)
{
	document.getElementById('big_img').src=value;
	document.getElementById('img_link').href=url;
	document.getElementById(td_id).style.backgroundColor=color;
	document.getElementById('text').innerHTML=text;
}
function Gange_back_td(td_id,color)
{
	document.getElementById(td_id).style.backgroundColor=color;
}
function Gange_big_m_sp(value,text,url)
{
	document.getElementById('big_img').src=value;
	document.getElementById('img_link').href=url;
	document.getElementById('text').innerHTML=text;
}

