

function set_search_box_status(status) {
    jQuery.ajax({type: "POST", url: "/it/Ajax/call/SearchStatus/NOPOST/1/is_open/"+status});
}