function MM_jumpMenu(targ,selObj,y){ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (y=='2000') {selObj.selectedIndex=0;}
  if (y=='2001') {selObj.selectedIndex=1;}
  if (y=='2002') {selObj.selectedIndex=2;}
  if (y=='2003') {selObj.selectedIndex=3;}
  if (y=='2004') {selObj.selectedIndex=4;}
  if (y=='2005') {selObj.selectedIndex=5;}
  if (y=='2006') {selObj.selectedIndex=6;}
};


