function loadcountry(id) {
	window.location.href = '/gallery.php?country=' + id;
}