tinyMCE.init({
	editor_selector: "tinymce", 
	content_css: "tinymce.css",
	mode: "textareas",
	theme: "advanced",
	theme_advanced_blockformats: "p,h2,h3",
	theme_advanced_buttons1: "bold,italic,underline,separator,,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,separator,undo,redo,link,unlink,separator,forecolor,backcolor,charmap,separator,image,cleanup,help,code",
	theme_advanced_buttons2: "fontselect,fontsizeselect,separator,formatselect",
	theme_advanced_buttons3: "",
	theme_advanced_toolbar_location: "top",
	theme_advanced_toolbar_align: "left",
	theme_advanced_path_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]"
});