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