function change_site() {
window.location.href = document.carnets.popup.options[document.carnets.popup.selectedIndex].value;
}

