tinyMCE.init({
	mode : "exact",
	elements : "article_input,class=article_input",
	theme : "advanced",
	plugins : "dd,imagemanager",
	theme_advanced_buttons1 : "dd_title,dd_subtitle,dd_quote,dd_list,code,removeformat,link,unlink,bold,insertimage",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	theme_advanced_resizing : true,
	width : "320",
        height: "300",
	force_p_newlines : true,
	theme_advanced_resize_horizontal : false,
	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]",
	template_external_list_url : "example_template_list.js",
        imagemanager_insert_template : '<img src="{$url}" width="{$custom.width}" height="{$custom.height}" />'
});
