function DropChange(contact){
var URL = document.contact.site.options[document.contact.site.selectedIndex].value;
window.location.href = URL;
}