// java script functions for tya baseball


function SWjumpMenu(lstJumpPoints)
{
 window.location=lstJumpPoints.options[lstJumpPoints.selectedIndex].value;
}

