load_url = function(element) {
	window.open(document.getElementById(element).value);
}