tinyMCE.init
({	
	theme : "advanced",
	theme_advanced_toolbar_location : "top",
	theme_advanced_buttons1: "bold, italic, underline, strikethrough, separator, justifyleft, justifycenter, justifyright, justifyfull, separator, bullist, numlist",
	theme_advanced_buttons2: "outdent, indent, separator, undo, redo, separator, link, unlink, separator, cut, copy, paste, separator, code",
    theme_advanced_buttons3: "",
    theme_advanced_buttons4: "",
	//mode : "textareas", Puts tinyMCE onto all text areas
	mode : "specific_textareas",
    editor_selector : "enhancedTextarea" //The class to put tinyMCE onto
});