Talho.AdvancedSearch.initialize = function(config)
{
    var as = new Talho.AdvancedSearch(config);
    return as.getPanel();
};