function git(u){
	window.location = u;
};
function ac(u){
	window.open(u);
};
function m_gel(id){
	document.getElementById(id+'_sol').style.backgroundImage = 'url(img/win1/sol.png)';
	document.getElementById(id+'_bg').style.backgroundImage = 'url(img/win1/bg.png)';
	document.getElementById(id+'_sag').style.backgroundImage = 'url(img/win1/sag.png)';
};
function m_git(id){
	document.getElementById(id+'_sol').style.backgroundImage = 'none';
	document.getElementById(id+'_bg').style.backgroundImage = 'none';
	document.getElementById(id+'_sag').style.backgroundImage = 'none';
};
