function changelanguage() {
	var here=document.forms[0].languages
	location=here.options[here.selectedIndex].value
}