//translate.js


	<!--

		function goTo() {

			var list = document.forms.translate.langList

			location = list.options[list.selectedIndex].value

			}

	//

-->


