// Pfad zur CSS-Datei
var css_path = "../";
if ( !location.href.match( 'mahout') ){
	css_path = "../../";
}

tinyMCE.init({
	mode : "textareas",
	theme : "avency",
	skin : "avency",
	language : "de",
	editor_selector : "mce",
	plugins : "table,searchreplace,advlink,advimage,fullscreen",
	fullscreen_new_window : false,
	auto_resize : true,
	theme_avency_resizing_min_height : 100,
	theme_avency_resizing_max_height : 240,
	min_height : 200,
	max_height : 400,
	content_css : css_path+"_includes/css/screen.css",
    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]"
});
