function selecter(obj)
{
	destination = obj.options[obj.selectedIndex].value;
	document.location.href=destination;
}
