
function OnPageBrowseChange(s)
{
    window.location = s.options[s.selectedIndex].value;
}

