function jump(menu){
	ref=menu.language.options[menu.language.selectedIndex].value;
	window.location=ref;
}