function bSearch() { var e = document.getElementById('e').value; var sButton = document.getElementById('sb').value; var sClient = document.getElementById('cc').value; var sGo = document.getElementById( 'goto' ).value; var param = 'cc=' + sClient + '&e=' + e + '&submit=' + sButton; window.location = sGo + '?' + param;}

