// JavaScript Document
function OpenGallery(URL) {
	
	var oDropdown = document.getElementById('galleries')
	oDropdown.selectedIndex = 0
	
if (URL !='') {
	window.location = URL
	}
}