/*======================================================================*\
|| #################################################################### ||
|| # JAKCMS 1.3                                                       # ||
|| # ---------------------------------------------------------------- # ||
|| # Copyright 2010 JAKCMS All Rights Reserved.                       # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- JAKCMS IS NOT FREE SOFTWARE ----------------    # ||
|| # http://www.jakcms.com | http://www.jakcms.com/disclaimer/        # ||
|| #################################################################### ||
\*======================================================================*/

(function(){jakCMS.editor=function(){if(typeof tinyMCE!='undefined'){tinyMCE.init({theme:"jakcms",mode:"textareas",language:jakCMS.jakcms_lang,skin:"jak",plugins:"autosave,emotions,preview,media",theme_jakcms_buttons1:"bold,italic,justifyleft,justifycenter,bullist,numlist,undo,redo,link,unlink,image,emotions,media,forecolor,blockquote,media,removeformat",theme_jakcms_buttons2:"",theme_jakcms_buttons3:"",extended_valid_elements:"a[href|title|rel],"+"b[],"+"blockquote[],"+"br[clear],"+"center[align|height|width],"+"em[],"+"font[color],"+"img[align|alt|border|height|src|width],"+"li[],"+"ol[],"+"p[align|style],"+"small[],"+"strong[],"+"u[],"+"ul[]"+"object[height|width|data|type],"+"param[name|value],",theme_jakcms_toolbar_location:"top",theme_jakcms_toolbar_align:"left",content_css:jakCMS.jakcms_url+"css/jakcms.css",emotions_images_url:jakCMS.jakcms_url,entity_encoding:"raw",editor_selector:"jakEditor",add_unload_trigger:false,remove_linebreaks:false,inline_styles:false,convert_fonts_to_spans:false,convert_urls:false})}};$(window).bind('load',jakCMS.editor)})();