/* init tiny mce */
$$(tinyMCE.init({
    language: "de",
    mode: "specific_textareas",
    editor_selector: "mceEditor",
    theme: "advanced",
    theme_advanced_buttons1 : "link,bold,italic,underline",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_toolbar_location : "top"
}));


