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