// for the drop-down menu in "Archives"

function dropdownMenu(target,selOption,restore){
  eval(target+".location='"+selOption.options[selOption.selectedIndex].value+"'");
  if (restore) selOption.selectedIndex=0;
}