function go(){
            var index = document.getElementById('pagination').selectedIndex;
            if (index > 0)
                    window.location = document.getElementById('pagination').value;
}

function tblOnMouseOver() {}
function tblOnMouseOut() {}
