tinyMCE.init({
        theme : "advanced",
		mode : "specific_textareas",
        editor_selector : "mceEditor",
		theme_advanced_fonts : "Andale Mono=andale mono,times;"+
                "Arial=arial,helvetica,sans-serif;"+
                "Arial Black=arial black,avant garde;"+
                "Book Antiqua=book antiqua,palatino;"+
                "Comic Sans MS=comic sans ms,sans-serif;"+
                "Courier New=courier new,courier;"+
                "Georgia=georgia,palatino;"+
                "Helvetica=helvetica;"+
                "Impact=impact,chicago;"+
                "Symbol=symbol;"+
                "Tahoma=tahoma,arial,helvetica,sans-serif;"+
                "Terminal=terminal,monaco;"+
                "Times New Roman=times new roman,times;"+
                "Trebuchet MS=trebuchet ms,geneva;"+
                "Verdana=verdana,geneva;"+
                "Webdings=webdings;"+
                "Wingdings=wingdings,zapf dingbats",
		theme_advanced_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
		theme_advanced_font_sizes : "Big text=30px,Small text=small,My Text Size=.mytextsize",
        theme_advanced_buttons1 : "cut,copy,paste,undo,redo,link,unlink,image,cleanup,help,code,hr,removeformat",
		theme_advanced_buttons2 : "bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,outdent,indent,sup,sub",
        theme_advanced_buttons3 : "formatselect,fontselect,fontsizeselect,styleselect,forecolor,backcolor,charmap,visualaid,anchor,newdocument,blockquote",
});
tinyMCE.init({
        theme : "simple",
		mode : "specific_textareas",
        editor_selector : "mceEditor2",
		theme_advanced_fonts : "Andale Mono=andale mono,times;"+
                "Arial=arial,helvetica,sans-serif;"+
                "Arial Black=arial black,avant garde;"+
                "Book Antiqua=book antiqua,palatino;"+
                "Comic Sans MS=comic sans ms,sans-serif;"+
                "Courier New=courier new,courier;"+
                "Georgia=georgia,palatino;"+
                "Helvetica=helvetica;"+
                "Impact=impact,chicago;"+
                "Symbol=symbol;"+
                "Tahoma=tahoma,arial,helvetica,sans-serif;"+
                "Terminal=terminal,monaco;"+
                "Times New Roman=times new roman,times;"+
                "Trebuchet MS=trebuchet ms,geneva;"+
                "Verdana=verdana,geneva;"+
                "Webdings=webdings;"+
                "Wingdings=wingdings,zapf dingbats",
		theme_advanced_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
		theme_advanced_font_sizes : "Big text=30px,Small text=small,My Text Size=.mytextsize",
		theme_advanced_buttons1 : "bold,italic,underline",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
});
