tinyMCE.init({
    mode:                               "exact",
    elements:                           "news-form-text",
    theme:                              "advanced",
    skin:                               "o2k7",
    skin_variant:                       "silver",
    plugins:                            "nonbreaking, advlink, style, safari, advimage, paste",
    language:                           "sk",

    theme_advanced_buttons1:            "undo, redo, |, bold, italic, underline, "
        + "formatselect, fontselect, fontsizeselect, |, charmap",
    theme_advanced_buttons2:            "bullist, numlist, |, "
        + "|, link, unlink, anchor, |, forecolor, backcolor, removeformat, |, nonbreaking, |, styleprops",
    theme_advanced_buttons3:            "",
    theme_advanced_toolbar_location:    "top",
    theme_advanced_toolbar_align:       "left",
    theme_advanced_statusbar_location:  "bottom"
//    content_css :                       "/css/main.css"
});



