function bmJumpMenu(jumper){
if(jumper.selectedIndex>0){document.location.href=jumper.options[jumper.selectedIndex].value;}
}


