function statechange()
{
    var st = document.cform.st.value;
    window.location = "staterecords.php?st=" + st
}
function fishchange()
{
    var fish = document.cform.fish.value;
    window.location = "fishrecords.php?fish=" + fish
}

