
function onSelect(item) {

window.location= item.options[item.selectedIndex].value;

}








