﻿tinyMCE.init({	
	// General options
	mode : "specific_textareas",
	theme : "advanced",
	editor_selector : "mceEditor",		
	plugins : "safari,pagebreak,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
	//inline_styles : false,

    theme_advanced_buttons1 : "bold,italic,underline|,justifyleft,justifycenter,justifyright,justifyfull",//formatselect,,insertpagelink,insertdocumentlink,insertimage",
    theme_advanced_buttons2 : "",//bullist,numlist,|,outdent,indent,blockquote,|,undo,redo",//|,forecolor,backcolor",//|,code",//,|,image,cleanup,code,|,insertdate,inserttime,preview,link,",       
    theme_advanced_buttons3 : "",
	theme_advanced_blockformats : "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "bottom",	
    theme_advanced_resizing : false,
    theme_advanced_resize_horizontal: false     
       
});

