function changeGallery(){
	selectBox = document.forms[0].otherGalleries;
	destination = selectBox.options[selectBox.selectedIndex].value;
	if(destination) location.href = destination;
}
