function MM_jumpMenu(targ,selObj,y){ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (y=='2000') {selObj.selectedIndex=0;}
  if (y=='1999') {selObj.selectedIndex=1;}
  if (y=='1998') {selObj.selectedIndex=2;}
  if (y=='1997') {selObj.selectedIndex=3;}
  if (y=='1996') {selObj.selectedIndex=4;}
  if (y=='1995') {selObj.selectedIndex=5;}
  if (y=='1994') {selObj.selectedIndex=6;}
  if (y=='1993') {selObj.selectedIndex=7;}
  if (y=='1992') {selObj.selectedIndex=8;}
  if (y=='1991') {selObj.selectedIndex=9;}
  if (y=='1990') {selObj.selectedIndex=10;}
  if (y=='1989') {selObj.selectedIndex=11;}
  if (y=='1988') {selObj.selectedIndex=12;}
  if (y=='1987') {selObj.selectedIndex=13;}
  if (y=='1986') {selObj.selectedIndex=14;}
};


