//<![CDATA[
tinyMCE.init({
browsers : "msie,gecko",
editor_selector : 'mceEditor',
entities : '160,nbsp,38,amp,34,quot,162,cent,8364,euro,163,pound,165,yen,169,copy,174,reg,8482,trade,8240,permil,60,lt,62,gt,8804,le,8805,ge,176,deg,8722,minus',
entity_encoding : 'named',
mode : 'textareas',
paste_auto_cleanup_on_paste : true,
plugins : "contextmenu,paste,nonbreaking",
theme : 'advanced',
theme_advanced_buttons1 : "formatselect,separator,bold,italic,strikethrough,separator,link,unlink,separator,bullist,numlist,separator,sub,sup,separator,nonbreaking,removeformat,separator,undo,redo,separator,code",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_resize_horizontal : false,
theme_advanced_resizing : true,
theme_advanced_toolbar_align : 'left',
theme_advanced_toolbar_location : 'top'
});
//]]>