function jumpto(link){
if (link[link.selectedIndex].value != "#") self.location.href = link[link.selectedIndex].value;
}