function goto_url(form) 
{
	var myindex=form.target_url.selectedIndex
	location=form.target_url.options[myindex].value;
}
