    tinyMCE_GZ.init({
        plugins : 'style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras',
        themes : 'simple,advanced',
        languages : 'en',
        disk_cache : true,
        debug : false
    });

    tinyMCE.init({
        mode : "exact",
        elements : "Post",
        theme : "advanced",
        plugins : "advimage,media,emotions,inlinepopups",
        theme_advanced_buttons1 : "bold,italic,underline,separator,image,media,separator,emotions,separator,code",
        theme_advanced_buttons2 : "",
        theme_advanced_buttons3 : "",
        theme_advanced_buttons4 : "",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_path_location : "",
        extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
        template_external_list_url : "example_template_list.js"
    });
