
tinyMCE.init({
	mode : "exact",
	elements : "ContentBody",
	theme : "advanced",

	compress : false,
	//invalid_elements : "p",
	//force_p_newlines : false,
	//force_br_newlines : true,

	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
   	entity_encoding: "utf-8",

	
	//extended_valid_elements : "input[name|size|type|value|onclick],iframe[height|width|src],object[classid|codebase|width|height],param[name|value|flashvars|allowscriptaccess|file],embed[src|quality|width|height|type|pluginspage|bgcolor]",
	

	width: 800,
	height: 600,
	//entity_encoding:"raw",
	//entities: "",

	
		
	plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
	// Theme options

	theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",

	theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",

	theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",

	theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage",
	
	theme_advanced_blockformats:"p,h1,h2,h3",
	
	theme_advanced_fonts : "Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Courier New=courier new,courier;Times New Roman=times new roman,times;",
	theme_advanced_font_sizes : "11px,12px,18px",
	theme_advanced_text_colors : '#000000,#EDEDED,#EEEEEE,#A5ACB2,#AAAAAA,#7D7D7D,#767676,#808080,#C60C30,#F7403A,#6E7645,#858E64,#5695D1,#0098DB,#5EB6E4,#FDC82F,#C08407,#FAE700,#E2AD17,#ACA696,#A03D1E,#C6463B,#C05E2B,#C56B3D,#993300,#013145,#FFFFFF',
	theme_advanced_background_colors : '#000000,#EDEDED,#EEEEEE,#A5ACB2,#AAAAAA,#7D7D7D,#767676,#808080,#C60C30,#F7403A,#6E7645,#858E64,#5695D1,#0098DB,#5EB6E4,#FDC82F,#C08407,#FAE700,#E2AD17,#ACA696,#A03D1E,#C6463B,#C05E2B,#C56B3D,#993300,#013145,#FFFFFF',
	
	content_css : "/css/content.css,/css/content_brandcolor.css",

	theme_advanced_resizing : true,	
	
	relative_urls : false
	//remove_script_host : true
});

