function search_go() {
    var keystr = encodeURIComponent(document.getElementById('Keyword').value);
    window.location = "http://localhost:8066/Search.asp?Keyword=" + keystr;
}

