function change_site() {
var site = document.lform.select1.selectedIndex;
window.location.href = document.lform.select1.options[site].value;
}
