	tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins : "inlinepopups",
	dialog_type : "modal",
	theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,bullist,outdent,indent,numlist,undo,redo,link,unlink",
	theme_advanced_buttons2 : "fontselect,fontsizeselect,forecolor,image",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_fonts : "Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;AkrutiKndPadmini=Akpdmi-n",
	theme_advanced_font_sizes : "1,2,3,4,5,6,7",
	theme_advanced_text_colors : "FFFFFF,000000,a51a03",
  entity_encoding : "raw",
  document_base_url : "www.acesand8spoker.com",
  strict_loading_mode : true
});

function toggleEditor(id) {
	if (!tinyMCE.get(id))
		tinyMCE.execCommand('mceAddControl', false, id);
	else
		tinyMCE.execCommand('mceRemoveControl', false, id);
}
