//////////////////////////////////////////////////////////////////////////////////////////
//
// compound content management system
// copyright (c) 2007 idearts gbr.
// created by tobias m. lensing, all rights reserved
//
//////////////////////////////////////////////////////////////////////////////////////////

tinyMCE.init({
	mode : "exact",
	elements: "content",
	width : "360px",
	language : "de",
	theme : "advanced",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	theme_advanced_resizing : false,
	theme_advanced_resize_horizontal : false,
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,formatselect",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
    entity_encoding : "named",
    convert_newlines_to_brs: true,
	force_p_newlines : false,
	force_br_newlines : false,
    content_css: g_site_url + "/css/tinymce.css",
    valid_elements: "strong,b,em,i,u,strike,br,h1,h2,h3,h4,p,a",
    relative_urls: false,
    debug : false
});


