function dropDownSearch(selObj)
{ 
  eval("parent.location='/search/"+selObj.options[selObj.selectedIndex].value+".htm'");
}

