 tinyMCE.init ({
	  mode : "specific_textareas",
	  plugins : "save",
	  language : "en",
	  theme : "advanced",
	  theme_advanced_buttons1 : "bold,italic,underline,separator,link,unlink,separator,help,separator",
	  theme_advanced_buttons2 : "",
	  theme_advanced_buttons3 : "",
	  content_css : "/css/default.css",
	  theme_advanced_blockformats : "p,h1,h2,h3,h4,h5,h6",
	  theme_advanced_toolbar_location : "top",
	  theme_advanced_toolbar_align : "left"
	  });