// JavaScript Document
function goto_URL(object){
		if(object.options[object.selectedIndex].value != ''){
			window.location.href = "info_sources.cfm?section=31&keyword_id=" + object.options[object.selectedIndex].value;
		}else{}
	}