function CatalogProduct_Update(obj, fPreviewing)
{
    var sAttributes = GetAttribute(obj, "pAttributes");

    Plugin_Update(sAttributes, fPreviewing, true);
    Plugin_ShowCaptionEx(sAttributes);
    //Plugin_SetScrollableEx(sAttributes);
    
    var fSearch = parseInt(Plugin_GetFormOption(sAttributes, PLUGIN_FORM_OPTION_Searching)) > 0;
    
    LookupSearch_Show(fSearch);
}

function CatalogProduct_GetAttributes()
{
    return Plugin_GetFormAttributes();
}
