/*
tinyMCE.init({
	language : 'zh',
	mode : "textareas",
	theme : "advanced",
	plugins : "emotions,preview,insertdatetime",
	
	theme_advanced_resizing : true,
	
	theme_advanced_buttons1 : "newdocument ,|, bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,undo,redo,link,unlink ,|, forecolor,backcolor ,|, insertdate,inserttime ,|, image ,|, emotions ,|, code,preview",
	theme_advanced_buttons2 : "" ,
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	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]"
		
});
*/
function ticymce_init(){
	tinyMCE.init({
		language : 'zh',
		mode : "textareas",
		theme : "advanced",
		plugins : "emotions,preview,insertdatetime",
		theme_advanced_resizing : false,
		theme_advanced_buttons1 : "newdocument ,|, fontsizeselect,bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,undo,redo,link,unlink ,|, forecolor,backcolor ,|, image ,|, emotions ,|, code,preview",
		theme_advanced_buttons2 : "" ,
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		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]"
	});
}

function ticymce_init2(){
	tinyMCE.init({
		language : 'zh',
		mode : "textareas",
		theme : "advanced",
		plugins : "emotions,preview,insertdatetime",
		theme_advanced_resizing : false,
		theme_advanced_buttons1 : "newdocument ,|, fontsizeselect,bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,undo,redo,link,unlink ,|, forecolor,backcolor ,|, emotions",
		theme_advanced_buttons2 : "" ,
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		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]"
	});
}

function ticymce_init3(){
	tinyMCE.init({
		language : 'zh',
		mode : "textareas",
		theme : "advanced",
		plugins : "emotions,preview,insertdatetime",
		theme_advanced_resizing : false,
		theme_advanced_buttons1 : "newdocument ,|, fontsizeselect,bold,italic,underline,bullist,numlist,undo,redo ,|, forecolor,backcolor",
		theme_advanced_buttons2 : "" ,
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		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]"
	});
}

function ticymce_init4(){
	tinyMCE.init({
		language : 'zh',
		mode : "textareas",
		theme : "advanced",
		plugins : "emotions,preview,insertdatetime",
		theme_advanced_resizing : false,
		theme_advanced_buttons1 : "newdocument ,|, fontsizeselect,bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,bullist,numlist,undo,redo,link,unlink ,|, forecolor,backcolor ,|, image ,|, code,preview",
		theme_advanced_buttons2 : "" ,
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		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]"
	});
}