function gotoURL(object)
{
	window.location.href = object.options[object.selectedIndex].value;
}
