function changeShop(country) {
	document.cookie = "country=" + country + "; path=/; expires=%expires%";
	location.href = "http://books.html.by/";
}

function onMoveImg(country) {
	document.getElementById(country + "_button").src = "img/" + country + "_a.png";
}
function onOutImg(country) {
	document.getElementById(country + "_button").src = "img/" + country + "_n.png";
}
