function Selector(theForm)
{
  newloc=theForm.elements[0].options[theForm.elements[0].selectedIndex].value;
  if (newloc != "#") {
    location=newloc;
  }
}