tinyMCE.init({
	mode : "exact",
	elements : "setting_value1,CONTENT_MAIN_PAGE,CONTENT_MAIN_PAGE_PUBLIC,CONTENT_PRIVACY,CONTENT_TERMS,CONTENT_ORDER_COMPLETED",
	theme : "advanced",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	//external_image_list_url : "image_list.php",
    plugin_insertdate_dateFormat : "%Y-%m-%d",
    plugin_insertdate_timeFormat : "%H:%M:%S",
	extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
	theme_advanced_resize_horizontal : false,
	theme_advanced_resizing : true
});
