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