function goBox(name) {
	var URL = document.forms[name].selectbox.options[document.forms[name].selectbox.selectedIndex].value + '.html?&L=1';
	window.location.href = URL;
}
