function loadpage(){
var url = document.cabins.site.options[document.cabins.site.selectedIndex].value;
window.location.href = url;
}