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

