tinyMCE.init({
mode : "textareas",
theme : "advanced",
language:'de',
height: '50px',
width: '480px',
plugins: 'advlink',
editor_selector : "mce_simple",
theme_advanced_toolbar_location : "top",
theme_advanced_buttons1 : "unlink,code",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
content_css : "css/edit.css",
theme_advanced_toolbar_align : "right",
valid_elements : "a[href],br",
cleanup_on_startup : true,
cleanup : true,
});


tinyMCE.init({
mode : "textareas",
language:'de',
theme : "advanced",
editor_selector : "mceEditor",
entity_encoding : "raw",  // axel 9.12.2010
gecko_spellcheck : true,
constrain_menus : true,
cleanup : true,
plugins : "safari,style,table,advimage,advlink,media,contextmenu,paste,fullscreen,visualchars,nonbreaking,layer",
// Theme options,
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull",
theme_advanced_buttons1_add : "bullist,numlist,|,outdent,indent,blockquote,|,cleanup,removeformat,|,link,unlink,anchor,|,visualaid",
theme_advanced_buttons2: " pastetext,pasteword,|,forecolor,backcolor,|,sub,sup,|,hr,charmap,media,image,|,insertlayer,moveforward,movebackward,absolute,|,fullscreen,code,undo,redo",
theme_advanced_buttons3 : "tablecontrols,|,formatselect,styleselect",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
extended_valid_elements : "*[*]",
theme_advanced_blockformats : "p,div,h1,h2,h3,h4,h5,blockquote,code,pre,address",
width : "100",
height: "305",
// Example content CSS (should be your site CSS),
content_css : "css/edit.css",
style_formats : [
                 {title : 'style1', block: 'div', classes : 'style1',wrapper:1},
                 {title : 'style2', block: 'div', classes : 'style2',wrapper:1},
                 {title : 'style3', block: 'div', classes : 'style3',wrapper:1},
                 
             ]
});



