// JavaScript Document
	 tinyMCE.init({
         mode : "textareas",
         theme : "advanced",
		 theme_advanced_resizing : true,
		 theme_advanced_buttons1 : "forecolor, forecolorpicker, bold, italic, hr, underline, justifyfull, justifyleft, justifyright, justifycenter advlink, advimage, backcolor, fontselect, fontsizeselect",
		 theme_advanced_default_background_color : "#363636",
		 theme_advanced_default_foreground_color: "White"

      });
