function group_selected(site,val1, val2)
{
    $.post(site,{symbol_group:val1},function(data){$("#category").children().remove();$("#category").prepend(data);$("#category").selectOptions(val2);});
}

