tinyMCE.init({	
	mode : "textareas",
	editor_selector : "wysiwyg",	
	plugins : "table",
	theme : "advanced",
	theme_advanced_buttons1 : "bold,italic,underline,separator,justifyleft,justifycenter,justifyright,bullist,numlist,separator,link,anchor,unlink,image",
	theme_advanced_buttons2 : "formatselect,cut,copy,paste,indent,outdent,hr,preview,code,help",
	theme_advanced_buttons3 : "tablecontrols",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	theme_advanced_blockformats : "p,address,pre,h1,h2,h3,h4,h5,h6",
	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]",
	content_css : "/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_content_custom.css"
});