function change_gallery() {
	window.location = document.galleries.gallery_switch.value;
}

function change_class() {
	window.location = document.classes.class_switch.value;
}