// JavaScript Document
function bbm_jumpMenu(targ,selObj,restore,tagetLocation){ //v3.0
var getSelObj
var getSelMonth
getSelObj = selObj.options[selObj.selectedIndex].value
getSelObj = getSelObj.split(',',2)
getSelMonth = parseInt(getSelObj[0], 10)
  eval(targ+".location='"+tagetLocation+"month/"+getSelMonth+"/year/"+getSelObj[1]+"'");
  if (restore) selObj.selectedIndex=0;
}