function GotoD(dl) { 
top.location.href = dl.dropdown.options[dl.dropdown.selectedIndex].value;
} 