//left menu abc
function inputABC(caId, section, search_location_sub, search_maintitle) 
{                       
    var ajax = new Ajax();    
    ajax.post2html( "../ajax/ajax_abc.php", "div_ajax_abc", [
        ["mode", "input_abc"],
        ["caId", encodeURI( caId )],
        ["section", encodeURI( section )],
        ["search_location_sub", encodeURI( search_location_sub )],
        ["search_maintitle", encodeURI( search_maintitle )] 
    ] );
}

//left menu abc
function inputABC_main(caId) 
{                       
    var ajax = new Ajax();    
    ajax.post2html( "../ajax/ajax_abc.php", "div_ajax_abc_main", [
        ["mode", "input_abc_main"],
        ["caId", encodeURI( caId )] 
    ] );
}
