// JavaScript Document

	function sitenavi(obj) {
	 url = obj.options[obj.selectedIndex].value;
	 if(url != "") {
	   location.href = url;
	  }
	}
