tinyMCE.init({
	mode : "exact",
	elements : "SETTING_MEMBER_PAGE,SETTING_MAIN_PAGE,SETTING_DISCLAIMER,EMAIL_HEADER,EMAIL_FOOTER,scrapbook_content",
	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
});

