tinyMCE.init({

		// General options
		mode : "exact",
		theme : "advanced",
		elements : "elm1,elm2",
		plugins : "safari,table,inlinepopups,preview,media,print,paste,fullscreen,noneditable,visualchars,advhr,style",

		// Theme options
		theme_advanced_buttons1 : "bold,italic,underline,strikethrough,bullist,numlist,|,link,unlink,anchor,image,|,code,fullscreen",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
//		theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,formatselect,fontselect,fontsizeselect,|,code,preview,fullscreen",
//		theme_advanced_buttons2 : "pastetext,pasteword,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,|,forecolor,backcolor,|,styleprops",
//		theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "center",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : true,
		theme_advanced_resize_horizontal : false,

		relative_urls : false,
		remove_script_host : false


	});
