<!--//
function VaiA(form){
var URL = form.options[form.selectedIndex].value;
window.location.href = URL;
}
//-->