tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	plugins : "safari,save,advlink,contextmenu,paste,directionality,noneditable,nonbreaking,xhtmlxtras",

	// Theme options
	theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyfull,|,pasteword,cleanup,removeformat,|,formatselect,fontsizeselect,|,bullist,numlist,|,code,|,undo,redo,|,link,unlink,",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_buttons4 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_resizing : true,

	// Example content CSS (should be your site CSS)
	content_css : "css/content.css",



});
