function setup_tinymce(textarea,isActive)
{if(isActive==null){isActive=true;}
tinyMCE.init({theme:"cafemom",mode:isActive?"exact":"none",elements:textarea,plugins:"inlinepopups,emotions,spellchecker,safari,cafemom_paste",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;Courier New=courier new,courier,monospace",dialog_type:"modal",button_tile_map:true,relative_urls:false,convert_urls:false,remove_script_host:true,theme_advanced_toolbar_align:"left",document_base_url:"http://"+window.location.hostname+"/",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|border=0|alt|title|hspace|vspace|width|height|align|name|lang|id|mce_src]",spellchecker_rpc_url:"/plugins/tinymce/plugins/spellchecker/rpc.php",theme_cafemom_font_sizes:"Size 1=1,Size 2=2,Size 3=3,Size 4=4,Size 5=5,Size 6=6,Size 7=7",font_size_style_values:"10px,12px,16px,18px,24px,36px,48px"});}