function selected(link)
{
	var d=link.options[link.selectedIndex].value
	window.top.location.href=d
	link.selectedIndex=0
}