
function test1(parts){
  location.replace(parts.options[parts.selectedIndex].value);
}

function test2(parts){
  location.replace(parts.options[parts.selectedIndex].value);
}


