function PreProcessTinyMCE(setting)
{
    //setting["content_css"] = "/sites/all/themes/meggh/assets/css/editor.css"
     setting["style_formats"]= [
                {title : 'general-content-paragraph',block:"p", styles : {color : '#635F51',"font-family" : 'Arial',"font-size" : '14px'}},
                {title : 'small-content',block:"p", styles : {color : '#010101',"font-family" : 'Arial',"font-size" : '12px','font-weight':'bold'}},
                {title : 'red-content',block:"p", styles : {color : '#A56C22',"font-family" : 'Arial',"font-size" : '10px;','font-weight':'bold'}},
                {title : 'bold-content',block:"p", styles : {color : '#444444',"font-family" : 'Arial',"font-size" : '14px','font-weight':'bold'}},
                {title : 'homepage-content',block:"p", styles : {color : '#FDFDFD',"font-family" : 'Arial',"font-size" : '16px','font-weight':'normal'}},
        ];
    return setting;
}
