function setup_tinymce(textarea,isActive,editorStyle,extra)
{if(isActive==null){isActive=true;}
tinyMCE.init(tinymce.extend({theme:"cafemom",mode:isActive?"exact":"none",elements:textarea,plugins:"inlinepopups,emotions,spellchecker,safari,cafemom_paste,cafemom_fontstyles",spellchecker_languages:"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv",theme_cafemom_buttons1:"bold,italic,underline,strikethrough,forecolor,link,spellchecker,emotions",theme_cafemom_disable:"justifyleft,justifycenter,justifyright,justifyfull,outdent,indent,cut,copy,paste,undo,redo,unlink,cleanup,help,code,hr,removeformat,formatselect,fontselect,styleselect,sub,sup,backcolor,charmap,visualaid,anchor,newdocument,separator,fontsizeselect,bullist,numlist,image,fontselect",theme_cafemom_buttons2:"",theme_cafemom_buttons3:"",theme_cafemom_fonts:"Arial=arial,helvetica,sans-serif;Verdana=Verdana, Geneva, sans-serif;Times New Roman=times new roman, times, serif;Courier New=courier new,courier,monospace;Comic Sans MS=Comic Sans MS,cursive",dialog_type:"modal",button_tile_map:true,convert_urls:false,theme_advanced_toolbar_align:"left",content_css:"/css/editor_content.css",popup_css:"/css/editor_popup.css",editor_css:"/css/editor_ui.css",browsers:"msie,gecko,safari,opera",extended_valid_elements:"img[class|src|alt|width|height|border=0|align|name|lang|id|style|title|hspace|vspace]",spellchecker_rpc_url:"/plugins/tinymce/plugins/spellchecker/rpc.php",theme_cafemom_font_sizes:"Size 1=10px,Size 2=12px,Size 3=16px,Size 4=18px,Size 5=24px,Size 6=36px,Size 7=48px",cafemom_fontstyles_stylestring:editorStyle?editorStyle:'',font_size_style_values:"10px,12px,16px,18px,24px,36px,48px"},extra));}
