function server(){
var select = document.getElementById("select");
document.getElementById('form').action = select.value;
}
