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