<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[17520] branches/3.1/wp-includes: Add TinyMCE version number.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/17520">17520</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2011-03-10 18:47:36 +0000 (Thu, 10 Mar 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add TinyMCE version number. props SergeyBiryukov, fixes <a href="http://trac.wordpress.org/ticket/16674">#16674</a> for the 3.1 branch.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#branches31wpincludesjstinymcetiny_mcejs">branches/3.1/wp-includes/js/tinymce/tiny_mce.js</a></li>
<li><a href="#branches31wpincludesjstinymcewptinymcejsgz">branches/3.1/wp-includes/js/tinymce/wp-tinymce.js.gz</a></li>
<li><a href="#branches31wpincludesversionphp">branches/3.1/wp-includes/version.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="branches31wpincludesjstinymcetiny_mcejs"></a>
<div class="modfile"><h4>Modified: branches/3.1/wp-includes/js/tinymce/tiny_mce.js (17519 => 17520)</h4>
<pre class="diff"><span>
<span class="info">--- branches/3.1/wp-includes/js/tinymce/tiny_mce.js        2011-03-10 04:25:40 UTC (rev 17519)
+++ branches/3.1/wp-includes/js/tinymce/tiny_mce.js        2011-03-10 18:47:36 UTC (rev 17520)
</span><span class="lines">@@ -1 +1 @@
</span><del>-(function(d){var a=/^\s*|\s*$/g,e,c=&quot;B&quot;.replace(/A(.)|B/,&quot;$1&quot;)===&quot;$1&quot;;var b={majorVersion:&quot;@@tinymce_major_version@@&quot;,minorVersion:&quot;@@tinymce_minor_version@@&quot;,releaseDate:&quot;@@tinymce_release_date@@&quot;,_init:function(){var s=this,q=document,o=navigator,g=o.userAgent,m,f,l,k,j,r;s.isOpera=d.opera&amp;&amp;opera.buildNumber;s.isWebKit=/WebKit/.test(g);s.isIE=!s.isWebKit&amp;&amp;!s.isOpera&amp;&amp;(/MSIE/gi).test(g)&amp;&amp;(/Explorer/gi).test(o.appName);s.isIE6=s.isIE&amp;&amp;/MSIE [56]/.test(g);s.isGecko=!s.isWebKit&amp;&amp;/Gecko/.test(g);s.isMac=g.indexOf(&quot;Mac&quot;)!=-1;s.isAir=/adobeair/i.test(g);s.isIDevice=/(iPad|iPhone)/.test(g);if(d.tinyMCEPreInit){s.suffix=tinyMCEPreInit.suffix;s.baseURL=tinyMCEPreInit.base;s.query=tinyMCEPreInit.query;return}s.suffix=&quot;&quot;;f=q.getElementsByTagName(&quot;base&quot;);for(m=0;m&lt;f.length;m++){if(r=f[m].href){if(/^https?:\/\/[^\/]+$/.test(r)){r+=&quot;/&quot;}k=r?r.match(/.*\//)[0]:&quot;&quot;}}function h(i){if(i.src&amp;&amp;/tiny_mce(|_gzip|_jquery|_prototype|_full)(_dev|_src)?.js/.test(i.src)){if(/_(src|dev)\.js/g.test(i.src)){s.suffix=&quot;_src&quot;}if((j=i.src.indexOf(&quot;?&quot;))!=-1){s.query=i.src.substring(j+1)}s.baseURL=i.src.substring(0,i.src.lastIndexOf(&quot;/&quot;));if(k&amp;&amp;s.baseURL.indexOf(&quot;://&quot;)==-1&amp;&amp;s.baseURL.indexOf(&quot;/&quot;)!==0){s.baseURL=k+s.baseURL}return s.baseURL}return null}f=q.getElementsByTagName(&quot;script&quot;);for(m=0;m&lt;f.length;m++){if(h(f[m])){return}}l=q.getElementsByTagName(&quot;head&quot;)[0];if(l){f=l.getElementsByTagName(&quot;script&quot;);for(m=0;m&lt;f.length;m++){if(h(f[m])){return}}}return},is:function(g,f){if(!f){return g!==e}if(f==&quot;array&quot;&amp;&amp;(g.hasOwnProperty&amp;&amp;g instanceof Array)){return true}return typeof(g)==f},each:function(i,f,h){var j,g;if(!i){return 0}h=h||i;if(i.length!==e){for(j=0,g=i.length;j&lt;g;j++){if(f.call(h,i[j],j,i)===false){return 0}}}else{for(j in i){if(i.hasOwnProperty(j)){if(f.call(h,i[j],j,i)===false){return 0}}}}return 1},map:function(g,h){var i=[];b.each(g,function(f){i.push(h(f))});return i},grep:function(g,h){var i=[];b.each(g,function(f){if(!h||h(f)){i.push(f)}});return i},inArray:function(g,h){var j,f;if(g){for(j=0,f=g.length;j&lt;f;j++){if(g[j]===h){return j}}}return -1},extend:function(k,j){var h,g,f=arguments;for(h=1,g=f.length;h&lt;g;h++){j=f[h];b.each(j,function(i,l){if(i!==e){k[l]=i}})}return k},trim:function(f){return(f?&quot;&quot;+f:&quot;&quot;).replace(a,&quot;&quot;)},create:function(n,f){var m=this,g,i,j,k,h,l=0;n=/^((static) )?([\w.]+)(:([\w.]+))?/.exec(n);j=n[3].match(/(^|\.)(\w+)$/i)[2];i=m.createNS(n[3].replace(/\.\w+$/,&quot;&quot;));if(i[j]){return}if(n[2]==&quot;static&quot;){i[j]=f;if(this.onCreate){this.onCreate(n[2],n[3],i[j])}return}if(!f[j]){f[j]=function(){};l=1}i[j]=f[j];m.extend(i[j].prototype,f);if(n[5]){g=m.resolve(n[5]).prototype;k=n[5].match(/\.(\w+)$/i)[1];h=i[j];if(l){i[j]=function(){return g[k].apply(this,arguments)}}else{i[j]=function(){this.parent=g[k];return h.apply(this,arguments)}}i[j].prototype[j]=i[j];m.each(g,function(o,p){i[j].prototype[p]=g[p]});m.each(f,function(o,p){if(g[p]){i[j].prototype[p]=function(){this.parent=g[p];return o.apply(this,arguments)}}else{if(p!=j){i[j].prototype[p]=o}}})}m.each(f[&quot;static&quot;],function(o,p){i[j][p]=o});if(this.onCreate){this.onCreate(n[2],n[3],i[j].prototype)}},walk:function(i,h,j,g){g=g||this;if(i){if(j){i=i[j]}b.each(i,function(k,f){if(h.call(g,k,f,j)===false){return false}b.walk(k,h,j,g)})}},createNS:function(j,h){var g,f;h=h||d;j=j.split(&quot;.&quot;);for(g=0;g&lt;j.length;g++){f=j[g];if(!h[f]){h[f]={}}h=h[f]}return h},resolve:function(j,h){var g,f;h=h||d;j=j.split(&quot;.&quot;);for(g=0,f=j.length;g&lt;f;g++){h=h[j[g]];if(!h){break}}return h},addUnload:function(j,i){var h=this;j={func:j,scope:i||this};if(!h.unloads){function g(){var f=h.unloads,l,m;if(f){for(m in f){l=f[m];if(l&amp;&amp;l.func){l.func.call(l.scope,1)}}if(d.detachEvent){d.detachEvent(&quot;onbeforeunload&quot;,k);d.detachEvent(&quot;onunload&quot;,g)}else{if(d.removeEventListener){d.removeEventListener(&quot;unload&quot;,g,false)}}h.unloads=l=f=w=g=0;if(d.CollectGarbage){CollectGarbage()}}}function k(){var l=document;if(l.readyState==&quot;interactive&quot;){function f(){l.detachEvent(&quot;onstop&quot;,f);if(g){g()}l=0}if(l){l.attachEvent(&quot;onstop&quot;,f)}d.setTimeout(function(){if(l){l.detachEvent(&quot;onstop&quot;,f)}},0)}}if(d.attachEvent){d.attachEvent(&quot;onunload&quot;,g);d.attachEvent(&quot;onbeforeunload&quot;,k)}else{if(d.addEventListener){d.addEventListener(&quot;unload&quot;,g,false)}}h.unloads=[j]}else{h.unloads.push(j)}return j},removeUnload:function(i){var g=this.unloads,h=null;b.each(g,function(j,f){if(j&amp;&amp;j.func==i){g.splice(f,1);h=i;return false}});return h},explode:function(f,g){return f?b.map(f.split(g||&quot;,&quot;),b.trim):f},_addVer:function(g){var f;if(!this.query){return g}f=(g.indexOf(&quot;?&quot;)==-1?&quot;?&quot;:&quot;&amp;&quot;)+this.query;if(g.indexOf(&quot;#&quot;)==-1){return g+f}return g.replace(&quot;#&quot;,f+&quot;#&quot;)},_replace:function(h,f,g){if(c){return g.replace(h,function(){var l=f,j=arguments,k;for(k=0;k&lt;j.length-2;k++){if(j[k]===e){l=l.replace(new RegExp(&quot;\\$&quot;+k,&quot;g&quot;),&quot;&quot;)}else{l=l.replace(new RegExp(&quot;\\$&quot;+k,&quot;g&quot;),j[k])}}return l})}return g.replace(h,f)}};b._init();d.tinymce=d.tinyMCE=b})(window);tinymce.create(&quot;tinymce.util.Dispatcher&quot;,{scope:null,listeners:null,Dispatcher:function(a){this.scope=a||this;this.listeners=[]},add:function(a,b){this.listeners.push({cb:a,scope:b||this.scope});return a},addToTop:function(a,b){this.listeners.unshift({cb:a,scope:b||this.scope});return a},remove:function(a){var b=this.listeners,c=null;tinymce.each(b,function(e,d){if(a==e.cb){c=a;b.splice(d,1);return false}});return c},dispatch:function(){var f,d=arguments,e,b=this.listeners,g;for(e=0;e&lt;b.length;e++){g=b[e];f=g.cb.apply(g.scope,d);if(f===false){break}}return f}});(function(){var a=tinymce.each;tinymce.create(&quot;tinymce.util.URI&quot;,{URI:function(e,g){var f=this,h,d,c;e=tinymce.trim(e);g=f.settings=g||{};if(/^(mailto|tel|news|javascript|about|data):/i.test(e)||/^\s*#/.test(e)){f.source=e;return}if(e.indexOf(&quot;/&quot;)===0&amp;&amp;e.indexOf(&quot;//&quot;)!==0){e=(g.base_uri?g.base_uri.protocol||&quot;http&quot;:&quot;http&quot;)+&quot;://mce_host&quot;+e}if(!/^\w*:?\/\//.test(e)){e=(g.base_uri.protocol||&quot;http&quot;)+&quot;://mce_host&quot;+f.toAbsPath(g.base_uri.path,e)}e=e.replace(/@@/g,&quot;(mce_at)&quot;);e=/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/.exec(e);a([&quot;source&quot;,&quot;protocol&quot;,&quot;authority&quot;,&quot;userInfo&quot;,&quot;user&quot;,&quot;password&quot;,&quot;host&quot;,&quot;port&quot;,&quot;relative&quot;,&quot;path&quot;,&quot;directory&quot;,&quot;file&quot;,&quot;query&quot;,&quot;anchor&quot;],function(b,j){var k=e[j];if(k){k=k.replace(/\(mce_at\)/g,&quot;@@&quot;)}f[b]=k});if(c=g.base_uri){if(!f.protocol){f.protocol=c.protocol}if(!f.userInfo){f.userInfo=c.userInfo}if(!f.port&amp;&amp;f.host==&quot;mce_host&quot;){f.port=c.port}if(!f.host||f.host==&quot;mce_host&quot;){f.host=c.host}f.source=&quot;&quot;}},setPath:function(c){var b=this;c=/^(.*?)\/?(\w+)?$/.exec(c);b.path=c[0];b.directory=c[1];b.file=c[2];b.source=&quot;&quot;;b.getURI()},toRelative:function(b){var c=this,d;if(b===&quot;./&quot;){return b}b=new tinymce.util.URI(b,{base_uri:c});if((b.host!=&quot;mce_host&quot;&amp;&amp;c.host!=b.host&amp;&amp;b.host)||c.port!=b.port||c.protocol!=b.protocol){return b.getURI()}d=c.toRelPath(c.path,b.path);if(b.query){d+=&quot;?&quot;+b.query}if(b.anchor){d+=&quot;#&quot;+b.anchor}return d},toAbsolute:function(b,c){var b=new tinymce.util.URI(b,{base_uri:this});return b.getURI(this.host==b.host&amp;&amp;this.protocol==b.protocol?c:0)},toRelPath:function(g,h){var c,f=0,d=&quot;&quot;,e,b;g=g.substring(0,g.lastIndexOf(&quot;/&quot;));g=g.split(&quot;/&quot;);c=h.split(&quot;/&quot;);if(g.length&gt;=c.length){for(e=0,b=g.length;e&lt;b;e++){if(e&gt;=c.length||g[e]!=c[e]){f=e+1;break}}}if(g.length&lt;c.length){for(e=0,b=c.length;e&lt;b;e++){if(e&gt;=g.length||g[e]!=c[e]){f=e+1;break}}}if(f==1){return h}for(e=0,b=g.length-(f-1);e&lt;b;e++){d+=&quot;../&quot;}for(e=f-1,b=c.length;e&lt;b;e++){if(e!=f-1){d+=&quot;/&quot;+c[e]}else{d+=c[e]}}return d},toAbsPath:function(e,f){var c,b=0,h=[],d,g;d=/\/$/.test(f)?&quot;/&quot;:&quot;&quot;;e=e.split(&quot;/&quot;);f=f.split(&quot;/&quot;);a(e,function(i){if(i){h.push(i)}});e=h;for(c=f.length-1,h=[];c&gt;=0;c--){if(f[c].length==0||f[c]==&quot;.&quot;){continue}if(f[c]==&quot;..&quot;){b++;continue}if(b&gt;0){b--;continue}h.push(f[c])}c=e.length-b;if(c&lt;=0){g=h.reverse().join(&quot;/&quot;)}else{g=e.slice(0,c).join(&quot;/&quot;)+&quot;/&quot;+h.reverse().join(&quot;/&quot;)}if(g.indexOf(&quot;/&quot;)!==0){g=&quot;/&quot;+g}if(d&amp;&amp;g.lastIndexOf(&quot;/&quot;)!==g.length-1){g+=d}return g},getURI:function(d){var c,b=this;if(!b.source||d){c=&quot;&quot;;if(!d){if(b.protocol){c+=b.protocol+&quot;://&quot;}if(b.userInfo){c+=b.userInfo+&quot;@&quot;}if(b.host){c+=b.host}if(b.port){c+=&quot;:&quot;+b.port}}if(b.path){c+=b.path}if(b.query){c+=&quot;?&quot;+b.query}if(b.anchor){c+=&quot;#&quot;+b.anchor}b.source=c}return b.source}})})();(function(){var a=tinymce.each;tinymce.create(&quot;static tinymce.util.Cookie&quot;,{getHash:function(d){var b=this.get(d),c;if(b){a(b.split(&quot;&amp;&quot;),function(e){e=e.split(&quot;=&quot;);c=c||{};c[unescape(e[0])]=unescape(e[1])})}return c},setHash:function(j,b,g,f,i,c){var h=&quot;&quot;;a(b,function(e,d){h+=(!h?&quot;&quot;:&quot;&amp;&quot;)+escape(d)+&quot;=&quot;+escape(e)});this.set(j,h,g,f,i,c)},get:function(i){var h=document.cookie,g,f=i+&quot;=&quot;,d;if(!h){return}d=h.indexOf(&quot;; &quot;+f);if(d==-1){d=h.indexOf(f);if(d!=0){return null}}else{d+=2}g=h.indexOf(&quot;;&quot;,d);if(g==-1){g=h.length}return unescape(h.substring(d+f.length,g))},set:function(i,b,g,f,h,c){document.cookie=i+&quot;=&quot;+escape(b)+((g)?&quot;; expires=&quot;+g.toGMTString():&quot;&quot;)+((f)?&quot;; path=&quot;+escape(f):&quot;&quot;)+((h)?&quot;; domain=&quot;+h:&quot;&quot;)+((c)?&quot;; secure&quot;:&quot;&quot;)},remove:function(e,b){var c=new Date();c.setTime(c.getTime()-1000);this.set(e,&quot;&quot;,c,b,c)}})})();tinymce.create(&quot;static tinymce.util.JSON&quot;,{serialize:function(e){var c,a,d=tinymce.util.JSON.serialize,b;if(e==null){return&quot;null&quot;}b=typeof e;if(b==&quot;string&quot;){a=&quot;\bb\tt\nn\ff\rr\&quot;\&quot;''\\\\&quot;;return'&quot;'+e.replace(/([\u0080-\uFFFF\x00-\x1f\&quot;])/g,function(g,f){c=a.indexOf(f);if(c+1){return&quot;\\&quot;+a.charAt(c+1)}g=f.charCodeAt().toString(16);return&quot;\\u&quot;+&quot;0000&quot;.substring(g.length)+g})+'&quot;'}if(b==&quot;object&quot;){if(e.hasOwnProperty&amp;&amp;e instanceof Array){for(c=0,a=&quot;[&quot;;c&lt;e.length;c++){a+=(c&gt;0?&quot;,&quot;:&quot;&quot;)+d(e[c])}return a+&quot;]&quot;}a=&quot;{&quot;;for(c in e){a+=typeof e[c]!=&quot;function&quot;?(a.length&gt;1?',&quot;':'&quot;')+c+'&quot;:'+d(e[c]):&quot;&quot;}return a+&quot;}&quot;}return&quot;&quot;+e},parse:function(s){try{return eval(&quot;(&quot;+s+&quot;)&quot;)}catch(ex){}}});tinymce.create(&quot;static tinymce.util.XHR&quot;,{send:function(g){var a,e,b=window,h=0;g.scope=g.scope||this;g.success_scope=g.success_scope||g.scope;g.error_scope=g.error_scope||g.scope;g.async=g.async===false?false:true;g.data=g.data||&quot;&quot;;function d(i){a=0;try{a=new ActiveXObject(i)}catch(c){}return a}a=b.XMLHttpRequest?new XMLHttpRequest():d(&quot;Microsoft.XMLHTTP&quot;)||d(&quot;Msxml2.XMLHTTP&quot;);if(a){if(a.overrideMimeType){a.overrideMimeType(g.content_type)}a.open(g.type||(g.data?&quot;POST&quot;:&quot;GET&quot;),g.url,g.async);if(g.content_type){a.setRequestHeader(&quot;Content-Type&quot;,g.content_type)}a.setRequestHeader(&quot;X-Requested-With&quot;,&quot;XMLHttpRequest&quot;);a.send(g.data);function f(){if(!g.async||a.readyState==4||h++&gt;10000){if(g.success&amp;&amp;h&lt;10000&amp;&amp;a.status==200){g.success.call(g.success_scope,&quot;&quot;+a.responseText,a,g)}else{if(g.error){g.error.call(g.error_scope,h&gt;10000?&quot;TIMED_OUT&quot;:&quot;GENERAL&quot;,a,g)}}a=null}else{b.setTimeout(f,10)}}if(!g.async){return f()}e=b.setTimeout(f,10)}}});(function(){var c=tinymce.extend,b=tinymce.util.JSON,a=tinymce.util.XHR;tinymce.create(&quot;tinymce.util.JSONRequest&quot;,{JSONRequest:function(d){this.settings=c({},d);this.count=0},send:function(f){var e=f.error,d=f.success;f=c(this.settings,f);f.success=function(h,g){h=b.parse(h);if(typeof(h)==&quot;undefined&quot;){h={error:&quot;JSON Parse error.&quot;}}if(h.error){e.call(f.error_scope||f.scope,h.error,g)}else{d.call(f.success_scope||f.scope,h.result)}};f.error=function(h,g){e.call(f.error_scope||f.scope,h,g)};f.data=b.serialize({id:f.id||&quot;c&quot;+(this.count++),method:f.method,params:f.params});f.content_type=&quot;application/json&quot;;a.send(f)},&quot;static&quot;:{sendRPC:function(d){return new tinymce.util.JSONRequest().send(d)}}})}());(function(m){var k=m.each,j=m.is,i=m.isWebKit,d=m.isIE,a=/^(H[1-6R]|P|DIV|ADDRESS|PRE|FORM|T(ABLE|BODY|HEAD|FOOT|H|R|D)|LI|OL|UL|CAPTION|BLOCKQUOTE|CENTER|DL|DT|DD|DIR|FIELDSET|NOSCRIPT|MENU|ISINDEX|SAMP)$/,e=g(&quot;checked,compact,declare,defer,disabled,ismap,multiple,nohref,noresize,noshade,nowrap,readonly,selected&quot;),f=g(&quot;src,href,style,coords,shape&quot;),c={&quot;&amp;&quot;:&quot;&amp;amp;&quot;,'&quot;':&quot;&amp;quot;&quot;,&quot;&lt;&quot;:&quot;&amp;lt;&quot;,&quot;&gt;&quot;:&quot;&amp;gt;&quot;},n=/[&lt;&gt;&amp;\&quot;]/g,b=/^([a-z0-9],?)+$/i,h=/&lt;(\w+)((?:\s+\w+(?:\s*=\s*(?:(?:&quot;[^&quot;]*&quot;)|(?:'[^']*')|[^&gt;\s]+))?)*)(\s*\/?)&gt;/g,l=/(\w+)(?:\s*=\s*(?:(?:&quot;((?:\\.|[^&quot;])*)&quot;)|(?:'((?:\\.|[^'])*)')|([^&gt;\s]+)))?/g;function g(q){var p={},o;q=q.split(&quot;,&quot;);for(o=q.length;o&gt;=0;o--){p[q[o]]=1}return p}m.create(&quot;tinymce.dom.DOMUtils&quot;,{doc:null,root:null,files:null,pixelStyles:/^(top|left|bottom|right|width|height|borderWidth)$/,props:{&quot;for&quot;:&quot;htmlFor&quot;,&quot;class&quot;:&quot;className&quot;,className:&quot;className&quot;,checked:&quot;checked&quot;,disabled:&quot;disabled&quot;,maxlength:&quot;maxLength&quot;,readonly:&quot;readOnly&quot;,selected:&quot;selected&quot;,value:&quot;value&quot;,id:&quot;id&quot;,name:&quot;name&quot;,type:&quot;type&quot;},DOMUtils:function(u,q){var p=this,o;p.doc=u;p.win=window;p.files={};p.cssFlicker=false;p.counter=0;p.stdMode=u.documentMode&gt;=8;p.boxModel=!m.isIE||u.compatMode==&quot;CSS1Compat&quot;||p.stdMode;p.settings=q=m.extend({keep_values:false,hex_colors:1,process_html:1},q);if(m.isIE6){try{u.execCommand(&quot;BackgroundImageCache&quot;,false,true)}catch(r){p.cssFlicker=true}}if(q.valid_styles){p._styles={};k(q.valid_styles,function(t,s){p._styles[s]=m.explode(t)})}m.addUnload(p.destroy,p)},getRoot:function(){var o=this,p=o.settings;return(p&amp;&amp;o.get(p.root_element))||o.doc.body},getViewPort:function(p){var q,o;p=!p?this.win:p;q=p.document;o=this.boxModel?q.documentElement:q.body;return{x:p.pageXOffset||o.scrollLeft,y:p.pageYOffset||o.scrollTop,w:p.innerWidth||o.clientWidth,h:p.innerHeight||o.clientHeight}},getRect:function(s){var r,o=this,q;s=o.get(s);r=o.getPos(s);q=o.getSize(s);return{x:r.x,y:r.y,w:q.w,h:q.h}},getSize:function(r){var p=this,o,q;r=p.get(r);o=p.getStyle(r,&quot;width&quot;);q=p.getStyle(r,&quot;height&quot;);if(o.indexOf(&quot;px&quot;)===-1){o=0}if(q.indexOf(&quot;px&quot;)===-1){q=0}return{w:parseInt(o)||r.offsetWidth||r.clientWidth,h:parseInt(q)||r.offsetHeight||r.clientHeight}},getParent:function(q,p,o){return this.getParents(q,p,o,false)},getParents:function(z,v,s,y){var q=this,p,u=q.settings,x=[];z=q.get(z);y=y===undefined;if(u.strict_root){s=s||q.getRoot()}if(j(v,&quot;string&quot;)){p=v;if(v===&quot;*&quot;){v=function(o){return o.nodeType==1}}else{v=function(o){return q.is(o,p)}}}while(z){if(z==s||!z.nodeType||z.nodeType===9){break}if(!v||v(z)){if(y){x.push(z)}else{return z}}z=z.parentNode}return y?x:null},get:function(o){var p;if(o&amp;&amp;this.doc&amp;&amp;typeof(o)==&quot;string&quot;){p=o;o=this.doc.getElementById(o);if(o&amp;&amp;o.id!==p){return this.doc.getElementsByName(p)[1]}}return o},getNext:function(p,o){return this._findSib(p,o,&quot;nextSibling&quot;)},getPrev:function(p,o){return this._findSib(p,o,&quot;previousSibling&quot;)},select:function(q,p){var o=this;return m.dom.Sizzle(q,o.get(p)||o.get(o.settings.root_element)||o.doc,[])},is:function(q,o){var p;if(q.length===undefined){if(o===&quot;*&quot;){return q.nodeType==1}if(b.test(o)){o=o.toLowerCase().split(/,/);q=q.nodeName.toLowerCase();for(p=o.length-1;p&gt;=0;p--){if(o[p]==q){return true}}return false}}return m.dom.Sizzle.matches(o,q.nodeType?[q]:q).length&gt;0},add:function(s,v,o,r,u){var q=this;return this.run(s,function(y){var x,t;x=j(v,&quot;string&quot;)?q.doc.createElement(v):v;q.setAttribs(x,o);if(r){if(r.nodeType){x.appendChild(r)}else{q.setHTML(x,r)}}return !u?y.appendChild(x):x})},create:function(q,o,p){return this.add(this.doc.createElement(q),q,o,p,1)},createHTML:function(v,p,s){var u=&quot;&quot;,r=this,q;u+=&quot;&lt;&quot;+v;for(q in p){if(p.hasOwnProperty(q)){u+=&quot; &quot;+q+'=&quot;'+r.encode(p[q])+'&quot;'}}if(typeof(s)!=&quot;undefined&quot;){return u+&quot;&gt;&quot;+s+&quot;&lt;/&quot;+v+&quot;&gt;&quot;}return u+&quot; /&gt;&quot;},remove:function(o,p){return this.run(o,function(r){var q,s;q=r.parentNode;if(!q){return null}if(p){while(s=r.firstChild){if(!m.isIE||s.nodeType!==3||s.nodeValue){q.insertBefore(s,r)}else{r.removeChild(s)}}}return q.removeChild(r)})},setStyle:function(r,o,p){var q=this;return q.run(r,function(v){var u,t;u=v.style;o=o.replace(/-(\D)/g,function(x,s){return s.toUpperCase()});if(q.pixelStyles.test(o)&amp;&amp;(m.is(p,&quot;number&quot;)||/^[\-0-9\.]+$/.test(p))){p+=&quot;px&quot;}switch(o){case&quot;opacity&quot;:if(d){u.filter=p===&quot;&quot;?&quot;&quot;:&quot;alpha(opacity=&quot;+(p*100)+&quot;)&quot;;if(!r.currentStyle||!r.currentStyle.hasLayout){u.display=&quot;inline-block&quot;}}u[o]=u[&quot;-moz-opacity&quot;]=u[&quot;-khtml-opacity&quot;]=p||&quot;&quot;;break;case&quot;float&quot;:d?u.styleFloat=p:u.cssFloat=p;break;default:u[o]=p||&quot;&quot;}if(q.settings.update_styles){q.setAttrib(v,&quot;_mce_style&quot;)}})},getStyle:function(r,o,q){r=this.get(r);if(!r){return false}if(this.doc.defaultView&amp;&amp;q){o=o.replace(/[A-Z]/g,function(s){return&quot;-&quot;+s});try{return this.doc.defaultView.getComputedStyle(r,null).getPropertyValue(o)}catch(p){return null}}o=o.replace(/-(\D)/g,function(t,s){return s.toUpperCase()});if(o==&quot;float&quot;){o=d?&quot;styleFloat&quot;:&quot;cssFloat&quot;}if(r.currentStyle&amp;&amp;q){return r.currentStyle[o]}return r.style[o]},setStyles:function(u,v){var q=this,r=q.settings,p;p=r.update_styles;r.update_styles=0;k(v,function(o,s){q.setStyle(u,s,o)});r.update_styles=p;if(r.update_styles){q.setAttrib(u,r.cssText)}},setAttrib:function(q,r,o){var p=this;if(!q||!r){return}if(p.settings.strict){r=r.toLowerCase()}return this.run(q,function(u){var t=p.settings;switch(r){case&quot;style&quot;:if(!j(o,&quot;string&quot;)){k(o,function(s,x){p.setStyle(u,x,s)});return}if(t.keep_values){if(o&amp;&amp;!p._isRes(o)){u.setAttribute(&quot;_mce_style&quot;,o,2)}else{u.removeAttribute(&quot;_mce_style&quot;,2)}}u.style.cssText=o;break;case&quot;class&quot;:u.className=o||&quot;&quot;;break;case&quot;src&quot;:case&quot;href&quot;:if(t.keep_values){if(t.url_converter){o=t.url_converter.call(t.url_converter_scope||p,o,r,u)}p.setAttrib(u,&quot;_mce_&quot;+r,o,2)}break;case&quot;shape&quot;:u.setAttribute(&quot;_mce_style&quot;,o);break}if(j(o)&amp;&amp;o!==null&amp;&amp;o.length!==0){u.setAttribute(r,&quot;&quot;+o,2)}else{u.removeAttribute(r,2)}})},setAttribs:function(q,r){var p=this;return this.run(q,function(o){k(r,function(s,t){p.setAttrib(o,t,s)})})},getAttrib:function(r,s,q){var o,p=this;r=p.get(r);if(!r||r.nodeType!==1){return false}if(!j(q)){q=&quot;&quot;}if(/^(src|href|style|coords|shape)$/.test(s)){o=r.getAttribute(&quot;_mce_&quot;+s);if(o){return o}}if(d&amp;&amp;p.props[s]){o=r[p.props[s]];o=o&amp;&amp;o.nodeValue?o.nodeValue:o}if(!o){o=r.getAttribute(s,2)}if(/^(checked|compact|declare|defer|disabled|ismap|multiple|nohref|noshade|nowrap|readonly|selected)$/.test(s)){if(r[p.props[s]]===true&amp;&amp;o===&quot;&quot;){return s}return o?s:&quot;&quot;}if(r.nodeName===&quot;FORM&quot;&amp;&amp;r.getAttributeNode(s)){return r.getAttributeNode(s).nodeValue}if(s===&quot;style&quot;){o=o||r.style.cssText;if(o){o=p.serializeStyle(p.parseStyle(o),r.nodeName);if(p.settings.keep_values&amp;&amp;!p._isRes(o)){r.setAttribute(&quot;_mce_style&quot;,o)}}}if(i&amp;&amp;s===&quot;class&quot;&amp;&amp;o){o=o.replace(/(apple|webkit)\-[a-z\-]+/gi,&quot;&quot;)}if(d){switch(s){case&quot;rowspan&quot;:case&quot;colspan&quot;:if(o===1){o=&quot;&quot;}break;case&quot;size&quot;:if(o===&quot;+0&quot;||o===20||o===0){o=&quot;&quot;}break;case&quot;width&quot;:case&quot;height&quot;:case&quot;vspace&quot;:case&quot;checked&quot;:case&quot;disabled&quot;:case&quot;readonly&quot;:if(o===0){o=&quot;&quot;}break;case&quot;hspace&quot;:if(o===-1){o=&quot;&quot;}break;case&quot;maxlength&quot;:case&quot;tabindex&quot;:if(o===32768||o===2147483647||o===&quot;32768&quot;){o=&quot;&quot;}break;case&quot;multiple&quot;:case&quot;compact&quot;:case&quot;noshade&quot;:case&quot;nowrap&quot;:if(o===65535){return s}return q;case&quot;shape&quot;:o=o.toLowerCase();break;default:if(s.indexOf(&quot;on&quot;)===0&amp;&amp;o){o=m._replace(/^function\s+\w+\(\)\s+\{\s+(.*)\s+\}$/,&quot;$1&quot;,&quot;&quot;+o)}}}return(o!==undefined&amp;&amp;o!==null&amp;&amp;o!==&quot;&quot;)?&quot;&quot;+o:q},getPos:function(A,s){var p=this,o=0,z=0,u,v=p.doc,q;A=p.get(A);s=s||v.body;if(A){if(d&amp;&amp;!p.stdMode){A=A.getBoundingClientRect();u=p.boxModel?v.documentElement:v.body;o=p.getStyle(p.select(&quot;html&quot;)[0],&quot;borderWidth&quot;);o=(o==&quot;medium&quot;||p.boxModel&amp;&amp;!p.isIE6)&amp;&amp;2||o;return{x:A.left+u.scrollLeft-o,y:A.top+u.scrollTop-o}}q=A;while(q&amp;&amp;q!=s&amp;&amp;q.nodeType){o+=q.offsetLeft||0;z+=q.offsetTop||0;q=q.offsetParent}q=A.parentNode;while(q&amp;&amp;q!=s&amp;&amp;q.nodeType){o-=q.scrollLeft||0;z-=q.scrollTop||0;q=q.parentNode}}return{x:o,y:z}},parseStyle:function(r){var u=this,v=u.settings,x={};if(!r){return x}function p(D,A,C){var z,B,o,y;z=x[D+&quot;-top&quot;+A];if(!z){return}B=x[D+&quot;-right&quot;+A];if(z!=B){return}o=x[D+&quot;-bottom&quot;+A];if(B!=o){return}y=x[D+&quot;-left&quot;+A];if(o!=y){return}x[C]=y;delete x[D+&quot;-top&quot;+A];delete x[D+&quot;-right&quot;+A];delete x[D+&quot;-bottom&quot;+A];delete x[D+&quot;-left&quot;+A]}function q(y,s,o,A){var z;z=x[s];if(!z){return}z=x[o];if(!z){return}z=x[A];if(!z){return}x[y]=x[s]+&quot; &quot;+x[o]+&quot; &quot;+x[A];delete x[s];delete x[o];delete x[A]}r=r.replace(/&amp;(#?[a-z0-9]+);/g,&quot;&amp;$1_MCE_SEMI_&quot;);k(r.split(&quot;;&quot;),function(s){var o,t=[];if(s){s=s.replace(/_MCE_SEMI_/g,&quot;;&quot;);s=s.replace(/url\([^\)]+\)/g,function(y){t.push(y);return&quot;url(&quot;+t.length+&quot;)&quot;});s=s.split(&quot;:&quot;);o=m.trim(s[1]);o=o.replace(/url\(([^\)]+)\)/g,function(z,y){return t[parseInt(y)-1]});o=o.replace(/rgb\([^\)]+\)/g,function(y){return u.toHex(y)});if(v.url_converter){o=o.replace(/url\([\'\&quot;]?([^\)\'\&quot;]+)[\'\&quot;]?\)/g,function(y,z){return&quot;url(&quot;+v.url_converter.call(v.url_converter_scope||u,u.decode(z),&quot;style&quot;,null)+&quot;)&quot;})}x[m.trim(s[0]).toLowerCase()]=o}});p(&quot;border&quot;,&quot;&quot;,&quot;border&quot;);p(&quot;border&quot;,&quot;-width&quot;,&quot;border-width&quot;);p(&quot;border&quot;,&quot;-color&quot;,&quot;border-color&quot;);p(&quot;border&quot;,&quot;-style&quot;,&quot;border-style&quot;);p(&quot;padding&quot;,&quot;&quot;,&quot;padding&quot;);p(&quot;margin&quot;,&quot;&quot;,&quot;margin&quot;);q(&quot;border&quot;,&quot;border-width&quot;,&quot;border-style&quot;,&quot;border-color&quot;);if(d){if(x.border==&quot;medium none&quot;){x.border=&quot;&quot;}}return x},serializeStyle:function(v,p){var q=this,r=&quot;&quot;;function u(s,o){if(o&amp;&amp;s){if(o.indexOf(&quot;-&quot;)===0){return}switch(o){case&quot;font-weight&quot;:if(s==700){s=&quot;bold&quot;}break;case&quot;color&quot;:case&quot;background-color&quot;:s=s.toLowerCase();break}r+=(r?&quot; &quot;:&quot;&quot;)+o+&quot;: &quot;+s+&quot;;&quot;}}if(p&amp;&amp;q._styles){k(q._styles[&quot;*&quot;],function(o){u(v[o],o)});k(q._styles[p.toLowerCase()],function(o){u(v[o],o)})}else{k(v,u)}return r},loadCSS:function(o){var q=this,r=q.doc,p;if(!o){o=&quot;&quot;}p=q.select(&quot;head&quot;)[0];k(o.split(&quot;,&quot;),function(s){var t;if(q.files[s]){return}q.files[s]=true;t=q.create(&quot;link&quot;,{rel:&quot;stylesheet&quot;,href:m._addVer(s)});if(d&amp;&amp;r.documentMode&amp;&amp;r.recalc){t.onload=function(){r.recalc();t.onload=null}}p.appendChild(t)})},addClass:function(o,p){return this.run(o,function(q){var r;if(!p){return 0}if(this.hasClass(q,p)){return q.className}r=this.removeClass(q,p);return q.className=(r!=&quot;&quot;?(r+&quot; &quot;):&quot;&quot;)+p})},removeClass:function(q,r){var o=this,p;return o.run(q,function(t){var s;if(o.hasClass(t,r)){if(!p){p=new RegExp(&quot;(^|\\s+)&quot;+r+&quot;(\\s+|$)&quot;,&quot;g&quot;)}s=t.className.replace(p,&quot; &quot;);s=m.trim(s!=&quot; &quot;?s:&quot;&quot;);t.className=s;if(!s){t.removeAttribute(&quot;class&quot;);t.removeAttribute(&quot;className&quot;)}return s}return t.className})},hasClass:function(p,o){p=this.get(p);if(!p||!o){return false}return(&quot; &quot;+p.className+&quot; &quot;).indexOf(&quot; &quot;+o+&quot; &quot;)!==-1},show:function(o){return this.setStyle(o,&quot;display&quot;,&quot;block&quot;)},hide:function(o){return this.setStyle(o,&quot;display&quot;,&quot;none&quot;)},isHidden:function(o){o=this.get(o);return !o||o.style.display==&quot;none&quot;||this.getStyle(o,&quot;display&quot;)==&quot;none&quot;},uniqueId:function(o){return(!o?&quot;mce_&quot;:o)+(this.counter++)},setHTML:function(q,p){var o=this;return this.run(q,function(v){var r,t,s,z,u,r;p=o.processHTML(p);if(d){function y(){while(v.firstChild){v.firstChild.removeNode()}try{v.innerHTML=&quot;&lt;br /&gt;&quot;+p;v.removeChild(v.firstChild)}catch(x){r=o.create(&quot;div&quot;);r.innerHTML=&quot;&lt;br /&gt;&quot;+p;k(r.childNodes,function(B,A){if(A){v.appendChild(B)}})}}if(o.settings.fix_ie_paragraphs){p=p.replace(/&lt;p&gt;&lt;\/p&gt;|&lt;p([^&gt;]+)&gt;&lt;\/p&gt;|&lt;p[^\/+]\/&gt;/gi,'&lt;p$1 _mce_keep=&quot;true&quot;&gt;&amp;nbsp;&lt;/p&gt;')}y();if(o.settings.fix_ie_paragraphs){s=v.getElementsByTagName(&quot;p&quot;);for(t=s.length-1,r=0;t&gt;=0;t--){z=s[t];if(!z.hasChildNodes()){if(!z._mce_keep){r=1;break}z.removeAttribute(&quot;_mce_keep&quot;)}}}if(r){p=p.replace(/&lt;p ([^&gt;]+)&gt;|&lt;p&gt;/ig,'&lt;div $1 _mce_tmp=&quot;1&quot;&gt;');p=p.replace(/&lt;\/p&gt;/gi,&quot;&lt;/div&gt;&quot;);y();if(o.settings.fix_ie_paragraphs){s=v.getElementsByTagName(&quot;DIV&quot;);for(t=s.length-1;t&gt;=0;t--){z=s[t];if(z._mce_tmp){u=o.doc.createElement(&quot;p&quot;);z.cloneNode(false).outerHTML.replace(/([a-z0-9\-_]+)=/gi,function(A,x){var B;if(x!==&quot;_mce_tmp&quot;){B=z.getAttribute(x);if(!B&amp;&amp;x===&quot;class&quot;){B=z.className}u.setAttribute(x,B)}});for(r=0;r&lt;z.childNodes.length;r++){u.appendChild(z.childNodes[r].cloneNode(true))}z.swapNode(u)}}}}}else{v.innerHTML=p}return p})},processHTML:function(r){var p=this,q=p.settings,v=[];if(!q.process_html){return r}if(d){r=r.replace(/&amp;apos;/g,&quot;&amp;#39;&quot;);r=r.replace(/\s+(disabled|checked|readonly|selected)\s*=\s*[\&quot;\']?(false|0)[\&quot;\']?/gi,&quot;&quot;)}r=m._replace(/&lt;a( )([^&gt;]+)\/&gt;|&lt;a\/&gt;/gi,&quot;&lt;a$1$2&gt;&lt;/a&gt;&quot;,r);if(q.keep_values){if(/&lt;script|noscript|style/i.test(r)){function o(t){t=t.replace(/(&lt;!--\[CDATA\[|\]\]--&gt;)/g,&quot;\n&quot;);t=t.replace(/^[\r\n]*|[\r\n]*$/g,&quot;&quot;);t=t.replace(/^\s*(\/\/\s*&lt;!--|\/\/\s*&lt;!\[CDATA\[|&lt;!--|&lt;!\[CDATA\[)[\r\n]*/g,&quot;&quot;);t=t.replace(/\s*(\/\/\s*\]\]&gt;|\/\/\s*--&gt;|\]\]&gt;|--&gt;|\]\]--&gt;)\s*$/g,&quot;&quot;);return t}r=r.replace(/&lt;script([^&gt;]+|)&gt;([\s\S]*?)&lt;\/script&gt;/gi,function(s,x,t){if(!x){x=' type=&quot;text/javascript&quot;'}x=x.replace(/src=\&quot;([^\&quot;]+)\&quot;?/i,function(y,z){if(q.url_converter){z=p.encode(q.url_converter.call(q.url_converter_scope||p,p.decode(z),&quot;src&quot;,&quot;script&quot;))}return'_mce_src=&quot;'+z+'&quot;'});if(m.trim(t)){v.push(o(t));t=&quot;&lt;!--\nMCE_SCRIPT:&quot;+(v.length-1)+&quot;\n// --&gt;&quot;}return&quot;&lt;mce:script&quot;+x+&quot;&gt;&quot;+t+&quot;&lt;/mce:script&gt;&quot;});r=r.replace(/&lt;style([^&gt;]+|)&gt;([\s\S]*?)&lt;\/style&gt;/gi,function(s,x,t){if(t){v.push(o(t));t=&quot;&lt;!--\nMCE_SCRIPT:&quot;+(v.length-1)+&quot;\n--&gt;&quot;}return&quot;&lt;mce:style&quot;+x+&quot;&gt;&quot;+t+&quot;&lt;/mce:style&gt;&lt;style &quot;+x+' _mce_bogus=&quot;1&quot;&gt;'+t+&quot;&lt;/style&gt;&quot;});r=r.replace(/&lt;noscript([^&gt;]+|)&gt;([\s\S]*?)&lt;\/noscript&gt;/g,function(s,x,t){return&quot;&lt;mce:noscript&quot;+x+&quot;&gt;&lt;!--&quot;+p.encode(t).replace(/--/g,&quot;&amp;#45;&amp;#45;&quot;)+&quot;--&gt;&lt;/mce:noscript&gt;&quot;})}r=m._replace(/&lt;!\[CDATA\[([\s\S]+)\]\]&gt;/g,&quot;&lt;!--[CDATA[$1]]--&gt;&quot;,r);function u(s){return s.replace(h,function(y,z,x,t){return&quot;&lt;&quot;+z+x.replace(l,function(B,A,E,D,C){var F;A=A.toLowerCase();E=E||D||C||&quot;&quot;;if(e[A]){if(E===&quot;false&quot;||E===&quot;0&quot;){return}return A+'=&quot;'+A+'&quot;'}if(f[A]&amp;&amp;x.indexOf(&quot;_mce_&quot;+A)==-1){F=p.decode(E);if(q.url_converter&amp;&amp;(A==&quot;src&quot;||A==&quot;href&quot;)){F=q.url_converter.call(q.url_converter_scope||p,F,A,z)}if(A==&quot;style&quot;){F=p.serializeStyle(p.parseStyle(F),A)}return A+'=&quot;'+E+'&quot; _mce_'+A+'=&quot;'+p.encode(F)+'&quot;'}return B})+t+&quot;&gt;&quot;})}r=u(r);r=r.replace(/MCE_SCRIPT:([0-9]+)/g,function(t,s){return v[s]})}return r},getOuterHTML:function(o){var p;o=this.get(o);if(!o){return null}if(o.outerHTML!==undefined){return o.outerHTML}p=(o.ownerDocument||this.doc).createElement(&quot;body&quot;);p.appendChild(o.cloneNode(true));return p.innerHTML},setOuterHTML:function(r,p,s){var o=this;function q(u,t,x){var y,v;v=x.createElement(&quot;body&quot;);v.innerHTML=t;y=v.lastChild;while(y){o.insertAfter(y.cloneNode(true),u);y=y.previousSibling}o.remove(u)}return this.run(r,function(u){u=o.get(u);if(u.nodeType==1){s=s||u.ownerDocument||o.doc;if(d){try{if(d&amp;&amp;u.nodeType==1){u.outerHTML=p}else{q(u,p,s)}}catch(t){q(u,p,s)}}else{q(u,p,s)}}})},decode:function(p){var q,r,o;if(/&amp;[\w#]+;/.test(p)){q=this.doc.createElement(&quot;div&quot;);q.innerHTML=p;r=q.firstChild;o=&quot;&quot;;if(r){do{o+=r.nodeValue}while(r=r.nextSibling)}return o||p}return p},encode:function(o){return(&quot;&quot;+o).replace(n,function(p){return c[p]})},insertAfter:function(o,p){p=this.get(p);return this.run(o,function(r){var q,s;q=p.parentNode;s=p.nextSibling;if(s){q.insertBefore(r,s)}else{q.appendChild(r)}return r})},isBlock:function(o){if(o.nodeType&amp;&amp;o.nodeType!==1){return false}o=o.nodeName||o;return a.test(o)},replace:function(s,r,p){var q=this;if(j(r,&quot;array&quot;)){s=s.cloneNode(true)}return q.run(r,function(t){if(p){k(m.grep(t.childNodes),function(o){s.appendChild(o)})}return t.parentNode.replaceChild(s,t)})},rename:function(r,o){var q=this,p;if(r.nodeName!=o.toUpperCase()){p=q.create(o);k(q.getAttribs(r),function(s){q.setAttrib(p,s.nodeName,q.getAttrib(r,s.nodeName))});q.replace(p,r,1)}return p||r},findCommonAncestor:function(q,o){var r=q,p;while(r){p=o;while(p&amp;&amp;r!=p){p=p.parentNode}if(r==p){break}r=r.parentNode}if(!r&amp;&amp;q.ownerDocument){return q.ownerDocument.documentElement}return r},toHex:function(o){var q=/^\s*rgb\s*?\(\s*?([0-9]+)\s*?,\s*?([0-9]+)\s*?,\s*?([0-9]+)\s*?\)\s*$/i.exec(o);function p(r){r=parseInt(r).toString(16);return r.length&gt;1?r:&quot;0&quot;+r}if(q){o=&quot;#&quot;+p(q[1])+p(q[2])+p(q[3]);return o}return o},getClasses:function(){var s=this,o=[],r,u={},v=s.settings.class_filter,q;if(s.classes){return s.classes}function x(t){k(t.imports,function(y){x(y)});k(t.cssRules||t.rules,function(y){switch(y.type||1){case 1:if(y.selectorText){k(y.selectorText.split(&quot;,&quot;),function(z){z=z.replace(/^\s*|\s*$|^\s\./g,&quot;&quot;);if(/\.mce/.test(z)||!/\.[\w\-]+$/.test(z)){return}q=z;z=m._replace(/.*\.([a-z0-9_\-]+).*/i,&quot;$1&quot;,z);if(v&amp;&amp;!(z=v(z,q))){return}if(!u[z]){o.push({&quot;class&quot;:z});u[z]=1}})}break;case 3:x(y.styleSheet);break}})}try{k(s.doc.styleSheets,x)}catch(p){}if(o.length&gt;0){s.classes=o}return o},run:function(u,r,q){var p=this,v;if(p.doc&amp;&amp;typeof(u)===&quot;string&quot;){u=p.get(u)}if(!u){return false}q=q||this;if(!u.nodeType&amp;&amp;(u.length||u.length===0)){v=[];k(u,function(s,o){if(s){if(typeof(s)==&quot;string&quot;){s=p.doc.getElementById(s)}v.push(r.call(q,s,o))}});return v}return r.call(q,u)},getAttribs:function(q){var p;q=this.get(q);if(!q){return[]}if(d){p=[];if(q.nodeName==&quot;OBJECT&quot;){return q.attributes}if(q.nodeName===&quot;OPTION&quot;&amp;&amp;this.getAttrib(q,&quot;selected&quot;)){p.push({specified:1,nodeName:&quot;selected&quot;})}q.cloneNode(false).outerHTML.replace(/&lt;\/?[\w:\-]+ ?|=[\&quot;][^\&quot;]+\&quot;|=\'[^\']+\'|=[\w\-]+|&gt;/gi,&quot;&quot;).replace(/[\w:\-]+/gi,function(o){p.push({specified:1,nodeName:o})});return p}return q.attributes},destroy:function(p){var o=this;if(o.events){o.events.destroy()}o.win=o.doc=o.root=o.events=null;if(!p){m.removeUnload(o.destroy)}},createRng:function(){var o=this.doc;return o.createRange?o.createRange():new m.dom.Range(this)},nodeIndex:function(s,t){var o=0,q,r,p;if(s){for(q=s.nodeType,s=s.previousSibling,r=s;s;s=s.previousSibling){p=s.nodeType;if(t&amp;&amp;p==3){if(p==q||!s.nodeValue.length){continue}}o++;q=p}}return o},split:function(u,s,y){var z=this,o=z.createRng(),v,q,x;function p(A){var t,r=A.childNodes;if(A.nodeType==1&amp;&amp;A.getAttribute(&quot;_mce_type&quot;)==&quot;bookmark&quot;){return}for(t=r.length-1;t&gt;=0;t--){p(r[t])}if(A.nodeType!=9){if(A.nodeType==3&amp;&amp;A.nodeValue.length&gt;0){if(!z.isBlock(A.parentNode)||m.trim(A.nodeValue).length&gt;0){return}}if(A.nodeType==1){r=A.childNodes;if(r.length==1&amp;&amp;r[0]&amp;&amp;r[0].nodeType==1&amp;&amp;r[0].getAttribute(&quot;_mce_type&quot;)==&quot;bookmark&quot;){A.parentNode.insertBefore(r[0],A)}if(r.length||/^(br|hr|input|img)$/i.test(A.nodeName)){return}}z.remove(A)}return A}if(u&amp;&amp;s){o.setStart(u.parentNode,z.nodeIndex(u));o.setEnd(s.parentNode,z.nodeIndex(s));v=o.extractContents();o=z.createRng();o.setStart(s.parentNode,z.nodeIndex(s)+1);o.setEnd(u.parentNode,z.nodeIndex(u)+1);q=o.extractContents();x=u.parentNode;x.insertBefore(p(v),u);if(y){x.replaceChild(y,s)}else{x.insertBefore(s,u)}x.insertBefore(p(q),u);z.remove(u);return y||s}},bind:function(s,o,r,q){var p=this;if(!p.events){p.events=new m.dom.EventUtils()}return p.events.add(s,o,r,q||this)},unbind:function(r,o,q){var p=this;if(!p.events){p.events=new m.dom.EventUtils()}return p.events.remove(r,o,q)},_findSib:function(r,o,p){var q=this,s=o;if(r){if(j(s,&quot;string&quot;)){s=function(t){return q.is(t,o)}}for(r=r[p];r;r=r[p]){if(s(r)){return r}}}return null},_isRes:function(o){return/^(top|left|bottom|right|width|height)/i.test(o)||/;\s*(top|left|bottom|right|width|height)/i.test(o)}});m.DOM=new m.dom.DOMUtils(document,{process_html:0})})(tinymce);(function(a){function b(c){var N=this,e=c.doc,S=0,E=1,j=2,D=true,R=false,U=&quot;startOffset&quot;,h=&quot;startContainer&quot;,P=&quot;endContainer&quot;,z=&quot;endOffset&quot;,k=tinymce.extend,n=c.nodeIndex;k(N,{startContainer:e,startOffset:0,endContainer:e,endOffset:0,collapsed:D,commonAncestorContainer:e,START_TO_START:0,START_TO_END:1,END_TO_END:2,END_TO_START:3,setStart:q,setEnd:s,setStartBefore:g,setStartAfter:I,setEndBefore:J,setEndAfter:u,collapse:A,selectNode:x,selectNodeContents:F,compareBoundaryPoints:v,deleteContents:p,extractContents:H,cloneContents:d,insertNode:C,surroundContents:M,cloneRange:K});function q(V,t){B(D,V,t)}function s(V,t){B(R,V,t)}function g(t){q(t.parentNode,n(t))}function I(t){q(t.parentNode,n(t)+1)}function J(t){s(t.parentNode,n(t))}function u(t){s(t.parentNode,n(t)+1)}function A(t){if(t){N[P]=N[h];N[z]=N[U]}else{N[h]=N[P];N[U]=N[z]}N.collapsed=D}function x(t){g(t);u(t)}function F(t){q(t,0);s(t,t.nodeType===1?t.childNodes.length:t.nodeValue.length)}function v(W,X){var Z=N[h],Y=N[U],V=N[P],t=N[z];if(W===0){return G(Z,Y,Z,Y)}if(W===1){return G(Z,Y,V,t)}if(W===2){return G(V,t,V,t)}if(W===3){return G(V,t,Z,Y)}}function p(){m(j)}function H(){return m(S)}function d(){return m(E)}function C(Y){var V=this[h],t=this[U],X,W;if((V.nodeType===3||V.nodeType===4)&amp;&amp;V.nodeValue){if(!t){V.parentNode.insertBefore(Y,V)}else{if(t&gt;=V.nodeValue.length){c.insertAfter(Y,V)}else{X=V.splitText(t);V.parentNode.insertBefore(Y,X)}}}else{if(V.childNodes.length&gt;0){W=V.childNodes[t]}if(W){V.insertBefore(Y,W)}else{V.appendChild(Y)}}}function M(V){var t=N.extractContents();N.insertNode(V);V.appendChild(t);N.selectNode(V)}function K(){return k(new b(c),{startContainer:N[h],startOffset:N[U],endContainer:N[P],endOffset:N[z],collapsed:N.collapsed,commonAncestorContainer:N.commonAncestorContainer})}function O(t,V){var W;if(t.nodeType==3){return t}if(V&lt;0){return t}W=t.firstChild;while(W&amp;&amp;V&gt;0){--V;W=W.nextSibling}if(W){return W}return t}function l(){return(N[h]==N[P]&amp;&amp;N[U]==N[z])}function G(X,Z,V,Y){var aa,W,t,ab,ad,ac;if(X==V){if(Z==Y){return 0}if(Z&lt;Y){return -1}return 1}aa=V;while(aa&amp;&amp;aa.parentNode!=X){aa=aa.parentNode}if(aa){W=0;t=X.firstChild;while(t!=aa&amp;&amp;W&lt;Z){W++;t=t.nextSibling}if(Z&lt;=W){return -1}return 1}aa=X;while(aa&amp;&amp;aa.parentNode!=V){aa=aa.parentNode}if(aa){W=0;t=V.firstChild;while(t!=aa&amp;&amp;W&lt;Y){W++;t=t.nextSibling}if(W&lt;Y){return -1}return 1}ab=c.findCommonAncestor(X,V);ad=X;while(ad&amp;&amp;ad.parentNode!=ab){ad=ad.parentNode}if(!ad){ad=ab}ac=V;while(ac&amp;&amp;ac.parentNode!=ab){ac=ac.parentNode}if(!ac){ac=ab}if(ad==ac){return 0}t=ab.firstChild;while(t){if(t==ad){return -1}if(t==ac){return 1}t=t.nextSibling}}function B(V,Y,X){var t,W;if(V){N[h]=Y;N[U]=X}else{N[P]=Y;N[z]=X}t=N[P];while(t.parentNode){t=t.parentNode}W=N[h];while(W.parentNode){W=W.parentNode}if(W==t){if(G(N[h],N[U],N[P],N[z])&gt;0){N.collapse(V)}}else{N.collapse(V)}N.collapsed=l();N.commonAncestorContainer=c.findCommonAncestor(N[h],N[P])}function m(ab){var aa,X=0,ad=0,V,Z,W,Y,t,ac;if(N[h]==N[P]){return f(ab)}for(aa=N[P],V=aa.parentNode;V;aa=V,V=V.parentNode){if(V==N[h]){return r(aa,ab)}++X}for(aa=N[h],V=aa.parentNode;V;aa=V,V=V.parentNode){if(V==N[P]){return T(aa,ab)}++ad}Z=ad-X;W=N[h];while(Z&gt;0){W=W.parentNode;Z--}Y=N[P];while(Z&lt;0){Y=Y.parentNode;Z++}for(t=W.parentNode,ac=Y.parentNode;t!=ac;t=t.parentNode,ac=ac.parentNode){W=t;Y=ac}return o(W,Y,ab)}function f(Z){var ab,Y,X,aa,t,W,V;if(Z!=j){ab=e.createDocumentFragment()}if(N[U]==N[z]){return ab}if(N[h].nodeType==3){Y=N[h].nodeValue;X=Y.substring(N[U],N[z]);if(Z!=E){N[h].deleteData(N[U],N[z]-N[U]);N.collapse(D)}if(Z==j){return}ab.appendChild(e.createTextNode(X));return ab}aa=O(N[h],N[U]);t=N[z]-N[U];while(t&gt;0){W=aa.nextSibling;V=y(aa,Z);if(ab){ab.appendChild(V)}--t;aa=W}if(Z!=E){N.collapse(D)}return ab}function r(ab,Y){var aa,Z,V,t,X,W;if(Y!=j){aa=e.createDocumentFragment()}Z=i(ab,Y);if(aa){aa.appendChild(Z)}V=n(ab);t=V-N[U];if(t&lt;=0){if(Y!=E){N.setEndBefore(ab);N.collapse(R)}return aa}Z=ab.previousSibling;while(t&gt;0){X=Z.previousSibling;W=y(Z,Y);if(aa){aa.insertBefore(W,aa.firstChild)}--t;Z=X}if(Y!=E){N.setEndBefore(ab);N.collapse(R)}return aa}function T(Z,Y){var ab,V,aa,t,X,W;if(Y!=j){ab=e.createDocumentFragment()}aa=Q(Z,Y);if(ab){ab.appendChild(aa)}V=n(Z);++V;t=N[z]-V;aa=Z.nextSibling;while(t&gt;0){X=aa.nextSibling;W=y(aa,Y);if(ab){ab.appendChild(W)}--t;aa=X}if(Y!=E){N.setStartAfter(Z);N.collapse(D)}return ab}function o(Z,t,ac){var W,ae,Y,aa,ab,V,ad,X;if(ac!=j){ae=e.createDocumentFragment()}W=Q(Z,ac);if(ae){ae.appendChild(W)}Y=Z.parentNode;aa=n(Z);ab=n(t);++aa;V=ab-aa;ad=Z.nextSibling;while(V&gt;0){X=ad.nextSibling;W=y(ad,ac);if(ae){ae.appendChild(W)}ad=X;--V}W=i(t,ac);if(ae){ae.appendChild(W)}if(ac!=E){N.setStartAfter(Z);N.collapse(D)}return ae}function i(aa,ab){var W=O(N[P],N[z]-1),ac,Z,Y,t,V,X=W!=N[P];if(W==aa){return L(W,X,R,ab)}ac=W.parentNode;Z=L(ac,R,R,ab);while(ac){while(W){Y=W.previousSibling;t=L(W,X,R,ab);if(ab!=j){Z.insertBefore(t,Z.firstChild)}X=D;W=Y}if(ac==aa){return Z}W=ac.previousSibling;ac=ac.parentNode;V=L(ac,R,R,ab);if(ab!=j){V.appendChild(Z)}Z=V}}function Q(aa,ab){var X=O(N[h],N[U]),Y=X!=N[h],ac,Z,W,t,V;if(X==aa){return L(X,Y,D,ab)}ac=X.parentNode;Z=L(ac,R,D,ab);while(ac){while(X){W=X.nextSibling;t=L(X,Y,D,ab);if(ab!=j){Z.appendChild(t)}Y=D;X=W}if(ac==aa){return Z}X=ac.nextSibling;ac=ac.parentNode;V=L(ac,R,D,ab);if(ab!=j){V.appendChild(Z)}Z=V}}function L(t,Y,ab,ac){var X,W,Z,V,aa;if(Y){return y(t,ac)}if(t.nodeType==3){X=t.nodeValue;if(ab){V=N[U];W=X.substring(V);Z=X.substring(0,V)}else{V=N[z];W=X.substring(0,V);Z=X.substring(V)}if(ac!=E){t.nodeValue=Z}if(ac==j){return}aa=t.cloneNode(R);aa.nodeValue=W;return aa}if(ac==j){return}return t.cloneNode(R)}function y(V,t){if(t!=j){return t==E?V.cloneNode(D):V}V.parentNode.removeChild(V)}}a.Range=b})(tinymce.dom);(function(){function a(g){var i=this,j=&quot;\uFEFF&quot;,e,h,d=g.dom,c=true,f=false;function b(){var n=g.getRng(),k=d.createRng(),m,o;m=n.item?n.item(0):n.parentElement();if(m.ownerDocument!=d.doc){return k}if(n.item||!m.hasChildNodes()){k.setStart(m.parentNode,d.nodeIndex(m));k.setEnd(k.startContainer,k.startOffset+1);return k}o=g.isCollapsed();function l(s){var u,q,t,p,A=0,x,y,z,r,v;r=n.duplicate();r.collapse(s);u=d.create(&quot;a&quot;);z=r.parentElement();if(!z.hasChildNodes()){k[s?&quot;setStart&quot;:&quot;setEnd&quot;](z,0);return}z.appendChild(u);r.moveToElementText(u);v=n.compareEndPoints(s?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,r);if(v&gt;0){k[s?&quot;setStartAfter&quot;:&quot;setEndAfter&quot;](z);d.remove(u);return}p=tinymce.grep(z.childNodes);x=p.length-1;while(A&lt;=x){y=Math.floor((A+x)/2);z.insertBefore(u,p[y]);r.moveToElementText(u);v=n.compareEndPoints(s?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,r);if(v&gt;0){A=y+1}else{if(v&lt;0){x=y-1}else{found=true;break}}}q=v&gt;0||y==0?u.nextSibling:u.previousSibling;if(q.nodeType==1){d.remove(u);t=d.nodeIndex(q);q=q.parentNode;if(!s||y&gt;0){t++}}else{if(v&gt;0||y==0){r.setEndPoint(s?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,n);t=r.text.length}else{r.setEndPoint(s?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,n);t=q.nodeValue.length-r.text.length}d.remove(u)}k[s?&quot;setStart&quot;:&quot;setEnd&quot;](q,t)}l(true);if(!o){l()}return k}this.addRange=function(k){var p,n,m,r,u,s,t=g.dom.doc,o=t.body;function l(B){var x,A,v,z,y;v=d.create(&quot;a&quot;);x=B?m:u;A=B?r:s;z=p.duplicate();if(x==t){x=o;A=0}if(x.nodeType==3){x.parentNode.insertBefore(v,x);z.moveToElementText(v);z.moveStart(&quot;character&quot;,A);d.remove(v);p.setEndPoint(B?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,z)}else{y=x.childNodes;if(y.length){if(A&gt;=y.length){d.insertAfter(v,y[y.length-1])}else{x.insertBefore(v,y[A])}z.moveToElementText(v)}else{v=t.createTextNode(j);x.appendChild(v);z.moveToElementText(v.parentNode);z.collapse(c)}p.setEndPoint(B?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,z);d.remove(v)}}this.destroy();m=k.startContainer;r=k.startOffset;u=k.endContainer;s=k.endOffset;p=o.createTextRange();if(m==u&amp;&amp;m.nodeType==1&amp;&amp;r==s-1){if(r==s-1){try{n=o.createControlRange();n.addElement(m.childNodes[r]);n.select();n.scrollIntoView();return}catch(q){}}}l(true);l();p.select();p.scrollIntoView()};this.getRangeAt=function(){if(!e||!tinymce.dom.RangeUtils.compareRanges(h,g.getRng())){e=b();h=g.getRng()}try{e.startContainer.nextSibling}catch(k){e=b();h=null}return e};this.destroy=function(){h=e=null}}tinymce.dom.TridentSelection=a})();(function(){var p=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['&quot;][^'&quot;]*['&quot;]|[^\[\]'&quot;]+)+\]|\\.|[^ &gt;+~,(\[\\]+)+|[&gt;+~])(\s*,\s*)?((?:.|\r|\n)*)/g,j=0,d=Object.prototype.toString,o=false,i=true;[0,0].sort(function(){i=false;return 0});var b=function(v,e,z,A){z=z||[];e=e||document;var C=e;if(e.nodeType!==1&amp;&amp;e.nodeType!==9){return[]}if(!v||typeof v!==&quot;string&quot;){return z}var x=[],s,E,H,r,u=true,t=b.isXML(e),B=v,D,G,F,y;do{p.exec(&quot;&quot;);s=p.exec(B);if(s){B=s[3];x.push(s[1]);if(s[2]){r=s[3];break}}}while(s);if(x.length&gt;1&amp;&amp;k.exec(v)){if(x.length===2&amp;&amp;f.relative[x[0]]){E=h(x[0]+x[1],e)}else{E=f.relative[x[0]]?[e]:b(x.shift(),e);while(x.length){v=x.shift();if(f.relative[v]){v+=x.shift()}E=h(v,E)}}}else{if(!A&amp;&amp;x.length&gt;1&amp;&amp;e.nodeType===9&amp;&amp;!t&amp;&amp;f.match.ID.test(x[0])&amp;&amp;!f.match.ID.test(x[x.length-1])){D=b.find(x.shift(),e,t);e=D.expr?b.filter(D.expr,D.set)[0]:D.set[0]}if(e){D=A?{expr:x.pop(),set:a(A)}:b.find(x.pop(),x.length===1&amp;&amp;(x[0]===&quot;~&quot;||x[0]===&quot;+&quot;)&amp;&amp;e.parentNode?e.parentNode:e,t);E=D.expr?b.filter(D.expr,D.set):D.set;if(x.length&gt;0){H=a(E)}else{u=false}while(x.length){G=x.pop();F=G;if(!f.relative[G]){G=&quot;&quot;}else{F=x.pop()}if(F==null){F=e}f.relative[G](H,F,t)}}else{H=x=[]}}if(!H){H=E}if(!H){b.error(G||v)}if(d.call(H)===&quot;[object Array]&quot;){if(!u){z.push.apply(z,H)}else{if(e&amp;&amp;e.nodeType===1){for(y=0;H[y]!=null;y++){if(H[y]&amp;&amp;(H[y]===true||H[y].nodeType===1&amp;&amp;b.contains(e,H[y]))){z.push(E[y])}}}else{for(y=0;H[y]!=null;y++){if(H[y]&amp;&amp;H[y].nodeType===1){z.push(E[y])}}}}}else{a(H,z)}if(r){b(r,C,z,A);b.uniqueSort(z)}return z};b.uniqueSort=function(r){if(c){o=i;r.sort(c);if(o){for(var e=1;e&lt;r.length;e++){if(r[e]===r[e-1]){r.splice(e--,1)}}}}return r};b.matches=function(e,r){return b(e,null,null,r)};b.find=function(y,e,z){var x;if(!y){return[]}for(var t=0,s=f.order.length;t&lt;s;t++){var v=f.order[t],u;if((u=f.leftMatch[v].exec(y))){var r=u[1];u.splice(1,1);if(r.substr(r.length-1)!==&quot;\\&quot;){u[1]=(u[1]||&quot;&quot;).replace(/\\/g,&quot;&quot;);x=f.find[v](u,e,z);if(x!=null){y=y.replace(f.match[v],&quot;&quot;);break}}}}if(!x){x=e.getElementsByTagName(&quot;*&quot;)}return{set:x,expr:y}};b.filter=function(C,B,F,u){var s=C,H=[],z=B,x,e,y=B&amp;&amp;B[0]&amp;&amp;b.isXML(B[0]);while(C&amp;&amp;B.length){for(var A in f.filter){if((x=f.leftMatch[A].exec(C))!=null&amp;&amp;x[2]){var r=f.filter[A],G,E,t=x[1];e=false;x.splice(1,1);if(t.substr(t.length-1)===&quot;\\&quot;){continue}if(z===H){H=[]}if(f.preFilter[A]){x=f.preFilter[A](x,z,F,H,u,y);if(!x){e=G=true}else{if(x===true){continue}}}if(x){for(var v=0;(E=z[v])!=null;v++){if(E){G=r(E,x,v,z);var D=u^!!G;if(F&amp;&amp;G!=null){if(D){e=true}else{z[v]=false}}else{if(D){H.push(E);e=true}}}}}if(G!==undefined){if(!F){z=H}C=C.replace(f.match[A],&quot;&quot;);if(!e){return[]}break}}}if(C===s){if(e==null){b.error(C)}else{break}}s=C}return z};b.error=function(e){throw&quot;Syntax error, unrecognized expression: &quot;+e};var f=b.selectors={order:[&quot;ID&quot;,&quot;NAME&quot;,&quot;TAG&quot;],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['&quot;]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['&quot;]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['&quot;]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['&quot;]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{&quot;class&quot;:&quot;className&quot;,&quot;for&quot;:&quot;htmlFor&quot;},attrHandle:{href:function(e){return e.getAttribute(&quot;href&quot;)}},relative:{&quot;+&quot;:function(x,r){var t=typeof r===&quot;string&quot;,v=t&amp;&amp;!/\W/.test(r),y=t&amp;&amp;!v;if(v){r=r.toLowerCase()}for(var s=0,e=x.length,u;s&lt;e;s++){if((u=x[s])){while((u=u.previousSibling)&amp;&amp;u.nodeType!==1){}x[s]=y||u&amp;&amp;u.nodeName.toLowerCase()===r?u||false:u===r}}if(y){b.filter(r,x,true)}},&quot;&gt;&quot;:function(x,r){var u=typeof r===&quot;string&quot;,v,s=0,e=x.length;if(u&amp;&amp;!/\W/.test(r)){r=r.toLowerCase();for(;s&lt;e;s++){v=x[s];if(v){var t=v.parentNode;x[s]=t.nodeName.toLowerCase()===r?t:false}}}else{for(;s&lt;e;s++){v=x[s];if(v){x[s]=u?v.parentNode:v.parentNode===r}}if(u){b.filter(r,x,true)}}},&quot;&quot;:function(t,r,v){var s=j++,e=q,u;if(typeof r===&quot;string&quot;&amp;&amp;!/\W/.test(r)){r=r.toLowerCase();u=r;e=n}e(&quot;parentNode&quot;,r,s,t,u,v)},&quot;~&quot;:function(t,r,v){var s=j++,e=q,u;if(typeof r===&quot;string&quot;&amp;&amp;!/\W/.test(r)){r=r.toLowerCase();u=r;e=n}e(&quot;previousSibling&quot;,r,s,t,u,v)}},find:{ID:function(r,s,t){if(typeof s.getElementById!==&quot;undefined&quot;&amp;&amp;!t){var e=s.getElementById(r[1]);return e?[e]:[]}},NAME:function(s,v){if(typeof v.getElementsByName!==&quot;undefined&quot;){var r=[],u=v.getElementsByName(s[1]);for(var t=0,e=u.length;t&lt;e;t++){if(u[t].getAttribute(&quot;name&quot;)===s[1]){r.push(u[t])}}return r.length===0?null:r}},TAG:function(e,r){return r.getElementsByTagName(e[1])}},preFilter:{CLASS:function(t,r,s,e,x,y){t=&quot; &quot;+t[1].replace(/\\/g,&quot;&quot;)+&quot; &quot;;if(y){return t}for(var u=0,v;(v=r[u])!=null;u++){if(v){if(x^(v.className&amp;&amp;(&quot; &quot;+v.className+&quot; &quot;).replace(/[\t\n]/g,&quot; &quot;).indexOf(t)&gt;=0)){if(!s){e.push(v)}}else{if(s){r[u]=false}}}}return false},ID:function(e){return e[1].replace(/\\/g,&quot;&quot;)},TAG:function(r,e){return r[1].toLowerCase()},CHILD:function(e){if(e[1]===&quot;nth&quot;){var r=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(e[2]===&quot;even&quot;&amp;&amp;&quot;2n&quot;||e[2]===&quot;odd&quot;&amp;&amp;&quot;2n+1&quot;||!/\D/.test(e[2])&amp;&amp;&quot;0n+&quot;+e[2]||e[2]);e[2]=(r[1]+(r[2]||1))-0;e[3]=r[3]-0}e[0]=j++;return e},ATTR:function(u,r,s,e,v,x){var t=u[1].replace(/\\/g,&quot;&quot;);if(!x&amp;&amp;f.attrMap[t]){u[1]=f.attrMap[t]}if(u[2]===&quot;~=&quot;){u[4]=&quot; &quot;+u[4]+&quot; &quot;}return u},PSEUDO:function(u,r,s,e,v){if(u[1]===&quot;not&quot;){if((p.exec(u[3])||&quot;&quot;).length&gt;1||/^\w/.test(u[3])){u[3]=b(u[3],null,null,r)}else{var t=b.filter(u[3],r,s,true^v);if(!s){e.push.apply(e,t)}return false}}else{if(f.match.POS.test(u[0])||f.match.CHILD.test(u[0])){return true}}return u},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&amp;&amp;e.type!==&quot;hidden&quot;},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){e.parentNode.selectedIndex;return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(s,r,e){return !!b(e[3],s).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(e){return&quot;text&quot;===e.type},radio:function(e){return&quot;radio&quot;===e.type},checkbox:function(e){return&quot;checkbox&quot;===e.type},file:function(e){return&quot;file&quot;===e.type},password:function(e){return&quot;password&quot;===e.type},submit:function(e){return&quot;submit&quot;===e.type},image:function(e){return&quot;image&quot;===e.type},reset:function(e){return&quot;reset&quot;===e.type},button:function(e){return&quot;button&quot;===e.type||e.nodeName.toLowerCase()===&quot;button&quot;},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)}},setFilters:{first:function(r,e){return e===0},last:function(s,r,e,t){return r===t.length-1},even:function(r,e){return e%2===0},odd:function(r,e){return e%2===1},lt:function(s,r,e){return r&lt;e[3]-0},gt:function(s,r,e){return r&gt;e[3]-0},nth:function(s,r,e){return e[3]-0===r},eq:function(s,r,e){return e[3]-0===r}},filter:{PSEUDO:function(s,y,x,z){var e=y[1],r=f.filters[e];if(r){return r(s,x,y,z)}else{if(e===&quot;contains&quot;){return(s.textContent||s.innerText||b.getText([s])||&quot;&quot;).indexOf(y[3])&gt;=0}else{if(e===&quot;not&quot;){var t=y[3];for(var v=0,u=t.length;v&lt;u;v++){if(t[v]===s){return false}}return true}else{b.error(&quot;Syntax error, unrecognized expression: &quot;+e)}}}},CHILD:function(e,t){var x=t[1],r=e;switch(x){case&quot;only&quot;:case&quot;first&quot;:while((r=r.previousSibling)){if(r.nodeType===1){return false}}if(x===&quot;first&quot;){return true}r=e;case&quot;last&quot;:while((r=r.nextSibling)){if(r.nodeType===1){return false}}return true;case&quot;nth&quot;:var s=t[2],A=t[3];if(s===1&amp;&amp;A===0){return true}var v=t[0],z=e.parentNode;if(z&amp;&amp;(z.sizcache!==v||!e.nodeIndex)){var u=0;for(r=z.firstChild;r;r=r.nextSibling){if(r.nodeType===1){r.nodeIndex=++u}}z.sizcache=v}var y=e.nodeIndex-A;if(s===0){return y===0}else{return(y%s===0&amp;&amp;y/s&gt;=0)}}},ID:function(r,e){return r.nodeType===1&amp;&amp;r.getAttribute(&quot;id&quot;)===e},TAG:function(r,e){return(e===&quot;*&quot;&amp;&amp;r.nodeType===1)||r.nodeName.toLowerCase()===e},CLASS:function(r,e){return(&quot; &quot;+(r.className||r.getAttribute(&quot;class&quot;))+&quot; &quot;).indexOf(e)&gt;-1},ATTR:function(v,t){var s=t[1],e=f.attrHandle[s]?f.attrHandle[s](v):v[s]!=null?v[s]:v.getAttribute(s),x=e+&quot;&quot;,u=t[2],r=t[4];return e==null?u===&quot;!=&quot;:u===&quot;=&quot;?x===r:u===&quot;*=&quot;?x.indexOf(r)&gt;=0:u===&quot;~=&quot;?(&quot; &quot;+x+&quot; &quot;).indexOf(r)&gt;=0:!r?x&amp;&amp;e!==false:u===&quot;!=&quot;?x!==r:u===&quot;^=&quot;?x.indexOf(r)===0:u===&quot;$=&quot;?x.substr(x.length-r.length)===r:u===&quot;|=&quot;?x===r||x.substr(0,r.length+1)===r+&quot;-&quot;:false},POS:function(u,r,s,v){var e=r[2],t=f.setFilters[e];if(t){return t(u,s,r,v)}}}};var k=f.match.POS,g=function(r,e){return&quot;\\&quot;+(e-0+1)};for(var m in f.match){f.match[m]=new RegExp(f.match[m].source+(/(?![^\[]*\])(?![^\(]*\))/.source));f.leftMatch[m]=new RegExp(/(^(?:.|\r|\n)*?)/.source+f.match[m].source.replace(/\\(\d+)/g,g))}var a=function(r,e){r=Array.prototype.slice.call(r,0);if(e){e.push.apply(e,r);return e}return r};try{Array.prototype.slice.call(document.documentElement.childNodes,0)[0].nodeType}catch(l){a=function(u,t){var r=t||[],s=0;if(d.call(u)===&quot;[object Array]&quot;){Array.prototype.push.apply(r,u)}else{if(typeof u.length===&quot;number&quot;){for(var e=u.length;s&lt;e;s++){r.push(u[s])}}else{for(;u[s];s++){r.push(u[s])}}}return r}}var c;if(document.documentElement.compareDocumentPosition){c=function(r,e){if(!r.compareDocumentPosition||!e.compareDocumentPosition){if(r==e){o=true}return r.compareDocumentPosition?-1:1}var s=r.compareDocumentPosition(e)&amp;4?-1:r===e?0:1;if(s===0){o=true}return s}}else{if(&quot;sourceIndex&quot; in document.documentElement){c=function(r,e){if(!r.sourceIndex||!e.sourceIndex){if(r==e){o=true}return r.sourceIndex?-1:1}var s=r.sourceIndex-e.sourceIndex;if(s===0){o=true}return s}}else{if(document.createRange){c=function(t,r){if(!t.ownerDocument||!r.ownerDocument){if(t==r){o=true}return t.ownerDocument?-1:1}var s=t.ownerDocument.createRange(),e=r.ownerDocument.createRange();s.setStart(t,0);s.setEnd(t,0);e.setStart(r,0);e.setEnd(r,0);var u=s.compareBoundaryPoints(Range.START_TO_END,e);if(u===0){o=true}return u}}}}b.getText=function(e){var r=&quot;&quot;,t;for(var s=0;e[s];s++){t=e[s];if(t.nodeType===3||t.nodeType===4){r+=t.nodeValue}else{if(t.nodeType!==8){r+=b.getText(t.childNodes)}}}return r};(function(){var r=document.createElement(&quot;div&quot;),s=&quot;script&quot;+(new Date()).getTime();r.innerHTML=&quot;&lt;a name='&quot;+s+&quot;'/&gt;&quot;;var e=document.documentElement;e.insertBefore(r,e.firstChild);if(document.getElementById(s)){f.find.ID=function(u,v,x){if(typeof v.getElementById!==&quot;undefined&quot;&amp;&amp;!x){var t=v.getElementById(u[1]);return t?t.id===u[1]||typeof t.getAttributeNode!==&quot;undefined&quot;&amp;&amp;t.getAttributeNode(&quot;id&quot;).nodeValue===u[1]?[t]:undefined:[]}};f.filter.ID=function(v,t){var u=typeof v.getAttributeNode!==&quot;undefined&quot;&amp;&amp;v.getAttributeNode(&quot;id&quot;);return v.nodeType===1&amp;&amp;u&amp;&amp;u.nodeValue===t}}e.removeChild(r);e=r=null})();(function(){var e=document.createElement(&quot;div&quot;);e.appendChild(document.createComment(&quot;&quot;));if(e.getElementsByTagName(&quot;*&quot;).length&gt;0){f.find.TAG=function(r,v){var u=v.getElementsByTagName(r[1]);if(r[1]===&quot;*&quot;){var t=[];for(var s=0;u[s];s++){if(u[s].nodeType===1){t.push(u[s])}}u=t}return u}}e.innerHTML=&quot;&lt;a href='#'&gt;&lt;/a&gt;&quot;;if(e.firstChild&amp;&amp;typeof e.firstChild.getAttribute!==&quot;undefined&quot;&amp;&amp;e.firstChild.getAttribute(&quot;href&quot;)!==&quot;#&quot;){f.attrHandle.href=function(r){return r.getAttribute(&quot;href&quot;,2)}}e=null})();if(document.querySelectorAll){(function(){var e=b,s=document.createElement(&quot;div&quot;);s.innerHTML=&quot;&lt;p class='TEST'&gt;&lt;/p&gt;&quot;;if(s.querySelectorAll&amp;&amp;s.querySelectorAll(&quot;.TEST&quot;).length===0){return}b=function(x,v,t,u){v=v||document;if(!u&amp;&amp;v.nodeType===9&amp;&amp;!b.isXML(v)){try{return a(v.querySelectorAll(x),t)}catch(y){}}return e(x,v,t,u)};for(var r in e){b[r]=e[r]}s=null})()}(function(){var e=document.createElement(&quot;div&quot;);e.innerHTML=&quot;&lt;div class='test e'&gt;&lt;/div&gt;&lt;div class='test'&gt;&lt;/div&gt;&quot;;if(!e.getElementsByClassName||e.getElementsByClassName(&quot;e&quot;).length===0){return}e.lastChild.className=&quot;e&quot;;if(e.getElementsByClassName(&quot;e&quot;).length===1){return}f.order.splice(1,0,&quot;CLASS&quot;);f.find.CLASS=function(r,s,t){if(typeof s.getElementsByClassName!==&quot;undefined&quot;&amp;&amp;!t){return s.getElementsByClassName(r[1])}};e=null})();function n(r,x,v,A,y,z){for(var t=0,s=A.length;t&lt;s;t++){var e=A[t];if(e){e=e[r];var u=false;while(e){if(e.sizcache===v){u=A[e.sizset];break}if(e.nodeType===1&amp;&amp;!z){e.sizcache=v;e.sizset=t}if(e.nodeName.toLowerCase()===x){u=e;break}e=e[r]}A[t]=u}}}function q(r,x,v,A,y,z){for(var t=0,s=A.length;t&lt;s;t++){var e=A[t];if(e){e=e[r];var u=false;while(e){if(e.sizcache===v){u=A[e.sizset];break}if(e.nodeType===1){if(!z){e.sizcache=v;e.sizset=t}if(typeof x!==&quot;string&quot;){if(e===x){u=true;break}}else{if(b.filter(x,[e]).length&gt;0){u=e;break}}}e=e[r]}A[t]=u}}}b.contains=document.compareDocumentPosition?function(r,e){return !!(r.compareDocumentPosition(e)&amp;16)}:function(r,e){return r!==e&amp;&amp;(r.contains?r.contains(e):true)};b.isXML=function(e){var r=(e?e.ownerDocument||e:0).documentElement;return r?r.nodeName!==&quot;HTML&quot;:false};var h=function(e,y){var t=[],u=&quot;&quot;,v,s=y.nodeType?[y]:y;while((v=f.match.PSEUDO.exec(e))){u+=v[0];e=e.replace(f.match.PSEUDO,&quot;&quot;)}e=f.relative[e]?e+&quot;*&quot;:e;for(var x=0,r=s.length;x&lt;r;x++){b(e,s[x],t)}return b.filter(u,t)};window.tinymce.dom.Sizzle=b})();(function(d){var f=d.each,c=d.DOM,b=d.isIE,e=d.isWebKit,a;d.create(&quot;tinymce.dom.EventUtils&quot;,{EventUtils:function(){this.inits=[];this.events=[]},add:function(m,p,l,j){var g,h=this,i=h.events,k;if(p instanceof Array){k=[];f(p,function(o){k.push(h.add(m,o,l,j))});return k}if(m&amp;&amp;m.hasOwnProperty&amp;&amp;m instanceof Array){k=[];f(m,function(n){n=c.get(n);k.push(h.add(n,p,l,j))});return k}m=c.get(m);if(!m){return}g=function(n){if(h.disabled){return}n=n||window.event;if(n&amp;&amp;b){if(!n.target){n.target=n.srcElement}d.extend(n,h._stoppers)}if(!j){return l(n)}return l.call(j,n)};if(p==&quot;unload&quot;){d.unloads.unshift({func:g});return g}if(p==&quot;init&quot;){if(h.domLoaded){g()}else{h.inits.push(g)}return g}i.push({obj:m,name:p,func:l,cfunc:g,scope:j});h._add(m,p,g);return l},remove:function(l,m,k){var h=this,g=h.events,i=false,j;if(l&amp;&amp;l.hasOwnProperty&amp;&amp;l instanceof Array){j=[];f(l,function(n){n=c.get(n);j.push(h.remove(n,m,k))});return j}l=c.get(l);f(g,function(o,n){if(o.obj==l&amp;&amp;o.name==m&amp;&amp;(!k||(o.func==k||o.cfunc==k))){g.splice(n,1);h._remove(l,m,o.cfunc);i=true;return false}});return i},clear:function(l){var j=this,g=j.events,h,k;if(l){l=c.get(l);for(h=g.length-1;h&gt;=0;h--){k=g[h];if(k.obj===l){j._remove(k.obj,k.name,k.cfunc);k.obj=k.cfunc=null;g.splice(h,1)}}}},cancel:function(g){if(!g){return false}this.stop(g);return this.prevent(g)},stop:function(g){if(g.stopPropagation){g.stopPropagation()}else{g.cancelBubble=true}return false},prevent:function(g){if(g.preventDefault){g.preventDefault()}else{g.returnValue=false}return false},destroy:function(){var g=this;f(g.events,function(j,h){g._remove(j.obj,j.name,j.cfunc);j.obj=j.cfunc=null});g.events=[];g=null},_add:function(h,i,g){if(h.attachEvent){h.attachEvent(&quot;on&quot;+i,g)}else{if(h.addEventListener){h.addEventListener(i,g,false)}else{h[&quot;on&quot;+i]=g}}},_remove:function(i,j,h){if(i){try{if(i.detachEvent){i.detachEvent(&quot;on&quot;+j,h)}else{if(i.removeEventListener){i.removeEventListener(j,h,false)}else{i[&quot;on&quot;+j]=null}}}catch(g){}}},_pageInit:function(h){var g=this;if(g.domLoaded){return}g.domLoaded=true;f(g.inits,function(i){i()});g.inits=[]},_wait:function(i){var g=this,h=i.document;if(i.tinyMCE_GZ&amp;&amp;tinyMCE_GZ.loaded){g.domLoaded=1;return}if(h.attachEvent){h.attachEvent(&quot;onreadystatechange&quot;,function(){if(h.readyState===&quot;complete&quot;){h.detachEvent(&quot;onreadystatechange&quot;,arguments.callee);g._pageInit(i)}});if(h.documentElement.doScroll&amp;&amp;i==i.top){(function(){if(g.domLoaded){return}try{h.documentElement.doScroll(&quot;left&quot;)}catch(j){setTimeout(arguments.callee,0);return}g._pageInit(i)})()}}else{if(h.addEventListener){g._add(i,&quot;DOMContentLoaded&quot;,function(){g._pageInit(i)})}}g._add(i,&quot;load&quot;,function(){g._pageInit(i)})},_stoppers:{preventDefault:function(){this.returnValue=false},stopPropagation:function(){this.cancelBubble=true}}});a=d.dom.Event=new d.dom.EventUtils();a._wait(window);d.addUnload(function(){a.destroy()})})(tinymce);(function(a){a.dom.Element=function(f,d){var b=this,e,c;b.settings=d=d||{};b.id=f;b.dom=e=d.dom||a.DOM;if(!a.isIE){c=e.get(b.id)}a.each((&quot;getPos,getRect,getParent,add,setStyle,getStyle,setStyles,setAttrib,setAttribs,getAttrib,addClass,removeClass,hasClass,getOuterHTML,setOuterHTML,remove,show,hide,isHidden,setHTML,get&quot;).split(/,/),function(g){b[g]=function(){var h=[f],j;for(j=0;j&lt;arguments.length;j++){h.push(arguments[j])}h=e[g].apply(e,h);b.update(g);return h}});a.extend(b,{on:function(i,h,g){return a.dom.Event.add(b.id,i,h,g)},getXY:function(){return{x:parseInt(b.getStyle(&quot;left&quot;)),y:parseInt(b.getStyle(&quot;top&quot;))}},getSize:function(){var g=e.get(b.id);return{w:parseInt(b.getStyle(&quot;width&quot;)||g.clientWidth),h:parseInt(b.getStyle(&quot;height&quot;)||g.clientHeight)}},moveTo:function(g,h){b.setStyles({left:g,top:h})},moveBy:function(g,i){var h=b.getXY();b.moveTo(h.x+g,h.y+i)},resizeTo:function(g,i){b.setStyles({width:g,height:i})},resizeBy:function(g,j){var i=b.getSize();b.resizeTo(i.w+g,i.h+j)},update:function(h){var g;if(a.isIE6&amp;&amp;d.blocker){h=h||&quot;&quot;;if(h.indexOf(&quot;get&quot;)===0||h.indexOf(&quot;has&quot;)===0||h.indexOf(&quot;is&quot;)===0){return}if(h==&quot;remove&quot;){e.remove(b.blocker);return}if(!b.blocker){b.blocker=e.uniqueId();g=e.add(d.container||e.getRoot(),&quot;iframe&quot;,{id:b.blocker,style:&quot;position:absolute;&quot;,frameBorder:0,src:'javascript:&quot;&quot;'});e.setStyle(g,&quot;opacity&quot;,0)}else{g=e.get(b.blocker)}e.setStyles(g,{left:b.getStyle(&quot;left&quot;,1),top:b.getStyle(&quot;top&quot;,1),width:b.getStyle(&quot;width&quot;,1),height:b.getStyle(&quot;height&quot;,1),display:b.getStyle(&quot;display&quot;,1),zIndex:parseInt(b.getStyle(&quot;zIndex&quot;,1)||0)-1})}}})}})(tinymce);(function(c){function e(f){return f.replace(/[\n\r]+/g,&quot;&quot;)}var b=c.is,a=c.isIE,d=c.each;c.create(&quot;tinymce.dom.Selection&quot;,{Selection:function(i,h,g){var f=this;f.dom=i;f.win=h;f.serializer=g;d([&quot;onBeforeSetContent&quot;,&quot;onBeforeGetContent&quot;,&quot;onSetContent&quot;,&quot;onGetContent&quot;],function(j){f[j]=new c.util.Dispatcher(f)});if(!f.win.getSelection){f.tridentSel=new c.dom.TridentSelection(f)}if(c.isIE&amp;&amp;i.boxModel){this._fixIESelection()}c.addUnload(f.destroy,f)},getContent:function(g){var f=this,h=f.getRng(),l=f.dom.create(&quot;body&quot;),j=f.getSel(),i,k,m;g=g||{};i=k=&quot;&quot;;g.get=true;g.format=g.format||&quot;html&quot;;f.onBeforeGetContent.dispatch(f,g);if(g.format==&quot;text&quot;){return f.isCollapsed()?&quot;&quot;:(h.text||(j.toString?j.toString():&quot;&quot;))}if(h.cloneContents){m=h.cloneContents();if(m){l.appendChild(m)}}else{if(b(h.item)||b(h.htmlText)){l.innerHTML=h.item?h.item(0).outerHTML:h.htmlText}else{l.innerHTML=h.toString()}}if(/^\s/.test(l.innerHTML)){i=&quot; &quot;}if(/\s+$/.test(l.innerHTML)){k=&quot; &quot;}g.getInner=true;g.content=f.isCollapsed()?&quot;&quot;:i+f.serializer.serialize(l,g)+k;f.onGetContent.dispatch(f,g);return g.content},setContent:function(j,i){var g=this,k=g.getRng(),n,l=g.win.document;i=i||{format:&quot;html&quot;};i.set=true;j=i.content=g.dom.processHTML(j);g.onBeforeSetContent.dispatch(g,i);j=i.content;if(k.insertNode){j+='&lt;span id=&quot;__caret&quot;&gt;_&lt;/span&gt;';if(k.startContainer==l&amp;&amp;k.endContainer==l){l.body.innerHTML=j}else{k.deleteContents();if(l.body.childNodes.length==0){l.body.innerHTML=j}else{if(k.createContextualFragment){k.insertNode(k.createContextualFragment(j))}else{var m=l.createDocumentFragment(),f=l.createElement(&quot;div&quot;);m.appendChild(f);f.outerHTML=j;k.insertNode(m)}}}n=g.dom.get(&quot;__caret&quot;);k=l.createRange();k.setStartBefore(n);k.setEndBefore(n);g.setRng(k);g.dom.remove(&quot;__caret&quot;)}else{if(k.item){l.execCommand(&quot;Delete&quot;,false,null);k=g.getRng()}k.pasteHTML(j)}g.onSetContent.dispatch(g,i)},getStart:function(){var g=this.getRng(),h,f,j,i;if(g.duplicate||g.item){if(g.item){return g.item(0)}j=g.duplicate();j.collapse(1);h=j.parentElement();f=i=g.parentElement();while(i=i.parentNode){if(i==h){h=f;break}}if(h&amp;&amp;h.nodeName==&quot;BODY&quot;){return h.firstChild||h}return h}else{h=g.startContainer;if(h.nodeType==1&amp;&amp;h.hasChildNodes()){h=h.childNodes[Math.min(h.childNodes.length-1,g.startOffset)]}if(h&amp;&amp;h.nodeType==3){return h.parentNode}return h}},getEnd:function(){var g=this,h=g.getRng(),i,f;if(h.duplicate||h.item){if(h.item){return h.item(0)}h=h.duplicate();h.collapse(0);i=h.parentElement();if(i&amp;&amp;i.nodeName==&quot;BODY&quot;){return i.lastChild||i}return i}else{i=h.endContainer;f=h.endOffset;if(i.nodeType==1&amp;&amp;i.hasChildNodes()){i=i.childNodes[f&gt;0?f-1:f]}if(i&amp;&amp;i.nodeType==3){return i.parentNode}return i}},getBookmark:function(q,r){var u=this,m=u.dom,g,j,i,n,h,o,p,l=&quot;\uFEFF&quot;,s;function f(v,x){var t=0;d(m.select(v),function(z,y){if(z==x){t=y}});return t}if(q==2){function k(){var v=u.getRng(true),t=m.getRoot(),x={};function y(B,G){var A=B[G?&quot;startContainer&quot;:&quot;endContainer&quot;],F=B[G?&quot;startOffset&quot;:&quot;endOffset&quot;],z=[],C,E,D=0;if(A.nodeType==3){if(r){for(C=A.previousSibling;C&amp;&amp;C.nodeType==3;C=C.previousSibling){F+=C.nodeValue.length}}z.push(F)}else{E=A.childNodes;if(F&gt;=E.length&amp;&amp;E.length){D=1;F=Math.max(0,E.length-1)}z.push(u.dom.nodeIndex(E[F],r)+D)}for(;A&amp;&amp;A!=t;A=A.parentNode){z.push(u.dom.nodeIndex(A,r))}return z}x.start=y(v,true);if(!u.isCollapsed()){x.end=y(v)}return x}return k()}if(q){return{rng:u.getRng()}}g=u.getRng();i=m.uniqueId();n=tinyMCE.activeEditor.selection.isCollapsed();s=&quot;overflow:hidden;line-height:0px&quot;;if(g.duplicate||g.item){if(!g.item){j=g.duplicate();g.collapse();g.pasteHTML('&lt;span _mce_type=&quot;bookmark&quot; id=&quot;'+i+'_start&quot; style=&quot;'+s+'&quot;&gt;'+l+&quot;&lt;/span&gt;&quot;);if(!n){j.collapse(false);j.pasteHTML('&lt;span _mce_type=&quot;bookmark&quot; id=&quot;'+i+'_end&quot; style=&quot;'+s+'&quot;&gt;'+l+&quot;&lt;/span&gt;&quot;)}}else{o=g.item(0);h=o.nodeName;return{name:h,index:f(h,o)}}}else{o=u.getNode();h=o.nodeName;if(h==&quot;IMG&quot;){return{name:h,index:f(h,o)}}j=g.cloneRange();if(!n){j.collapse(false);j.insertNode(m.create(&quot;span&quot;,{_mce_type:&quot;bookmark&quot;,id:i+&quot;_end&quot;,style:s},l))}g.collapse(true);g.insertNode(m.create(&quot;span&quot;,{_mce_type:&quot;bookmark&quot;,id:i+&quot;_start&quot;,style:s},l))}u.moveToBookmark({id:i,keep:1});return{id:i}},moveToBookmark:function(n){var r=this,l=r.dom,i,h,f,q,j,s,o,p;if(r.tridentSel){r.tridentSel.destroy()}if(n){if(n.start){f=l.createRng();q=l.getRoot();function g(z){var t=n[z?&quot;start&quot;:&quot;end&quot;],v,x,y,u;if(t){for(x=q,v=t.length-1;v&gt;=1;v--){u=x.childNodes;if(u.length){x=u[t[v]]}}if(z){f.setStart(x,t[0])}else{f.setEnd(x,t[0])}}}g(true);g();r.setRng(f)}else{if(n.id){function k(A){var u=l.get(n.id+&quot;_&quot;+A),z,t,x,y,v=n.keep;if(u){z=u.parentNode;if(A==&quot;start&quot;){if(!v){t=l.nodeIndex(u)}else{z=u.firstChild;t=1}j=s=z;o=p=t}else{if(!v){t=l.nodeIndex(u)}else{z=u.firstChild;t=1}s=z;p=t}if(!v){y=u.previousSibling;x=u.nextSibling;d(c.grep(u.childNodes),function(B){if(B.nodeType==3){B.nodeValue=B.nodeValue.replace(/\uFEFF/g,&quot;&quot;)}});while(u=l.get(n.id+&quot;_&quot;+A)){l.remove(u,1)}if(y&amp;&amp;x&amp;&amp;y.nodeType==x.nodeType&amp;&amp;y.nodeType==3&amp;&amp;!c.isOpera){t=y.nodeValue.length;y.appendData(x.nodeValue);l.remove(x);if(A==&quot;start&quot;){j=s=y;o=p=t}else{s=y;p=t}}}}}function m(t){if(!a&amp;&amp;l.isBlock(t)&amp;&amp;!t.innerHTML){t.innerHTML='&lt;br _mce_bogus=&quot;1&quot; /&gt;'}return t}k(&quot;start&quot;);k(&quot;end&quot;);if(j){f=l.createRng();f.setStart(m(j),o);f.setEnd(m(s),p);r.setRng(f)}}else{if(n.name){r.select(l.select(n.name)[n.index])}else{if(n.rng){r.setRng(n.rng)}}}}}},select:function(k,j){var i=this,l=i.dom,g=l.createRng(),f;f=l.nodeIndex(k);g.setStart(k.parentNode,f);g.setEnd(k.parentNode,f+1);if(j){function h(m,o){var n=new c.dom.TreeWalker(m,m);do{if(m.nodeType==3&amp;&amp;c.trim(m.nodeValue).length!=0){if(o){g.setStart(m,0)}else{g.setEnd(m,m.nodeValue.length)}return}if(m.nodeName==&quot;BR&quot;){if(o){g.setStartBefore(m)}else{g.setEndBefore(m)}return}}while(m=(o?n.next():n.prev()))}h(k,1);h(k)}i.setRng(g);return k},isCollapsed:function(){var f=this,h=f.getRng(),g=f.getSel();if(!h||h.item){return false}if(h.compareEndPoints){return h.compareEndPoints(&quot;StartToEnd&quot;,h)===0}return !g||h.collapsed},collapse:function(f){var g=this,h=g.getRng(),i;if(h.item){i=h.item(0);h=this.win.document.body.createTextRange();h.moveToElementText(i)}h.collapse(!!f);g.setRng(h)},getSel:function(){var g=this,f=this.win;return f.getSelection?f.getSelection():f.document.selection},getRng:function(l){var g=this,h,i,k,j=g.win.document;if(l&amp;&amp;g.tridentSel){return g.tridentSel.getRangeAt(0)}try{if(h=g.getSel()){i=h.rangeCount&gt;0?h.getRangeAt(0):(h.createRange?h.createRange():j.createRange())}}catch(f){}if(c.isIE&amp;&amp;i.setStart&amp;&amp;j.selection.createRange().item){k=j.selection.createRange().item(0);i=j.createRange();i.setStartBefore(k);i.setEndAfter(k)}if(!i){i=j.createRange?j.createRange():j.body.createTextRange()}if(g.selectedRange&amp;&amp;g.explicitRange){if(i.compareBoundaryPoints(i.START_TO_START,g.selectedRange)===0&amp;&amp;i.compareBoundaryPoints(i.END_TO_END,g.selectedRange)===0){i=g.explicitRange}else{g.selectedRange=null;g.explicitRange=null}}return i},setRng:function(i){var h,g=this;if(!g.tridentSel){h=g.getSel();if(h){g.explicitRange=i;h.removeAllRanges();h.addRange(i);g.selectedRange=h.getRangeAt(0)}}else{if(i.cloneRange){g.tridentSel.addRange(i);return}try{i.select()}catch(f){}}},setNode:function(g){var f=this;f.setContent(f.dom.getOuterHTML(g));return g},getNode:function(){var g=this,f=g.getRng(),h=g.getSel(),i;if(f.setStart){if(!f){return g.dom.getRoot()}i=f.commonAncestorContainer;if(!f.collapsed){if(f.startContainer==f.endContainer){if(f.startOffset-f.endOffset&lt;2){if(f.startContainer.hasChildNodes()){i=f.startContainer.childNodes[f.startOffset]}}}if(c.isWebKit&amp;&amp;h.anchorNode&amp;&amp;h.anchorNode.nodeType==1){return h.anchorNode.childNodes[h.anchorOffset]}}if(i&amp;&amp;i.nodeType==3){return i.parentNode}return i}return f.item?f.item(0):f.parentElement()},getSelectedBlocks:function(g,f){var i=this,j=i.dom,m,h,l,k=[];m=j.getParent(g||i.getStart(),j.isBlock);h=j.getParent(f||i.getEnd(),j.isBlock);if(m){k.push(m)}if(m&amp;&amp;h&amp;&amp;m!=h){l=m;while((l=l.nextSibling)&amp;&amp;l!=h){if(j.isBlock(l)){k.push(l)}}}if(h&amp;&amp;m!=h){k.push(h)}return k},destroy:function(g){var f=this;f.win=null;if(f.tridentSel){f.tridentSel.destroy()}if(!g){c.removeUnload(f.destroy)}},_fixIESelection:function(){var m=this.dom,l=m.doc,g=l.body,i,j;l.documentElement.unselectable=true;function k(n,q){var o=g.createTextRange();try{o.moveToPoint(n,q)}catch(p){o=null}return o}function h(o){var n;if(o.button){n=k(o.x,o.y);if(n){if(n.compareEndPoints(&quot;StartToStart&quot;,j)&gt;0){n.setEndPoint(&quot;StartToStart&quot;,j)}else{n.setEndPoint(&quot;EndToEnd&quot;,j)}n.select()}}else{f()}}function f(){m.unbind(l,&quot;mouseup&quot;,f);m.unbind(l,&quot;mousemove&quot;,h);i=0}m.bind(l,&quot;mousedown&quot;,function(n){if(n.target.nodeName===&quot;HTML&quot;){if(i){f()}i=1;j=k(n.x,n.y);if(j){m.bind(l,&quot;mouseup&quot;,f);m.bind(l,&quot;mousemove&quot;,h);m.win.focus();j.select()}}})}})})(tinymce);(function(a){a.create(&quot;tinymce.dom.XMLWriter&quot;,{node:null,XMLWriter:function(c){function b(){var e=document.implementation;if(!e||!e.createDocument){try{return new ActiveXObject(&quot;MSXML2.DOMDocument&quot;)}catch(d){}try{return new ActiveXObject(&quot;Microsoft.XmlDom&quot;)}catch(d){}}else{return e.createDocument(&quot;&quot;,&quot;&quot;,null)}}this.doc=b();this.valid=a.isOpera||a.isWebKit;this.reset()},reset:function(){var b=this,c=b.doc;if(c.firstChild){c.removeChild(c.firstChild)}b.node=c.appendChild(c.createElement(&quot;html&quot;))},writeStartElement:function(c){var b=this;b.node=b.node.appendChild(b.doc.createElement(c))},writeAttribute:function(c,b){if(this.valid){b=b.replace(/&gt;/g,&quot;%MCGT%&quot;)}this.node.setAttribute(c,b)},writeEndElement:function(){this.node=this.node.parentNode},writeFullEndElement:function(){var b=this,c=b.node;c.appendChild(b.doc.createTextNode(&quot;&quot;));b.node=c.parentNode},writeText:function(b){if(this.valid){b=b.replace(/&gt;/g,&quot;%MCGT%&quot;)}this.node.appendChild(this.doc.createTextNode(b))},writeCDATA:function(b){this.node.appendChild(this.doc.createCDATASection(b))},writeComment:function(b){if(a.isIE){b=b.replace(/^\-|\-$/g,&quot; &quot;)}this.node.appendChild(this.doc.createComment(b.replace(/\-\-/g,&quot; &quot;)))},getContent:function(){var b;b=this.doc.xml||new XMLSerializer().serializeToString(this.doc);b=b.replace(/&lt;\?[^?]+\?&gt;|&lt;html[^&gt;]*&gt;|&lt;\/html&gt;|&lt;html\/&gt;|&lt;!DOCTYPE[^&gt;]+&gt;/g,&quot;&quot;);b=b.replace(/ ?\/&gt;/g,&quot; /&gt;&quot;);if(this.valid){b=b.replace(/\%MCGT%/g,&quot;&amp;gt;&quot;)}return b}})})(tinymce);(function(c){var d=/[&amp;\&quot;&lt;&gt;]/g,b=/[&lt;&gt;&amp;]/g,a={&quot;&amp;&quot;:&quot;&amp;amp;&quot;,'&quot;':&quot;&amp;quot;&quot;,&quot;&lt;&quot;:&quot;&amp;lt;&quot;,&quot;&gt;&quot;:&quot;&amp;gt;&quot;};c.create(&quot;tinymce.dom.StringWriter&quot;,{str:null,tags:null,count:0,settings:null,indent:null,StringWriter:function(e){this.settings=c.extend({indent_char:&quot; &quot;,indentation:0},e);this.reset()},reset:function(){this.indent=&quot;&quot;;this.str=&quot;&quot;;this.tags=[];this.count=0},writeStartElement:function(e){this._writeAttributesEnd();this.writeRaw(&quot;&lt;&quot;+e);this.tags.push(e);this.inAttr=true;this.count++;this.elementCount=this.count;this.attrs={}},writeAttribute:function(g,e){var f=this;if(!f.attrs[g]){f.writeRaw(&quot; &quot;+f.encode(g,true)+'=&quot;'+f.encode(e,true)+'&quot;');f.attrs[g]=e}},writeEndElement:function(){var e;if(this.tags.length&gt;0){e=this.tags.pop();if(this._writeAttributesEnd(1)){this.writeRaw(&quot;&lt;/&quot;+e+&quot;&gt;&quot;)}if(this.settings.indentation&gt;0){this.writeRaw(&quot;\n&quot;)}}},writeFullEndElement:function(){if(this.tags.length&gt;0){this._writeAttributesEnd();this.writeRaw(&quot;&lt;/&quot;+this.tags.pop()+&quot;&gt;&quot;);if(this.settings.indentation&gt;0){this.writeRaw(&quot;\n&quot;)}}},writeText:function(e){this._writeAttributesEnd();this.writeRaw(this.encode(e));this.count++},writeCDATA:function(e){this._writeAttributesEnd();this.writeRaw(&quot;&lt;![CDATA[&quot;+e+&quot;]]&gt;&quot;);this.count++},writeComment:function(e){this._writeAttributesEnd();this.writeRaw(&quot;&lt;!--&quot;+e+&quot;--&gt;&quot;);this.count++},writeRaw:function(e){this.str+=e},encode:function(f,e){return f.replace(e?d:b,function(g){return a[g]})},getContent:function(){return this.str},_writeAttributesEnd:function(e){if(!this.inAttr){return}this.inAttr=false;if(e&amp;&amp;this.elementCount==this.count){this.writeRaw(&quot; /&gt;&quot;);return false}this.writeRaw(&quot;&gt;&quot;);return true}})})(tinymce);(function(e){var g=e.extend,f=e.each,b=e.util.Dispatcher,d=e.isIE,a=e.isGecko;function c(h){return h.replace(/([?+*])/g,&quot;.$1&quot;)}e.create(&quot;tinymce.dom.Serializer&quot;,{Serializer:function(j){var i=this;i.key=0;i.onPreProcess=new b(i);i.onPostProcess=new b(i);try{i.writer=new e.dom.XMLWriter()}catch(h){i.writer=new e.dom.StringWriter()}if(e.isIE&amp;&amp;document.documentMode&gt;8){i.writer=new e.dom.StringWriter()}i.settings=j=g({dom:e.DOM,valid_nodes:0,node_filter:0,attr_filter:0,invalid_attrs:/^(_mce_|_moz_|sizset|sizcache)/,closed:/^(br|hr|input|meta|img|link|param|area)$/,entity_encoding:&quot;named&quot;,entities:&quot;160,nbsp,161,iexcl,162,cent,163,pound,164,curren,165,yen,166,brvbar,167,sect,168,uml,169,copy,170,ordf,171,laquo,172,not,173,shy,174,reg,175,macr,176,deg,177,plusmn,178,sup2,179,sup3,180,acute,181,micro,182,para,183,middot,184,cedil,185,sup1,186,ordm,187,raquo,188,frac14,189,frac12,190,frac34,191,iquest,192,Agrave,193,Aacute,194,Acirc,195,Atilde,196,Auml,197,Aring,198,AElig,199,Ccedil,200,Egrave,201,Eacute,202,Ecirc,203,Euml,204,Igrave,205,Iacute,206,Icirc,207,Iuml,208,ETH,209,Ntilde,210,Ograve,211,Oacute,212,Ocirc,213,Otilde,214,Ouml,215,times,216,Oslash,217,Ugrave,218,Uacute,219,Ucirc,220,Uuml,221,Yacute,222,THORN,223,szlig,224,agrave,225,aacute,226,acirc,227,atilde,228,auml,229,aring,230,aelig,231,ccedil,232,egrave,233,eacute,234,ecirc,235,euml,236,igrave,237,iacute,238,icirc,239,iuml,240,eth,241,ntilde,242,ograve,243,oacute,244,ocirc,245,otilde,246,ouml,247,divide,248,oslash,249,ugrave,250,uacute,251,ucirc,252,uuml,253,yacute,254,thorn,255,yuml,402,fnof,913,Alpha,914,Beta,915,Gamma,916,Delta,917,Epsilon,918,Zeta,919,Eta,920,Theta,921,Iota,922,Kappa,923,Lambda,924,Mu,925,Nu,926,Xi,927,Omicron,928,Pi,929,Rho,931,Sigma,932,Tau,933,Upsilon,934,Phi,935,Chi,936,Psi,937,Omega,945,alpha,946,beta,947,gamma,948,delta,949,epsilon,950,zeta,951,eta,952,theta,953,iota,954,kappa,955,lambda,956,mu,957,nu,958,xi,959,omicron,960,pi,961,rho,962,sigmaf,963,sigma,964,tau,965,upsilon,966,phi,967,chi,968,psi,969,omega,977,thetasym,978,upsih,982,piv,8226,bull,8230,hellip,8242,prime,8243,Prime,8254,oline,8260,frasl,8472,weierp,8465,image,8476,real,8482,trade,8501,alefsym,8592,larr,8593,uarr,8594,rarr,8595,darr,8596,harr,8629,crarr,8656,lArr,8657,uArr,8658,rArr,8659,dArr,8660,hArr,8704,forall,8706,part,8707,exist,8709,empty,8711,nabla,8712,isin,8713,notin,8715,ni,8719,prod,8721,sum,8722,minus,8727,lowast,8730,radic,8733,prop,8734,infin,8736,ang,8743,and,8744,or,8745,cap,8746,cup,8747,int,8756,there4,8764,sim,8773,cong,8776,asymp,8800,ne,8801,equiv,8804,le,8805,ge,8834,sub,8835,sup,8836,nsub,8838,sube,8839,supe,8853,oplus,8855,otimes,8869,perp,8901,sdot,8968,lceil,8969,rceil,8970,lfloor,8971,rfloor,9001,lang,9002,rang,9674,loz,9824,spades,9827,clubs,9829,hearts,9830,diams,338,OElig,339,oelig,352,Scaron,353,scaron,376,Yuml,710,circ,732,tilde,8194,ensp,8195,emsp,8201,thinsp,8204,zwnj,8205,zwj,8206,lrm,8207,rlm,8211,ndash,8212,mdash,8216,lsquo,8217,rsquo,8218,sbquo,8220,ldquo,8221,rdquo,8222,bdquo,8224,dagger,8225,Dagger,8240,permil,8249,lsaquo,8250,rsaquo,8364,euro&quot;,valid_elements:&quot;*[*]&quot;,extended_valid_elements:0,invalid_elements:0,fix_table_elements:1,fix_list_elements:true,fix_content_duplication:true,convert_fonts_to_spans:false,font_size_classes:0,apply_source_formatting:0,indent_mode:&quot;simple&quot;,indent_char:&quot;\t&quot;,indent_levels:1,remove_linebreaks:1,remove_redundant_brs:1,element_format:&quot;xhtml&quot;},j);i.dom=j.dom;i.schema=j.schema;if(j.entity_encoding==&quot;named&quot;&amp;&amp;!j.entities){j.entity_encoding=&quot;raw&quot;}if(j.remove_redundant_brs){i.onPostProcess.add(function(k,l){l.content=l.content.replace(/(&lt;br \/&gt;\s*)+&lt;\/(p|h[1-6]|div|li)&gt;/gi,function(n,m,o){if(/^&lt;br \/&gt;\s*&lt;\//.test(n)){return&quot;&lt;/&quot;+o+&quot;&gt;&quot;}return n})})}if(j.element_format==&quot;html&quot;){i.onPostProcess.add(function(k,l){l.content=l.content.replace(/&lt;([^&gt;]+) \/&gt;/g,&quot;&lt;$1&gt;&quot;)})}if(j.fix_list_elements){i.onPreProcess.add(function(v,s){var l,z,y=[&quot;ol&quot;,&quot;ul&quot;],u,t,q,k=/^(OL|UL)$/,A;function m(r,x){var o=x.split(&quot;,&quot;),p;while((r=r.previousSibling)!=null){for(p=0;p&lt;o.length;p++){if(r.nodeName==o[p]){return r}}}return null}for(z=0;z&lt;y.length;z++){l=i.dom.select(y[z],s.node);for(u=0;u&lt;l.length;u++){t=l[u];q=t.parentNode;if(k.test(q.nodeName)){A=m(t,&quot;LI&quot;);if(!A){A=i.dom.create(&quot;li&quot;);A.innerHTML=&quot;&amp;nbsp;&quot;;A.appendChild(t);q.insertBefore(A,q.firstChild)}else{A.appendChild(t)}}}}})}if(j.fix_table_elements){i.onPreProcess.add(function(k,l){f(i.dom.select(&quot;p table&quot;,l.node).reverse(),function(p){var o=i.dom.getParent(p.parentNode,&quot;table,p&quot;);if(o.nodeName!=&quot;TABLE&quot;){try{i.dom.split(o,p)}catch(m){}}})})}},setEntities:function(o){var n=this,j,m,h={},k;if(n.entityLookup){return}j=o.split(&quot;,&quot;);for(m=0;m&lt;j.length;m+=2){k=j[m];if(k==34||k==38||k==60||k==62){continue}h[String.fromCharCode(j[m])]=j[m+1];k=parseInt(j[m]).toString(16)}n.entityLookup=h},setRules:function(i){var h=this;h._setup();h.rules={};h.wildRules=[];h.validElements={};return h.addRules(i)},addRules:function(i){var h=this,j;if(!i){return}h._setup();f(i.split(&quot;,&quot;),function(m){var q=m.split(/\[|\]/),l=q[0].split(&quot;/&quot;),r,k,o,n=[];if(j){k=e.extend([],j.attribs)}if(q.length&gt;1){f(q[1].split(&quot;|&quot;),function(u){var p={},t;k=k||[];u=u.replace(/::/g,&quot;~&quot;);u=/^([!\-])?([\w*.?~_\-]+|)([=:&lt;])?(.+)?$/.exec(u);u[2]=u[2].replace(/~/g,&quot;:&quot;);if(u[1]==&quot;!&quot;){r=r||[];r.push(u[2])}if(u[1]==&quot;-&quot;){for(t=0;t&lt;k.length;t++){if(k[t].name==u[2]){k.splice(t,1);return}}}switch(u[3]){case&quot;=&quot;:p.defaultVal=u[4]||&quot;&quot;;break;case&quot;:&quot;:p.forcedVal=u[4];break;case&quot;&lt;&quot;:p.validVals=u[4].split(&quot;?&quot;);break}if(/[*.?]/.test(u[2])){o=o||[];p.nameRE=new RegExp(&quot;^&quot;+c(u[2])+&quot;$&quot;);o.push(p)}else{p.name=u[2];k.push(p)}n.push(u[2])})}f(l,function(v,u){var y=v.charAt(0),t=1,p={};if(j){if(j.noEmpty){p.noEmpty=j.noEmpty}if(j.fullEnd){p.fullEnd=j.fullEnd}if(j.padd){p.padd=j.padd}}switch(y){case&quot;-&quot;:p.noEmpty=true;break;case&quot;+&quot;:p.fullEnd=true;break;case&quot;#&quot;:p.padd=true;break;default:t=0}l[u]=v=v.substring(t);h.validElements[v]=1;if(/[*.?]/.test(l[0])){p.nameRE=new RegExp(&quot;^&quot;+c(l[0])+&quot;$&quot;);h.wildRules=h.wildRules||{};h.wildRules.push(p)}else{p.name=l[0];if(l[0]==&quot;@&quot;){j=p}h.rules[v]=p}p.attribs=k;if(r){p.requiredAttribs=r}if(o){v=&quot;&quot;;f(n,function(s){if(v){v+=&quot;|&quot;}v+=&quot;(&quot;+c(s)+&quot;)&quot;});p.validAttribsRE=new RegExp(&quot;^&quot;+v.toLowerCase()+&quot;$&quot;);p.wildAttribs=o}})});i=&quot;&quot;;f(h.validElements,function(m,l){if(i){i+=&quot;|&quot;}if(l!=&quot;@&quot;){i+=l}});h.validElementsRE=new RegExp(&quot;^(&quot;+c(i.toLowerCase())+&quot;)$&quot;)},findRule:function(m){var j=this,l=j.rules,h,k;j._setup();k=l[m];if(k){return k}l=j.wildRules;for(h=0;h&lt;l.length;h++){if(l[h].nameRE.test(m)){return l[h]}}return null},findAttribRule:function(h,l){var j,k=h.wildAttribs;for(j=0;j&lt;k.length;j++){if(k[j].nameRE.test(l)){return k[j]}}return null},serialize:function(r,q){var m,k=this,p,i,j,l;k._setup();q=q||{};q.format=q.format||&quot;html&quot;;k.processObj=q;if(d){l=[];f(r.getElementsByTagName(&quot;option&quot;),function(o){var h=k.dom.getAttrib(o,&quot;selected&quot;);l.push(h?h:null)})}r=r.cloneNode(true);if(d){f(r.getElementsByTagName(&quot;option&quot;),function(o,h){k.dom.setAttrib(o,&quot;selected&quot;,l[h])})}j=r.ownerDocument.implementation;if(j.createHTMLDocument){p=j.createHTMLDocument(&quot;&quot;);f(r.nodeName==&quot;BODY&quot;?r.childNodes:[r],function(h){p.body.appendChild(p.importNode(h,true))});if(r.nodeName!=&quot;BODY&quot;){r=p.body.firstChild}else{r=p.body}i=k.dom.doc;k.dom.doc=p}k.key=&quot;&quot;+(parseInt(k.key)+1);if(!q.no_events){q.node=r;k.onPreProcess.dispatch(k,q)}k.writer.reset();k._info=q;k._serializeNode(r,q.getInner);q.content=k.writer.getContent();if(i){k.dom.doc=i}if(!q.no_events){k.onPostProcess.dispatch(k,q)}k._postProcess(q);q.node=null;return e.trim(q.content)},_postProcess:function(n){var i=this,k=i.settings,j=n.content,m=[],l;if(n.format==&quot;html&quot;){l=i._protect({content:j,patterns:[{pattern:/(&lt;script[^&gt;]*&gt;)(.*?)(&lt;\/script&gt;)/g},{pattern:/(&lt;noscript[^&gt;]*&gt;)(.*?)(&lt;\/noscript&gt;)/g},{pattern:/(&lt;style[^&gt;]*&gt;)(.*?)(&lt;\/style&gt;)/g},{pattern:/(&lt;pre[^&gt;]*&gt;)(.*?)(&lt;\/pre&gt;)/g,encode:1},{pattern:/(&lt;!--\[CDATA\[)(.*?)(\]\]--&gt;)/g}]});j=l.content;if(k.entity_encoding!==&quot;raw&quot;){j=i._encode(j)}if(!n.set){j=e._replace(/&lt;p&gt;\s+&lt;\/p&gt;|&lt;p([^&gt;]+)&gt;\s+&lt;\/p&gt;/g,k.entity_encoding==&quot;numeric&quot;?&quot;&lt;p$1&gt;&amp;#160;&lt;/p&gt;&quot;:&quot;&lt;p$1&gt;&amp;nbsp;&lt;/p&gt;&quot;,j);if(k.remove_linebreaks){j=j.replace(/\r?\n|\r/g,&quot; &quot;);j=e._replace(/(&lt;[^&gt;]+&gt;)\s+/g,&quot;$1 &quot;,j);j=e._replace(/\s+(&lt;\/[^&gt;]+&gt;)/g,&quot; $1&quot;,j);j=e._replace(/&lt;(p|h[1-6]|blockquote|hr|div|table|tbody|tr|td|body|head|html|title|meta|style|pre|script|link|object) ([^&gt;]+)&gt;\s+/g,&quot;&lt;$1 $2&gt;&quot;,j);j=e._replace(/&lt;(p|h[1-6]|blockquote|hr|div|table|tbody|tr|td|body|head|html|title|meta|style|pre|script|link|object)&gt;\s+/g,&quot;&lt;$1&gt;&quot;,j);j=e._replace(/\s+&lt;\/(p|h[1-6]|blockquote|hr|div|table|tbody|tr|td|body|head|html|title|meta|style|pre|script|link|object)&gt;/g,&quot;&lt;/$1&gt;&quot;,j)}if(k.apply_source_formatting&amp;&amp;k.indent_mode==&quot;simple&quot;){j=e._replace(/&lt;(\/?)(ul|hr|table|meta|link|tbody|tr|object|body|head|html|map)(|[^&gt;]+)&gt;\s*/g,&quot;\n&lt;$1$2$3&gt;\n&quot;,j);j=e._replace(/\s*&lt;(p|h[1-6]|blockquote|div|title|style|pre|script|td|li|area)(|[^&gt;]+)&gt;/g,&quot;\n&lt;$1$2&gt;&quot;,j);j=e._replace(/&lt;\/(p|h[1-6]|blockquote|div|title|style|pre|script|td|li)&gt;\s*/g,&quot;&lt;/$1&gt;\n&quot;,j);j=j.replace(/\n\n/g,&quot;\n&quot;)}}j=i._unprotect(j,l);j=e._replace(/&lt;!--\[CDATA\[([\s\S]+)\]\]--&gt;/g,&quot;&lt;![CDATA[$1]]&gt;&quot;,j);if(k.entity_encoding==&quot;raw&quot;){j=e._replace(/&lt;p&gt;&amp;nbsp;&lt;\/p&gt;|&lt;p([^&gt;]+)&gt;&amp;nbsp;&lt;\/p&gt;/g,&quot;&lt;p$1&gt;\u00a0&lt;/p&gt;&quot;,j)}j=j.replace(/&lt;noscript([^&gt;]+|)&gt;([\s\S]*?)&lt;\/noscript&gt;/g,function(h,p,o){return&quot;&lt;noscript&quot;+p+&quot;&gt;&quot;+i.dom.decode(o.replace(/&lt;!--|--&gt;/g,&quot;&quot;))+&quot;&lt;/noscript&gt;&quot;})}n.content=j},_serializeNode:function(E,J){var A=this,B=A.settings,y=A.writer,q,j,u,G,F,I,C,h,z,k,r,D,p,m,H,o,x;if(!B.node_filter||B.node_filter(E)){switch(E.nodeType){case 1:if(E.hasAttribute?E.hasAttribute(&quot;_mce_bogus&quot;):E.getAttribute(&quot;_mce_bogus&quot;)){return}p=H=false;q=E.hasChildNodes();k=E.getAttribute(&quot;_mce_name&quot;)||E.nodeName.toLowerCase();o=E.getAttribute(&quot;_mce_type&quot;);if(o){if(!A._info.cleanup){p=true;return}else{H=1}}if(d){x=E.scopeName;if(x&amp;&amp;x!==&quot;HTML&quot;&amp;&amp;x!==&quot;html&quot;){k=x+&quot;:&quot;+k}}if(k.indexOf(&quot;mce:&quot;)===0){k=k.substring(4)}if(!H){if(!A.validElementsRE||!A.validElementsRE.test(k)||(A.invalidElementsRE&amp;&amp;A.invalidElementsRE.test(k))||J){p=true;break}}if(d){if(B.fix_content_duplication){if(E._mce_serialized==A.key){return}E._mce_serialized=A.key}if(k.charAt(0)==&quot;/&quot;){k=k.substring(1)}}else{if(a){if(E.nodeName===&quot;BR&quot;&amp;&amp;E.getAttribute(&quot;type&quot;)==&quot;_moz&quot;){return}}}if(B.validate_children){if(A.elementName&amp;&amp;!A.schema.isValid(A.elementName,k)){p=true;break}A.elementName=k}r=A.findRule(k);if(!r){p=true;break}k=r.name||k;m=B.closed.test(k);if((!q&amp;&amp;r.noEmpty)||(d&amp;&amp;!k)){p=true;break}if(r.requiredAttribs){I=r.requiredAttribs;for(G=I.length-1;G&gt;=0;G--){if(this.dom.getAttrib(E,I[G])!==&quot;&quot;){break}}if(G==-1){p=true;break}}y.writeStartElement(k);if(r.attribs){for(G=0,C=r.attribs,F=C.length;G&lt;F;G++){I=C[G];z=A._getAttrib(E,I);if(z!==null){y.writeAttribute(I.name,z)}}}if(r.validAttribsRE){C=A.dom.getAttribs(E);for(G=C.length-1;G&gt;-1;G--){h=C[G];if(h.specified){I=h.nodeName.toLowerCase();if(B.invalid_attrs.test(I)||!r.validAttribsRE.test(I)){continue}D=A.findAttribRule(r,I);z=A._getAttrib(E,D,I);if(z!==null){y.writeAttribute(I,z)}}}}if(o&amp;&amp;H){y.writeAttribute(&quot;_mce_type&quot;,o)}if(k===&quot;script&quot;&amp;&amp;e.trim(E.innerHTML)){y.writeText(&quot;// &quot;);y.writeCDATA(E.innerHTML.replace(/&lt;!--|--&gt;|&lt;\[CDATA\[|\]\]&gt;/g,&quot;&quot;));q=false;break}if(r.padd){if(q&amp;&amp;(u=E.firstChild)&amp;&amp;u.nodeType===1&amp;&amp;E.childNodes.length===1){if(u.hasAttribute?u.hasAttribute(&quot;_mce_bogus&quot;):u.getAttribute(&quot;_mce_bogus&quot;)){y.writeText(&quot;\u00a0&quot;)}}else{if(!q){y.writeText(&quot;\u00a0&quot;)}}}break;case 3:if(B.validate_children&amp;&amp;A.elementName&amp;&amp;!A.schema.isValid(A.elementName,&quot;#text&quot;)){return}return y.writeText(E.nodeValue);case 4:return y.writeCDATA(E.nodeValue);case 8:return y.writeComment(E.nodeValue)}}else{if(E.nodeType==1){q=E.hasChildNodes()}}if(q&amp;&amp;!m){u=E.firstChild;while(u){A._serializeNode(u);A.elementName=k;u=u.nextSibling}}if(!p){if(!m){y.writeFullEndElement()}else{y.writeEndElement()}}},_protect:function(j){var i=this;j.items=j.items||[];function h(l){return l.replace(/[\r\n\\]/g,function(m){if(m===&quot;\n&quot;){return&quot;\\n&quot;}else{if(m===&quot;\\&quot;){return&quot;\\\\&quot;}}return&quot;\\r&quot;})}function k(l){return l.replace(/\\[\\rn]/g,function(m){if(m===&quot;\\n&quot;){return&quot;\n&quot;}else{if(m===&quot;\\\\&quot;){return&quot;\\&quot;}}return&quot;\r&quot;})}f(j.patterns,function(l){j.content=k(h(j.content).replace(l.pattern,function(n,o,m,p){m=k(m);if(l.encode){m=i._encode(m)}j.items.push(m);return o+&quot;&lt;!--mce:&quot;+(j.items.length-1)+&quot;--&gt;&quot;+p}))});return j},_unprotect:function(i,j){i=i.replace(/\&lt;!--mce:([0-9]+)--\&gt;/g,function(k,h){return j.items[parseInt(h)]});j.items=[];return i},_encode:function(m){var j=this,k=j.settings,i;if(k.entity_encoding!==&quot;raw&quot;){if(k.entity_encoding.indexOf(&quot;named&quot;)!=-1){j.setEntities(k.entities);i=j.entityLookup;m=m.replace(/[\u007E-\uFFFF]/g,function(h){var l;if(l=i[h]){h=&quot;&amp;&quot;+l+&quot;;&quot;}return h})}if(k.entity_encoding.indexOf(&quot;numeric&quot;)!=-1){m=m.replace(/[\u007E-\uFFFF]/g,function(h){return&quot;&amp;#&quot;+h.charCodeAt(0)+&quot;;&quot;})}}return m},_setup:function(){var h=this,i=this.settings;if(h.done){return}h.done=1;h.setRules(i.valid_elements);h.addRules(i.extended_valid_elements);if(i.invalid_elements){h.invalidElementsRE=new RegExp(&quot;^(&quot;+c(i.invalid_elements.replace(/,/g,&quot;|&quot;).toLowerCase())+&quot;)$&quot;)}if(i.attrib_value_filter){h.attribValueFilter=i.attribValueFilter}},_getAttrib:function(m,j,h){var l,k;h=h||j.name;if(j.forcedVal&amp;&amp;(k=j.forcedVal)){if(k===&quot;{$uid}&quot;){return this.dom.uniqueId()}return k}k=this.dom.getAttrib(m,h);switch(h){case&quot;rowspan&quot;:case&quot;colspan&quot;:if(k==&quot;1&quot;){k=&quot;&quot;}break}if(this.attribValueFilter){k=this.attribValueFilter(h,k,m)}if(j.validVals){for(l=j.validVals.length-1;l&gt;=0;l--){if(k==j.validVals[l]){break}}if(l==-1){return null}}if(k===&quot;&quot;&amp;&amp;typeof(j.defaultVal)!=&quot;undefined&quot;){k=j.defaultVal;if(k===&quot;{$uid}&quot;){return this.dom.uniqueId()}return k}else{if(h==&quot;class&quot;&amp;&amp;this.processObj.get){k=k.replace(/\s?mceItem\w+\s?/g,&quot;&quot;)}}if(k===&quot;&quot;){return null}return k}})})(tinymce);(function(a){a.dom.ScriptLoader=function(h){var c=0,k=1,i=2,l={},j=[],f={},d=[],g=0,e;function b(m,u){var v=this,q=a.DOM,s,o,r,n;function p(){q.remove(n);if(s){s.onreadystatechange=s.onload=s=null}u()}n=q.uniqueId();if(a.isIE6){o=new a.util.URI(m);r=location;if(o.host==r.hostname&amp;&amp;o.port==r.port&amp;&amp;(o.protocol+&quot;:&quot;)==r.protocol){a.util.XHR.send({url:a._addVer(o.getURI()),success:function(x){var t=q.create(&quot;script&quot;,{type:&quot;text/javascript&quot;});t.text=x;document.getElementsByTagName(&quot;head&quot;)[0].appendChild(t);q.remove(t);p()}});return}}s=q.create(&quot;script&quot;,{id:n,type:&quot;text/javascript&quot;,src:a._addVer(m)});if(!a.isIE){s.onload=p}s.onreadystatechange=function(){var t=s.readyState;if(t==&quot;complete&quot;||t==&quot;loaded&quot;){p()}};(document.getElementsByTagName(&quot;head&quot;)[0]||document.body).appendChild(s)}this.isDone=function(m){return l[m]==i};this.markDone=function(m){l[m]=i};this.add=this.load=function(m,q,n){var o,p=l[m];if(p==e){j.push(m);l[m]=c}if(q){if(!f[m]){f[m]=[]}f[m].push({func:q,scope:n||this})}};this.loadQueue=function(n,m){this.loadScripts(j,n,m)};this.loadScripts=function(m,q,p){var o;function n(r){a.each(f[r],function(s){s.func.call(s.scope)});f[r]=e}d.push({func:q,scope:p||this});o=function(){var r=a.grep(m);m.length=0;a.each(r,function(s){if(l[s]==i){n(s);return}if(l[s]!=k){l[s]=k;g++;b(s,function(){l[s]=i;g--;n(s);o()})}});if(!g){a.each(d,function(s){s.func.call(s.scope)});d.length=0}};o()}};a.ScriptLoader=new a.dom.ScriptLoader()})(tinymce);tinymce.dom.TreeWalker=function(a,c){var b=a;function d(i,f,e,j){var h,g;if(i){if(!j&amp;&amp;i[f]){return i[f]}if(i!=c){h=i[e];if(h){return h}for(g=i.parentNode;g&amp;&amp;g!=c;g=g.parentNode){h=g[e];if(h){return h}}}}}this.current=function(){return b};this.next=function(e){return(b=d(b,&quot;firstChild&quot;,&quot;nextSibling&quot;,e))};this.prev=function(e){return(b=d(b,&quot;lastChild&quot;,&quot;lastSibling&quot;,e))}};(function(){var a={};function b(f,e){var d;function c(g){return g.replace(/[A-Z]+/g,function(h){return c(f[h])})}for(d in f){if(f.hasOwnProperty(d)){f[d]=c(f[d])}}c(e).replace(/#/g,&quot;#text&quot;).replace(/(\w+)\[([^\]]+)\]/g,function(l,g,j){var h,k={};j=j.split(/\|/);for(h=j.length-1;h&gt;=0;h--){k[j[h]]=1}a[g]=k})}b({Z:&quot;#|H|K|N|O|P&quot;,Y:&quot;#|X|form|R|Q&quot;,X:&quot;p|T|div|U|W|isindex|fieldset|table&quot;,W:&quot;pre|hr|blockquote|address|center|noframes&quot;,U:&quot;ul|ol|dl|menu|dir&quot;,ZC:&quot;#|p|Y|div|U|W|table|br|span|bdo|object|applet|img|map|K|N|Q&quot;,T:&quot;h1|h2|h3|h4|h5|h6&quot;,ZB:&quot;#|X|S|Q&quot;,S:&quot;R|P&quot;,ZA:&quot;#|a|G|J|M|O|P&quot;,R:&quot;#|a|H|K|N|O&quot;,Q:&quot;noscript|P&quot;,P:&quot;ins|del|script&quot;,O:&quot;input|select|textarea|label|button&quot;,N:&quot;M|L&quot;,M:&quot;em|strong|dfn|code|q|samp|kbd|var|cite|abbr|acronym&quot;,L:&quot;sub|sup&quot;,K:&quot;J|I&quot;,J:&quot;tt|i|b|u|s|strike&quot;,I:&quot;big|small|font|basefont&quot;,H:&quot;G|F&quot;,G:&quot;br|span|bdo&quot;,F:&quot;object|applet|img|map|iframe&quot;},&quot;script[]style[]object[#|param|X|form|a|H|K|N|O|Q]param[]p[S]a[Z]br[]span[S]bdo[S]applet[#|param|X|form|a|H|K|N|O|Q]h1[S]img[]map[X|form|Q|area]h2[S]iframe[#|X|form|a|H|K|N|O|Q]h3[S]tt[S]i[S]b[S]u[S]s[S]strike[S]big[S]small[S]font[S]basefont[]em[S]strong[S]dfn[S]code[S]q[S]samp[S]kbd[S]var[S]cite[S]abbr[S]acronym[S]sub[S]sup[S]input[]select[optgroup|option]optgroup[option]option[]textarea[]label[S]button[#|p|T|div|U|W|table|G|object|applet|img|map|K|N|Q]h4[S]ins[#|X|form|a|H|K|N|O|Q]h5[S]del[#|X|form|a|H|K|N|O|Q]h6[S]div[#|X|form|a|H|K|N|O|Q]ul[li]li[#|X|form|a|H|K|N|O|Q]ol[li]dl[dt|dd]dt[S]dd[#|X|form|a|H|K|N|O|Q]menu[li]dir[li]pre[ZA]hr[]blockquote[#|X|form|a|H|K|N|O|Q]address[S|p]center[#|X|form|a|H|K|N|O|Q]noframes[#|X|form|a|H|K|N|O|Q]isindex[]fieldset[#|legend|X|form|a|H|K|N|O|Q]legend[S]table[caption|col|colgroup|thead|tfoot|tbody|tr]caption[S]col[]colgroup[col]thead[tr]tr[th|td]th[#|X|form|a|H|K|N|O|Q]form[#|X|a|H|K|N|O|Q]noscript[#|X|form|a|H|K|N|O|Q]td[#|X|form|a|H|K|N|O|Q]tfoot[tr]tbody[tr]area[]base[]body[#|X|form|a|H|K|N|O|Q]&quot;);tinymce.dom.Schema=function(){var c=this,d=a;c.isValid=function(f,e){var g=d[f];return !!(g&amp;&amp;(!e||g[e]))}}})();(function(a){a.dom.RangeUtils=function(c){var b=&quot;\uFEFF&quot;;this.walk=function(d,r){var h=d.startContainer,k=d.startOffset,s=d.endContainer,l=d.endOffset,i,f,n,g,q,p,e;e=c.select(&quot;td.mceSelected,th.mceSelected&quot;);if(e.length&gt;0){a.each(e,function(t){r([t])});return}function o(v,u,t){var x=[];for(;v&amp;&amp;v!=t;v=v[u]){x.push(v)}return x}function m(u,t){do{if(u.parentNode==t){return u}u=u.parentNode}while(u)}function j(v,u,x){var t=x?&quot;nextSibling&quot;:&quot;previousSibling&quot;;for(g=v,q=g.parentNode;g&amp;&amp;g!=u;g=q){q=g.parentNode;p=o(g==v?g:g[t],t);if(p.length){if(!x){p.reverse()}r(p)}}}if(h.nodeType==1&amp;&amp;h.hasChildNodes()){h=h.childNodes[k]}if(s.nodeType==1&amp;&amp;s.hasChildNodes()){s=s.childNodes[Math.min(k==l?l:l-1,s.childNodes.length-1)]}i=c.findCommonAncestor(h,s);if(h==s){return r([h])}for(g=h;g;g=g.parentNode){if(g==s){return j(h,i,true)}if(g==i){break}}for(g=s;g;g=g.parentNode){if(g==h){return j(s,i)}if(g==i){break}}f=m(h,i)||h;n=m(s,i)||s;j(h,f,true);p=o(f==h?f:f.nextSibling,&quot;nextSibling&quot;,n==s?n.nextSibling:n);if(p.length){r(p)}j(s,n)}};a.dom.RangeUtils.compareRanges=function(c,b){if(c&amp;&amp;b){if(c.item||c.duplicate){if(c.item&amp;&amp;b.item&amp;&amp;c.item(0)===b.item(0)){return true}if(c.isEqual&amp;&amp;b.isEqual&amp;&amp;b.isEqual(c)){return true}}else{return c.startContainer==b.startContainer&amp;&amp;c.startOffset==b.startOffset}}return false}})(tinymce);(function(c){var b=c.DOM,a=c.is;c.create(&quot;tinymce.ui.Control&quot;,{Control:function(e,d){this.id=e;this.settings=d=d||{};this.rendered=false;this.onRender=new c.util.Dispatcher(this);this.classPrefix=&quot;&quot;;this.scope=d.scope||this;this.disabled=0;this.active=0},setDisabled:function(d){var f;if(d!=this.disabled){f=b.get(this.id);if(f&amp;&amp;this.settings.unavailable_prefix){if(d){this.prevTitle=f.title;f.title=this.settings.unavailable_prefix+&quot;: &quot;+f.title}else{f.title=this.prevTitle}}this.setState(&quot;Disabled&quot;,d);this.setState(&quot;Enabled&quot;,!d);this.disabled=d}},isDisabled:function(){return this.disabled},setActive:function(d){if(d!=this.active){this.setState(&quot;Active&quot;,d);this.active=d}},isActive:function(){return this.active},setState:function(f,d){var e=b.get(this.id);f=this.classPrefix+f;if(d){b.addClass(e,f)}else{b.removeClass(e,f)}},isRendered:function(){return this.rendered},renderHTML:function(){},renderTo:function(d){b.setHTML(d,this.renderHTML())},postRender:function(){var e=this,d;if(a(e.disabled)){d=e.disabled;e.disabled=-1;e.setDisabled(d)}if(a(e.active)){d=e.active;e.active=-1;e.setActive(d)}},remove:function(){b.remove(this.id);this.destroy()},destroy:function(){c.dom.Event.clear(this.id)}})})(tinymce);tinymce.create(&quot;tinymce.ui.Container:tinymce.ui.Control&quot;,{Container:function(b,a){this.parent(b,a);this.controls=[];this.lookup={}},add:function(a){this.lookup[a.id]=a;this.controls.push(a);return a},get:function(a){return this.lookup[a]}});tinymce.create(&quot;tinymce.ui.Separator:tinymce.ui.Control&quot;,{Separator:function(b,a){this.parent(b,a);this.classPrefix=&quot;mceSeparator&quot;},renderHTML:function(){return tinymce.DOM.createHTML(&quot;span&quot;,{&quot;class&quot;:this.classPrefix})}});(function(d){var c=d.is,b=d.DOM,e=d.each,a=d.walk;d.create(&quot;tinymce.ui.MenuItem:tinymce.ui.Control&quot;,{MenuItem:function(g,f){this.parent(g,f);this.classPrefix=&quot;mceMenuItem&quot;},setSelected:function(f){this.setState(&quot;Selected&quot;,f);this.selected=f},isSelected:function(){return this.selected},postRender:function(){var f=this;f.parent();if(c(f.selected)){f.setSelected(f.selected)}}})})(tinymce);(function(d){var c=d.is,b=d.DOM,e=d.each,a=d.walk;d.create(&quot;tinymce.ui.Menu:tinymce.ui.MenuItem&quot;,{Menu:function(h,g){var f=this;f.parent(h,g);f.items={};f.collapsed=false;f.menuCount=0;f.onAddItem=new d.util.Dispatcher(this)},expand:function(g){var f=this;if(g){a(f,function(h){if(h.expand){h.expand()}},&quot;items&quot;,f)}f.collapsed=false},collapse:function(g){var f=this;if(g){a(f,function(h){if(h.collapse){h.collapse()}},&quot;items&quot;,f)}f.collapsed=true},isCollapsed:function(){return this.collapsed},add:function(f){if(!f.settings){f=new d.ui.MenuItem(f.id||b.uniqueId(),f)}this.onAddItem.dispatch(this,f);return this.items[f.id]=f},addSeparator:function(){return this.add({separator:true})},addMenu:function(f){if(!f.collapse){f=this.createMenu(f)}this.menuCount++;return this.add(f)},hasMenus:function(){return this.menuCount!==0},remove:function(f){delete this.items[f.id]},removeAll:function(){var f=this;a(f,function(g){if(g.removeAll){g.removeAll()}else{g.remove()}g.destroy()},&quot;items&quot;,f);f.items={}},createMenu:function(g){var f=new d.ui.Menu(g.id||b.uniqueId(),g);f.onAddItem.add(this.onAddItem.dispatch,this.onAddItem);return f}})})(tinymce);(function(e){var d=e.is,c=e.DOM,f=e.each,a=e.dom.Event,b=e.dom.Element;e.create(&quot;tinymce.ui.DropMenu:tinymce.ui.Menu&quot;,{DropMenu:function(h,g){g=g||{};g.container=g.container||c.doc.body;g.offset_x=g.offset_x||0;g.offset_y=g.offset_y||0;g.vp_offset_x=g.vp_offset_x||0;g.vp_offset_y=g.vp_offset_y||0;if(d(g.icons)&amp;&amp;!g.icons){g[&quot;class&quot;]+=&quot; mceNoIcons&quot;}this.parent(h,g);this.onShowMenu=new e.util.Dispatcher(this);this.onHideMenu=new e.util.Dispatcher(this);this.classPrefix=&quot;mceMenu&quot;},createMenu:function(j){var h=this,i=h.settings,g;j.container=j.container||i.container;j.parent=h;j.constrain=j.constrain||i.constrain;j[&quot;class&quot;]=j[&quot;class&quot;]||i[&quot;class&quot;];j.vp_offset_x=j.vp_offset_x||i.vp_offset_x;j.vp_offset_y=j.vp_offset_y||i.vp_offset_y;g=new e.ui.DropMenu(j.id||c.uniqueId(),j);g.onAddItem.add(h.onAddItem.dispatch,h.onAddItem);return g},update:function(){var i=this,j=i.settings,g=c.get(&quot;menu_&quot;+i.id+&quot;_tbl&quot;),l=c.get(&quot;menu_&quot;+i.id+&quot;_co&quot;),h,k;h=j.max_width?Math.min(g.clientWidth,j.max_width):g.clientWidth;k=j.max_height?Math.min(g.clientHeight,j.max_height):g.clientHeight;if(!c.boxModel){i.element.setStyles({width:h+2,height:k+2})}else{i.element.setStyles({width:h,height:k})}if(j.max_width){c.setStyle(l,&quot;width&quot;,h)}if(j.max_height){c.setStyle(l,&quot;height&quot;,k);if(g.clientHeight&lt;j.max_height){c.setStyle(l,&quot;overflow&quot;,&quot;hidden&quot;)}}},showMenu:function(p,n,r){var z=this,A=z.settings,o,g=c.getViewPort(),u,l,v,q,i=2,k,j,m=z.classPrefix;z.collapse(1);if(z.isMenuVisible){return}if(!z.rendered){o=c.add(z.settings.container,z.renderNode());f(z.items,function(h){h.postRender()});z.element=new b(&quot;menu_&quot;+z.id,{blocker:1,container:A.container})}else{o=c.get(&quot;menu_&quot;+z.id)}if(!e.isOpera){c.setStyles(o,{left:-65535,top:-65535})}c.show(o);z.update();p+=A.offset_x||0;n+=A.offset_y||0;g.w-=4;g.h-=4;if(A.constrain){u=o.clientWidth-i;l=o.clientHeight-i;v=g.x+g.w;q=g.y+g.h;if((p+A.vp_offset_x+u)&gt;v){p=r?r-u:Math.max(0,(v-A.vp_offset_x)-u)}if((n+A.vp_offset_y+l)&gt;q){n=Math.max(0,(q-A.vp_offset_y)-l)}}c.setStyles(o,{left:p,top:n});z.element.update();z.isMenuVisible=1;z.mouseClickFunc=a.add(o,&quot;click&quot;,function(s){var h;s=s.target;if(s&amp;&amp;(s=c.getParent(s,&quot;tr&quot;))&amp;&amp;!c.hasClass(s,m+&quot;ItemSub&quot;)){h=z.items[s.id];if(h.isDisabled()){return}k=z;while(k){if(k.hideMenu){k.hideMenu()}k=k.settings.parent}if(h.settings.onclick){h.settings.onclick(s)}return a.cancel(s)}});if(z.hasMenus()){z.mouseOverFunc=a.add(o,&quot;mouseover&quot;,function(x){var h,t,s;x=x.target;if(x&amp;&amp;(x=c.getParent(x,&quot;tr&quot;))){h=z.items[x.id];if(z.lastMenu){z.lastMenu.collapse(1)}if(h.isDisabled()){return}if(x&amp;&amp;c.hasClass(x,m+&quot;ItemSub&quot;)){t=c.getRect(x);h.showMenu((t.x+t.w-i),t.y-i,t.x);z.lastMenu=h;c.addClass(c.get(h.id).firstChild,m+&quot;ItemActive&quot;)}}})}z.onShowMenu.dispatch(z);if(A.keyboard_focus){a.add(o,&quot;keydown&quot;,z._keyHandler,z);c.select(&quot;a&quot;,&quot;menu_&quot;+z.id)[0].focus();z._focusIdx=0}},hideMenu:function(j){var g=this,i=c.get(&quot;menu_&quot;+g.id),h;if(!g.isMenuVisible){return}a.remove(i,&quot;mouseover&quot;,g.mouseOverFunc);a.remove(i,&quot;click&quot;,g.mouseClickFunc);a.remove(i,&quot;keydown&quot;,g._keyHandler);c.hide(i);g.isMenuVisible=0;if(!j){g.collapse(1)}if(g.element){g.element.hide()}if(h=c.get(g.id)){c.removeClass(h.firstChild,g.classPrefix+&quot;ItemActive&quot;)}g.onHideMenu.dispatch(g)},add:function(i){var g=this,h;i=g.parent(i);if(g.isRendered&amp;&amp;(h=c.get(&quot;menu_&quot;+g.id))){g._add(c.select(&quot;tbody&quot;,h)[0],i)}return i},collapse:function(g){this.parent(g);this.hideMenu(1)},remove:function(g){c.remove(g.id);this.destroy();return this.parent(g)},destroy:function(){var g=this,h=c.get(&quot;menu_&quot;+g.id);a.remove(h,&quot;mouseover&quot;,g.mouseOverFunc);a.remove(h,&quot;click&quot;,g.mouseClickFunc);if(g.element){g.element.remove()}c.remove(h)},renderNode:function(){var i=this,j=i.settings,l,h,k,g;g=c.create(&quot;div&quot;,{id:&quot;menu_&quot;+i.id,&quot;class&quot;:j[&quot;class&quot;],style:&quot;position:absolute;left:0;top:0;z-index:200000&quot;});k=c.add(g,&quot;div&quot;,{id:&quot;menu_&quot;+i.id+&quot;_co&quot;,&quot;class&quot;:i.classPrefix+(j[&quot;class&quot;]?&quot; &quot;+j[&quot;class&quot;]:&quot;&quot;)});i.element=new b(&quot;menu_&quot;+i.id,{blocker:1,container:j.container});if(j.menu_line){c.add(k,&quot;span&quot;,{&quot;class&quot;:i.classPrefix+&quot;Line&quot;})}l=c.add(k,&quot;table&quot;,{id:&quot;menu_&quot;+i.id+&quot;_tbl&quot;,border:0,cellPadding:0,cellSpacing:0});h=c.add(l,&quot;tbody&quot;);f(i.items,function(m){i._add(h,m)});i.rendered=true;return g},_keyHandler:function(j){var i=this,h=j.keyCode;function g(m){var k=i._focusIdx+m,l=c.select(&quot;a&quot;,&quot;menu_&quot;+i.id)[k];if(l){i._focusIdx=k;l.focus()}}switch(h){case 38:g(-1);return;case 40:g(1);return;case 13:return;case 27:return this.hideMenu()}},_add:function(j,h){var i,q=h.settings,p,l,k,m=this.classPrefix,g;if(q.separator){l=c.add(j,&quot;tr&quot;,{id:h.id,&quot;class&quot;:m+&quot;ItemSeparator&quot;});c.add(l,&quot;td&quot;,{&quot;class&quot;:m+&quot;ItemSeparator&quot;});if(i=l.previousSibling){c.addClass(i,&quot;mceLast&quot;)}return}i=l=c.add(j,&quot;tr&quot;,{id:h.id,&quot;class&quot;:m+&quot;Item &quot;+m+&quot;ItemEnabled&quot;});i=k=c.add(i,&quot;td&quot;);i=p=c.add(i,&quot;a&quot;,{href:&quot;javascript:;&quot;,onclick:&quot;return false;&quot;,onmousedown:&quot;return false;&quot;});c.addClass(k,q[&quot;class&quot;]);g=c.add(i,&quot;span&quot;,{&quot;class&quot;:&quot;mceIcon&quot;+(q.icon?&quot; mce_&quot;+q.icon:&quot;&quot;)});if(q.icon_src){c.add(g,&quot;img&quot;,{src:q.icon_src})}i=c.add(i,q.element||&quot;span&quot;,{&quot;class&quot;:&quot;mceText&quot;,title:h.settings.title},h.settings.title);if(h.settings.style){c.setAttrib(i,&quot;style&quot;,h.settings.style)}if(j.childNodes.length==1){c.addClass(l,&quot;mceFirst&quot;)}if((i=l.previousSibling)&amp;&amp;c.hasClass(i,m+&quot;ItemSeparator&quot;)){c.addClass(l,&quot;mceFirst&quot;)}if(h.collapse){c.addClass(l,m+&quot;ItemSub&quot;)}if(i=l.previousSibling){c.removeClass(i,&quot;mceLast&quot;)}c.addClass(l,&quot;mceLast&quot;)}})})(tinymce);(function(b){var a=b.DOM;b.create(&quot;tinymce.ui.Button:tinymce.ui.Control&quot;,{Button:function(d,c){this.parent(d,c);this.classPrefix=&quot;mceButton&quot;},renderHTML:function(){var f=this.classPrefix,e=this.settings,d,c;c=a.encode(e.label||&quot;&quot;);d='&lt;a id=&quot;'+this.id+'&quot; href=&quot;javascript:;&quot; class=&quot;'+f+&quot; &quot;+f+&quot;Enabled &quot;+e[&quot;class&quot;]+(c?&quot; &quot;+f+&quot;Labeled&quot;:&quot;&quot;)+'&quot; onmousedown=&quot;return false;&quot; onclick=&quot;return false;&quot; title=&quot;'+a.encode(e.title)+'&quot;&gt;';if(e.image){d+='&lt;img class=&quot;mceIcon&quot; src=&quot;'+e.image+'&quot; /&gt;'+c+&quot;&lt;/a&gt;&quot;}else{d+='&lt;span class=&quot;mceIcon '+e[&quot;class&quot;]+'&quot;&gt;&lt;/span&gt;'+(c?'&lt;span class=&quot;'+f+'Label&quot;&gt;'+c+&quot;&lt;/span&gt;&quot;:&quot;&quot;)+&quot;&lt;/a&gt;&quot;}return d},postRender:function(){var c=this,d=c.settings;b.dom.Event.add(c.id,&quot;click&quot;,function(f){if(!c.isDisabled()){return d.onclick.call(d.scope,f)}})}})})(tinymce);(function(d){var c=d.DOM,b=d.dom.Event,e=d.each,a=d.util.Dispatcher;d.create(&quot;tinymce.ui.ListBox:tinymce.ui.Control&quot;,{ListBox:function(h,g){var f=this;f.parent(h,g);f.items=[];f.onChange=new a(f);f.onPostRender=new a(f);f.onAdd=new a(f);f.onRenderMenu=new d.util.Dispatcher(this);f.classPrefix=&quot;mceListBox&quot;},select:function(h){var g=this,j,i;if(h==undefined){return g.selectByIndex(-1)}if(h&amp;&amp;h.call){i=h}else{i=function(f){return f==h}}if(h!=g.selectedValue){e(g.items,function(k,f){if(i(k.value)){j=1;g.selectByIndex(f);return false}});if(!j){g.selectByIndex(-1)}}},selectByIndex:function(f){var g=this,h,i;if(f!=g.selectedIndex){h=c.get(g.id+&quot;_text&quot;);i=g.items[f];if(i){g.selectedValue=i.value;g.selectedIndex=f;c.setHTML(h,c.encode(i.title));c.removeClass(h,&quot;mceTitle&quot;)}else{c.setHTML(h,c.encode(g.settings.title));c.addClass(h,&quot;mceTitle&quot;);g.selectedValue=g.selectedIndex=null}h=0}},add:function(i,f,h){var g=this;h=h||{};h=d.extend(h,{title:i,value:f});g.items.push(h);g.onAdd.dispatch(g,h)},getLength:function(){return this.items.length},renderHTML:function(){var i=&quot;&quot;,f=this,g=f.settings,j=f.classPrefix;i='&lt;table id=&quot;'+f.id+'&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;'+j+&quot; &quot;+j+&quot;Enabled&quot;+(g[&quot;class&quot;]?(&quot; &quot;+g[&quot;class&quot;]):&quot;&quot;)+'&quot;&gt;&lt;tbody&gt;&lt;tr&gt;';i+=&quot;&lt;td&gt;&quot;+c.createHTML(&quot;a&quot;,{id:f.id+&quot;_text&quot;,href:&quot;javascript:;&quot;,&quot;class&quot;:&quot;mceText&quot;,onclick:&quot;return false;&quot;,onmousedown:&quot;return false;&quot;},c.encode(f.settings.title))+&quot;&lt;/td&gt;&quot;;i+=&quot;&lt;td&gt;&quot;+c.createHTML(&quot;a&quot;,{id:f.id+&quot;_open&quot;,tabindex:-1,href:&quot;javascript:;&quot;,&quot;class&quot;:&quot;mceOpen&quot;,onclick:&quot;return false;&quot;,onmousedown:&quot;return false;&quot;},&quot;&lt;span&gt;&lt;/span&gt;&quot;)+&quot;&lt;/td&gt;&quot;;i+=&quot;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&quot;;return i},showMenu:function(){var g=this,j,i,h=c.get(this.id),f;if(g.isDisabled()||g.items.length==0){return}if(g.menu&amp;&amp;g.menu.isMenuVisible){return g.hideMenu()}if(!g.isMenuRendered){g.renderMenu();g.isMenuRendered=true}j=c.getPos(this.settings.menu_container);i=c.getPos(h);f=g.menu;f.settings.offset_x=i.x;f.settings.offset_y=i.y;f.settings.keyboard_focus=!d.isOpera;if(g.oldID){f.items[g.oldID].setSelected(0)}e(g.items,function(k){if(k.value===g.selectedValue){f.items[k.id].setSelected(1);g.oldID=k.id}});f.showMenu(0,h.clientHeight);b.add(c.doc,&quot;mousedown&quot;,g.hideMenu,g);c.addClass(g.id,g.classPrefix+&quot;Selected&quot;)},hideMenu:function(g){var f=this;if(f.menu&amp;&amp;f.menu.isMenuVisible){if(g&amp;&amp;g.type==&quot;mousedown&quot;&amp;&amp;(g.target.id==f.id+&quot;_text&quot;||g.target.id==f.id+&quot;_open&quot;)){return}if(!g||!c.getParent(g.target,&quot;.mceMenu&quot;)){c.removeClass(f.id,f.classPrefix+&quot;Selected&quot;);b.remove(c.doc,&quot;mousedown&quot;,f.hideMenu,f);f.menu.hideMenu()}}},renderMenu:function(){var g=this,f;f=g.settings.control_manager.createDropMenu(g.id+&quot;_menu&quot;,{menu_line:1,&quot;class&quot;:g.classPrefix+&quot;Menu mceNoIcons&quot;,max_width:150,max_height:150});f.onHideMenu.add(g.hideMenu,g);f.add({title:g.settings.title,&quot;class&quot;:&quot;mceMenuItemTitle&quot;,onclick:function(){if(g.settings.onselect(&quot;&quot;)!==false){g.select(&quot;&quot;)}}});e(g.items,function(h){if(h.value===undefined){f.add({title:h.title,&quot;class&quot;:&quot;mceMenuItemTitle&quot;,onclick:function(){if(g.settings.onselect(&quot;&quot;)!==false){g.select(&quot;&quot;)}}})}else{h.id=c.uniqueId();h.onclick=function(){if(g.settings.onselect(h.value)!==false){g.select(h.value)}};f.add(h)}});g.onRenderMenu.dispatch(g,f);g.menu=f},postRender:function(){var f=this,g=f.classPrefix;b.add(f.id,&quot;click&quot;,f.showMenu,f);b.add(f.id+&quot;_text&quot;,&quot;focus&quot;,function(){if(!f._focused){f.keyDownHandler=b.add(f.id+&quot;_text&quot;,&quot;keydown&quot;,function(k){var h=-1,i,j=k.keyCode;e(f.items,function(l,m){if(f.selectedValue==l.value){h=m}});if(j==38){i=f.items[h-1]}else{if(j==40){i=f.items[h+1]}else{if(j==13){i=f.selectedValue;f.selectedValue=null;f.settings.onselect(i);return b.cancel(k)}}}if(i){f.hideMenu();f.select(i.value)}})}f._focused=1});b.add(f.id+&quot;_text&quot;,&quot;blur&quot;,function(){b.remove(f.id+&quot;_text&quot;,&quot;keydown&quot;,f.keyDownHandler);f._focused=0});if(d.isIE6||!c.boxModel){b.add(f.id,&quot;mouseover&quot;,function(){if(!c.hasClass(f.id,g+&quot;Disabled&quot;)){c.addClass(f.id,g+&quot;Hover&quot;)}});b.add(f.id,&quot;mouseout&quot;,function(){if(!c.hasClass(f.id,g+&quot;Disabled&quot;)){c.removeClass(f.id,g+&quot;Hover&quot;)}})}f.onPostRender.dispatch(f,c.get(f.id))},destroy:function(){this.parent();b.clear(this.id+&quot;_text&quot;);b.clear(this.id+&quot;_open&quot;)}})})(tinymce);(function(d){var c=d.DOM,b=d.dom.Event,e=d.each,a=d.util.Dispatcher;d.create(&quot;tinymce.ui.NativeListBox:tinymce.ui.ListBox&quot;,{NativeListBox:function(g,f){this.parent(g,f);this.classPrefix=&quot;mceNativeListBox&quot;},setDisabled:function(f){c.get(this.id).disabled=f},isDisabled:function(){return c.get(this.id).disabled},select:function(h){var g=this,j,i;if(h==undefined){return g.selectByIndex(-1)}if(h&amp;&amp;h.call){i=h}else{i=function(f){return f==h}}if(h!=g.selectedValue){e(g.items,function(k,f){if(i(k.value)){j=1;g.selectByIndex(f);return false}});if(!j){g.selectByIndex(-1)}}},selectByIndex:function(f){c.get(this.id).selectedIndex=f+1;this.selectedValue=this.items[f]?this.items[f].value:null},add:function(j,g,f){var i,h=this;f=f||{};f.value=g;if(h.isRendered()){c.add(c.get(this.id),&quot;option&quot;,f,j)}i={title:j,value:g,attribs:f};h.items.push(i);h.onAdd.dispatch(h,i)},getLength:function(){return this.items.length},renderHTML:function(){var g,f=this;g=c.createHTML(&quot;option&quot;,{value:&quot;&quot;},&quot;-- &quot;+f.settings.title+&quot; --&quot;);e(f.items,function(h){g+=c.createHTML(&quot;option&quot;,{value:h.value},h.title)});g=c.createHTML(&quot;select&quot;,{id:f.id,&quot;class&quot;:&quot;mceNativeListBox&quot;},g);return g},postRender:function(){var g=this,h;g.rendered=true;function f(j){var i=g.items[j.target.selectedIndex-1];if(i&amp;&amp;(i=i.value)){g.onChange.dispatch(g,i);if(g.settings.onselect){g.settings.onselect(i)}}}b.add(g.id,&quot;change&quot;,f);b.add(g.id,&quot;keydown&quot;,function(j){var i;b.remove(g.id,&quot;change&quot;,h);i=b.add(g.id,&quot;blur&quot;,function(){b.add(g.id,&quot;change&quot;,f);b.remove(g.id,&quot;blur&quot;,i)});if(j.keyCode==13||j.keyCode==32){f(j);return b.cancel(j)}});g.onPostRender.dispatch(g,c.get(g.id))}})})(tinymce);(function(c){var b=c.DOM,a=c.dom.Event,d=c.each;c.create(&quot;tinymce.ui.MenuButton:tinymce.ui.Button&quot;,{MenuButton:function(f,e){this.parent(f,e);this.onRenderMenu=new c.util.Dispatcher(this);e.menu_container=e.menu_container||b.doc.body},showMenu:function(){var g=this,j,i,h=b.get(g.id),f;if(g.isDisabled()){return}if(!g.isMenuRendered){g.renderMenu();g.isMenuRendered=true}if(g.isMenuVisible){return g.hideMenu()}j=b.getPos(g.settings.menu_container);i=b.getPos(h);f=g.menu;f.settings.offset_x=i.x;f.settings.offset_y=i.y;f.settings.vp_offset_x=i.x;f.settings.vp_offset_y=i.y;f.settings.keyboard_focus=g._focused;f.showMenu(0,h.clientHeight);a.add(b.doc,&quot;mousedown&quot;,g.hideMenu,g);g.setState(&quot;Selected&quot;,1);g.isMenuVisible=1},renderMenu:function(){var f=this,e;e=f.settings.control_manager.createDropMenu(f.id+&quot;_menu&quot;,{menu_line:1,&quot;class&quot;:this.classPrefix+&quot;Menu&quot;,icons:f.settings.icons});e.onHideMenu.add(f.hideMenu,f);f.onRenderMenu.dispatch(f,e);f.menu=e},hideMenu:function(g){var f=this;if(g&amp;&amp;g.type==&quot;mousedown&quot;&amp;&amp;b.getParent(g.target,function(h){return h.id===f.id||h.id===f.id+&quot;_open&quot;})){return}if(!g||!b.getParent(g.target,&quot;.mceMenu&quot;)){f.setState(&quot;Selected&quot;,0);a.remove(b.doc,&quot;mousedown&quot;,f.hideMenu,f);if(f.menu){f.menu.hideMenu()}}f.isMenuVisible=0},postRender:function(){var e=this,f=e.settings;a.add(e.id,&quot;click&quot;,function(){if(!e.isDisabled()){if(f.onclick){f.onclick(e.value)}e.showMenu()}})}})})(tinymce);(function(c){var b=c.DOM,a=c.dom.Event,d=c.each;c.create(&quot;tinymce.ui.SplitButton:tinymce.ui.MenuButton&quot;,{SplitButton:function(f,e){this.parent(f,e);this.classPrefix=&quot;mceSplitButton&quot;},renderHTML:function(){var i,f=this,g=f.settings,e;i=&quot;&lt;tbody&gt;&lt;tr&gt;&quot;;if(g.image){e=b.createHTML(&quot;img &quot;,{src:g.image,&quot;class&quot;:&quot;mceAction &quot;+g[&quot;class&quot;]})}else{e=b.createHTML(&quot;span&quot;,{&quot;class&quot;:&quot;mceAction &quot;+g[&quot;class&quot;]},&quot;&quot;)}i+=&quot;&lt;td&gt;&quot;+b.createHTML(&quot;a&quot;,{id:f.id+&quot;_action&quot;,href:&quot;javascript:;&quot;,&quot;class&quot;:&quot;mceAction &quot;+g[&quot;class&quot;],onclick:&quot;return false;&quot;,onmousedown:&quot;return false;&quot;,title:g.title},e)+&quot;&lt;/td&gt;&quot;;e=b.createHTML(&quot;span&quot;,{&quot;class&quot;:&quot;mceOpen &quot;+g[&quot;class&quot;]});i+=&quot;&lt;td&gt;&quot;+b.createHTML(&quot;a&quot;,{id:f.id+&quot;_open&quot;,href:&quot;javascript:;&quot;,&quot;class&quot;:&quot;mceOpen &quot;+g[&quot;class&quot;],onclick:&quot;return false;&quot;,onmousedown:&quot;return false;&quot;,title:g.title},e)+&quot;&lt;/td&gt;&quot;;i+=&quot;&lt;/tr&gt;&lt;/tbody&gt;&quot;;return b.createHTML(&quot;table&quot;,{id:f.id,&quot;class&quot;:&quot;mceSplitButton mceSplitButtonEnabled &quot;+g[&quot;class&quot;],cellpadding:&quot;0&quot;,cellspacing:&quot;0&quot;,onmousedown:&quot;return false;&quot;,title:g.title},i)},postRender:function(){var e=this,f=e.settings;if(f.onclick){a.add(e.id+&quot;_action&quot;,&quot;click&quot;,function(){if(!e.isDisabled()){f.onclick(e.value)}})}a.add(e.id+&quot;_open&quot;,&quot;click&quot;,e.showMenu,e);a.add(e.id+&quot;_open&quot;,&quot;focus&quot;,function(){e._focused=1});a.add(e.id+&quot;_open&quot;,&quot;blur&quot;,function(){e._focused=0});if(c.isIE6||!b.boxModel){a.add(e.id,&quot;mouseover&quot;,function(){if(!b.hasClass(e.id,&quot;mceSplitButtonDisabled&quot;)){b.addClass(e.id,&quot;mceSplitButtonHover&quot;)}});a.add(e.id,&quot;mouseout&quot;,function(){if(!b.hasClass(e.id,&quot;mceSplitButtonDisabled&quot;)){b.removeClass(e.id,&quot;mceSplitButtonHover&quot;)}})}},destroy:function(){this.parent();a.clear(this.id+&quot;_action&quot;);a.clear(this.id+&quot;_open&quot;)}})})(tinymce);(function(d){var c=d.DOM,a=d.dom.Event,b=d.is,e=d.each;d.create(&quot;tinymce.ui.ColorSplitButton:tinymce.ui.SplitButton&quot;,{ColorSplitButton:function(h,g){var f=this;f.parent(h,g);f.settings=g=d.extend({colors:&quot;000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,008000,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF&quot;,grid_width:8,default_color:&quot;#888888&quot;},f.settings);f.onShowMenu=new d.util.Dispatcher(f);f.onHideMenu=new d.util.Dispatcher(f);f.value=g.default_color},showMenu:function(){var f=this,g,j,i,h;if(f.isDisabled()){return}if(!f.isMenuRendered){f.renderMenu();f.isMenuRendered=true}if(f.isMenuVisible){return f.hideMenu()}i=c.get(f.id);c.show(f.id+&quot;_menu&quot;);c.addClass(i,&quot;mceSplitButtonSelected&quot;);h=c.getPos(i);c.setStyles(f.id+&quot;_menu&quot;,{left:h.x,top:h.y+i.clientHeight,zIndex:200000});i=0;a.add(c.doc,&quot;mousedown&quot;,f.hideMenu,f);f.onShowMenu.dispatch(f);if(f._focused){f._keyHandler=a.add(f.id+&quot;_menu&quot;,&quot;keydown&quot;,function(k){if(k.keyCode==27){f.hideMenu()}});c.select(&quot;a&quot;,f.id+&quot;_menu&quot;)[0].focus()}f.isMenuVisible=1},hideMenu:function(g){var f=this;if(g&amp;&amp;g.type==&quot;mousedown&quot;&amp;&amp;c.getParent(g.target,function(h){return h.id===f.id+&quot;_open&quot;})){return}if(!g||!c.getParent(g.target,&quot;.mceSplitButtonMenu&quot;)){c.removeClass(f.id,&quot;mceSplitButtonSelected&quot;);a.remove(c.doc,&quot;mousedown&quot;,f.hideMenu,f);a.remove(f.id+&quot;_menu&quot;,&quot;keydown&quot;,f._keyHandler);c.hide(f.id+&quot;_menu&quot;)}f.onHideMenu.dispatch(f);f.isMenuVisible=0},renderMenu:function(){var k=this,f,j=0,l=k.settings,p,h,o,g;g=c.add(l.menu_container,&quot;div&quot;,{id:k.id+&quot;_menu&quot;,&quot;class&quot;:l.menu_class+&quot; &quot;+l[&quot;class&quot;],style:&quot;position:absolute;left:0;top:-1000px;&quot;});f=c.add(g,&quot;div&quot;,{&quot;class&quot;:l[&quot;class&quot;]+&quot; mceSplitButtonMenu&quot;});c.add(f,&quot;span&quot;,{&quot;class&quot;:&quot;mceMenuLine&quot;});p=c.add(f,&quot;table&quot;,{&quot;class&quot;:&quot;mceColorSplitMenu&quot;});h=c.add(p,&quot;tbody&quot;);j=0;e(b(l.colors,&quot;array&quot;)?l.colors:l.colors.split(&quot;,&quot;),function(i){i=i.replace(/^#/,&quot;&quot;);if(!j--){o=c.add(h,&quot;tr&quot;);j=l.grid_width-1}p=c.add(o,&quot;td&quot;);p=c.add(p,&quot;a&quot;,{href:&quot;javascript:;&quot;,style:{backgroundColor:&quot;#&quot;+i},_mce_color:&quot;#&quot;+i})});if(l.more_colors_func){p=c.add(h,&quot;tr&quot;);p=c.add(p,&quot;td&quot;,{colspan:l.grid_width,&quot;class&quot;:&quot;mceMoreColors&quot;});p=c.add(p,&quot;a&quot;,{id:k.id+&quot;_more&quot;,href:&quot;javascript:;&quot;,onclick:&quot;return false;&quot;,&quot;class&quot;:&quot;mceMoreColors&quot;},l.more_colors_title);a.add(p,&quot;click&quot;,function(i){l.more_colors_func.call(l.more_colors_scope||this);return a.cancel(i)})}c.addClass(f,&quot;mceColorSplitMenu&quot;);a.add(k.id+&quot;_menu&quot;,&quot;click&quot;,function(i){var m;i=i.target;if(i.nodeName==&quot;A&quot;&amp;&amp;(m=i.getAttribute(&quot;_mce_color&quot;))){k.setColor(m)}return a.cancel(i)});return g},setColor:function(g){var f=this;c.setStyle(f.id+&quot;_preview&quot;,&quot;backgroundColor&quot;,g);f.value=g;f.hideMenu();f.settings.onselect(g)},postRender:function(){var f=this,g=f.id;f.parent();c.add(g+&quot;_action&quot;,&quot;div&quot;,{id:g+&quot;_preview&quot;,&quot;class&quot;:&quot;mceColorPreview&quot;});c.setStyle(f.id+&quot;_preview&quot;,&quot;backgroundColor&quot;,f.value)},destroy:function(){this.parent();a.clear(this.id+&quot;_menu&quot;);a.clear(this.id+&quot;_more&quot;);c.remove(this.id+&quot;_menu&quot;)}})})(tinymce);tinymce.create(&quot;tinymce.ui.Toolbar:tinymce.ui.Container&quot;,{renderHTML:function(){var l=this,e=&quot;&quot;,g,j,b=tinymce.DOM,m=l.settings,d,a,f,k;k=l.controls;for(d=0;d&lt;k.length;d++){j=k[d];a=k[d-1];f=k[d+1];if(d===0){g=&quot;mceToolbarStart&quot;;if(j.Button){g+=&quot; mceToolbarStartButton&quot;}else{if(j.SplitButton){g+=&quot; mceToolbarStartSplitButton&quot;}else{if(j.ListBox){g+=&quot; mceToolbarStartListBox&quot;}}}e+=b.createHTML(&quot;td&quot;,{&quot;class&quot;:g},b.createHTML(&quot;span&quot;,null,&quot;&lt;!-- IE --&gt;&quot;))}if(a&amp;&amp;j.ListBox){if(a.Button||a.SplitButton){e+=b.createHTML(&quot;td&quot;,{&quot;class&quot;:&quot;mceToolbarEnd&quot;},b.createHTML(&quot;span&quot;,null,&quot;&lt;!-- IE --&gt;&quot;))}}if(b.stdMode){e+='&lt;td style=&quot;position: relative&quot;&gt;'+j.renderHTML()+&quot;&lt;/td&gt;&quot;}else{e+=&quot;&lt;td&gt;&quot;+j.renderHTML()+&quot;&lt;/td&gt;&quot;}if(f&amp;&amp;j.ListBox){if(f.Button||f.SplitButton){e+=b.createHTML(&quot;td&quot;,{&quot;class&quot;:&quot;mceToolbarStart&quot;},b.createHTML(&quot;span&quot;,null,&quot;&lt;!-- IE --&gt;&quot;))}}}g=&quot;mceToolbarEnd&quot;;if(j.Button){g+=&quot; mceToolbarEndButton&quot;}else{if(j.SplitButton){g+=&quot; mceToolbarEndSplitButton&quot;}else{if(j.ListBox){g+=&quot; mceToolbarEndListBox&quot;}}}e+=b.createHTML(&quot;td&quot;,{&quot;class&quot;:g},b.createHTML(&quot;span&quot;,null,&quot;&lt;!-- IE --&gt;&quot;));return b.createHTML(&quot;table&quot;,{id:l.id,&quot;class&quot;:&quot;mceToolbar&quot;+(m[&quot;class&quot;]?&quot; &quot;+m[&quot;class&quot;]:&quot;&quot;),cellpadding:&quot;0&quot;,cellspacing:&quot;0&quot;,align:l.settings.align||&quot;&quot;},&quot;&lt;tbody&gt;&lt;tr&gt;&quot;+e+&quot;&lt;/tr&gt;&lt;/tbody&gt;&quot;)}});(function(b){var a=b.util.Dispatcher,c=b.each;b.create(&quot;tinymce.AddOnManager&quot;,{AddOnManager:function(){var d=this;d.items=[];d.urls={};d.lookup={};d.onAdd=new a(d)},get:function(d){return this.lookup[d]},requireLangPack:function(e){var d=b.settings;if(d&amp;&amp;d.language){b.ScriptLoader.add(this.urls[e]+&quot;/langs/&quot;+d.language+&quot;.js&quot;)}},add:function(e,d){this.items.push(d);this.lookup[e]=d;this.onAdd.dispatch(this,e,d);return d},load:function(h,e,d,g){var f=this;if(f.urls[h]){return}if(e.indexOf(&quot;/&quot;)!=0&amp;&amp;e.indexOf(&quot;://&quot;)==-1){e=b.baseURL+&quot;/&quot;+e}f.urls[h]=e.substring(0,e.lastIndexOf(&quot;/&quot;));if(!f.lookup[h]){b.ScriptLoader.add(e,d,g)}}});b.PluginManager=new b.AddOnManager();b.ThemeManager=new b.AddOnManager()}(tinymce));(function(j){var g=j.each,d=j.extend,k=j.DOM,i=j.dom.Event,f=j.ThemeManager,b=j.PluginManager,e=j.explode,h=j.util.Dispatcher,a,c=0;j.documentBaseURL=window.location.href.replace(/[\?#].*$/,&quot;&quot;).replace(/[\/\\][^\/]+$/,&quot;&quot;);if(!/[\/\\]$/.test(j.documentBaseURL)){j.documentBaseURL+=&quot;/&quot;}j.baseURL=new j.util.URI(j.documentBaseURL).toAbsolute(j.baseURL);j.baseURI=new j.util.URI(j.baseURL);j.onBeforeUnload=new h(j);i.add(window,&quot;beforeunload&quot;,function(l){j.onBeforeUnload.dispatch(j,l)});j.onAddEditor=new h(j);j.onRemoveEditor=new h(j);j.EditorManager=d(j,{editors:[],i18n:{},activeEditor:null,init:function(q){var n=this,p,l=j.ScriptLoader,u,o=[],m;function r(x,y,t){var v=x[y];if(!v){return}if(j.is(v,&quot;string&quot;)){t=v.replace(/\.\w+$/,&quot;&quot;);t=t?j.resolve(t):0;v=j.resolve(v)}return v.apply(t||this,Array.prototype.slice.call(arguments,2))}q=d({theme:&quot;simple&quot;,language:&quot;en&quot;},q);n.settings=q;i.add(document,&quot;init&quot;,function(){var s,v;r(q,&quot;onpageload&quot;);switch(q.mode){case&quot;exact&quot;:s=q.elements||&quot;&quot;;if(s.length&gt;0){g(e(s),function(x){if(k.get(x)){m=new j.Editor(x,q);o.push(m);m.render(1)}else{g(document.forms,function(y){g(y.elements,function(z){if(z.name===x){x=&quot;mce_editor_&quot;+c++;k.setAttrib(z,&quot;id&quot;,x);m=new j.Editor(x,q);o.push(m);m.render(1)}})})}})}break;case&quot;textareas&quot;:case&quot;specific_textareas&quot;:function t(y,x){return x.constructor===RegExp?x.test(y.className):k.hasClass(y,x)}g(k.select(&quot;textarea&quot;),function(x){if(q.editor_deselector&amp;&amp;t(x,q.editor_deselector)){return}if(!q.editor_selector||t(x,q.editor_selector)){u=k.get(x.name);if(!x.id&amp;&amp;!u){x.id=x.name}if(!x.id||n.get(x.id)){x.id=k.uniqueId()}m=new j.Editor(x.id,q);o.push(m);m.render(1)}});break}if(q.oninit){s=v=0;g(o,function(x){v++;if(!x.initialized){x.onInit.add(function(){s++;if(s==v){r(q,&quot;oninit&quot;)}})}else{s++}if(s==v){r(q,&quot;oninit&quot;)}})}})},get:function(l){if(l===a){return this.editors}return this.editors[l]},getInstanceById:function(l){return this.get(l)},add:function(m){var l=this,n=l.editors;n[m.id]=m;n.push(m);l._setActive(m);l.onAddEditor.dispatch(l,m);return m},remove:function(n){var m=this,l,o=m.editors;if(!o[n.id]){return null}delete o[n.id];for(l=0;l&lt;o.length;l++){if(o[l]==n){o.splice(l,1);break}}if(m.activeEditor==n){m._setActive(o[0])}n.destroy();m.onRemoveEditor.dispatch(m,n);return n},execCommand:function(r,p,o){var q=this,n=q.get(o),l;switch(r){case&quot;mceFocus&quot;:n.focus();return true;case&quot;mceAddEditor&quot;:case&quot;mceAddControl&quot;:if(!q.get(o)){new j.Editor(o,q.settings).render()}return true;case&quot;mceAddFrameControl&quot;:l=o.window;l.tinyMCE=tinyMCE;l.tinymce=j;j.DOM.doc=l.document;j.DOM.win=l;n=new j.Editor(o.element_id,o);n.render();if(j.isIE){function m(){n.destroy();l.detachEvent(&quot;onunload&quot;,m);l=l.tinyMCE=l.tinymce=null}l.attachEvent(&quot;onunload&quot;,m)}o.page_window=null;return true;case&quot;mceRemoveEditor&quot;:case&quot;mceRemoveControl&quot;:if(n){n.remove()}return true;case&quot;mceToggleEditor&quot;:if(!n){q.execCommand(&quot;mceAddControl&quot;,0,o);return true}if(n.isHidden()){n.show()}else{n.hide()}return true}if(q.activeEditor){return q.activeEditor.execCommand(r,p,o)}return false},execInstanceCommand:function(p,o,n,m){var l=this.get(p);if(l){return l.execCommand(o,n,m)}return false},triggerSave:function(){g(this.editors,function(l){l.save()})},addI18n:function(n,q){var l,m=this.i18n;if(!j.is(n,&quot;string&quot;)){g(n,function(r,p){g(r,function(t,s){g(t,function(v,u){if(s===&quot;common&quot;){m[p+&quot;.&quot;+u]=v}else{m[p+&quot;.&quot;+s+&quot;.&quot;+u]=v}})})})}else{g(q,function(r,p){m[n+&quot;.&quot;+p]=r})}},_setActive:function(l){this.selectedInstance=this.activeEditor=l}})})(tinymce);(function(m){var n=m.DOM,j=m.dom.Event,f=m.extend,k=m.util.Dispatcher,i=m.each,a=m.isGecko,b=m.isIE,e=m.isWebKit,d=m.is,h=m.ThemeManager,c=m.PluginManager,o=m.inArray,l=m.grep,g=m.explode;m.create(&quot;tinymce.Editor&quot;,{Editor:function(r,q){var p=this;p.id=p.editorId=r;p.execCommands={};p.queryStateCommands={};p.queryValueCommands={};p.isNotDirty=false;p.plugins={};i([&quot;onPreInit&quot;,&quot;onBeforeRenderUI&quot;,&quot;onPostRender&quot;,&quot;onInit&quot;,&quot;onRemove&quot;,&quot;onActivate&quot;,&quot;onDeactivate&quot;,&quot;onClick&quot;,&quot;onEvent&quot;,&quot;onMouseUp&quot;,&quot;onMouseDown&quot;,&quot;onDblClick&quot;,&quot;onKeyDown&quot;,&quot;onKeyUp&quot;,&quot;onKeyPress&quot;,&quot;onContextMenu&quot;,&quot;onSubmit&quot;,&quot;onReset&quot;,&quot;onPaste&quot;,&quot;onPreProcess&quot;,&quot;onPostProcess&quot;,&quot;onBeforeSetContent&quot;,&quot;onBeforeGetContent&quot;,&quot;onSetContent&quot;,&quot;onGetContent&quot;,&quot;onLoadContent&quot;,&quot;onSaveContent&quot;,&quot;onNodeChange&quot;,&quot;onChange&quot;,&quot;onBeforeExecCommand&quot;,&quot;onExecCommand&quot;,&quot;onUndo&quot;,&quot;onRedo&quot;,&quot;onVisualAid&quot;,&quot;onSetProgressState&quot;],function(s){p[s]=new k(p)});p.settings=q=f({id:r,language:&quot;en&quot;,docs_language:&quot;en&quot;,theme:&quot;simple&quot;,skin:&quot;default&quot;,delta_width:0,delta_height:0,popup_css:&quot;&quot;,plugins:&quot;&quot;,document_base_url:m.documentBaseURL,add_form_submit_trigger:1,submit_patch:1,add_unload_trigger:1,convert_urls:1,relative_urls:1,remove_script_host:1,table_inline_editing:0,object_resizing:1,cleanup:1,accessibility_focus:1,custom_shortcuts:1,custom_undo_redo_keyboard_shortcuts:1,custom_undo_redo_restore_selection:1,custom_undo_redo:1,doctype:m.isIE6?'&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;':&quot;&lt;!DOCTYPE&gt;&quot;,visual_table_class:&quot;mceItemTable&quot;,visual:1,font_size_style_values:&quot;xx-small,x-small,small,medium,large,x-large,xx-large&quot;,apply_source_formatting:1,directionality:&quot;ltr&quot;,forced_root_block:&quot;p&quot;,valid_elements:&quot;@[id|class|style|title|dir&lt;ltr?rtl|lang|xml::lang|onclick|ondblclick|onmousedown|onmouseup|onmouseover|onmousemove|onmouseout|onkeypress|onkeydown|onkeyup],a[rel|rev|charset|hreflang|tabindex|accesskey|type|name|href|target|title|class|onfocus|onblur],strong/b,em/i,strike,u,#p,-ol[type|compact],-ul[type|compact],-li,br,img[longdesc|usemap|src|border|alt=|title|hspace|vspace|width|height|align],-sub,-sup,-blockquote[cite],-table[border|cellspacing|cellpadding|width|frame|rules|height|align|summary|bgcolor|background|bordercolor],-tr[rowspan|width|height|align|valign|bgcolor|background|bordercolor],tbody,thead,tfoot,#td[colspan|rowspan|width|height|align|valign|bgcolor|background|bordercolor|scope],#th[colspan|rowspan|width|height|align|valign|scope],caption,-div,-span,-code,-pre,address,-h1,-h2,-h3,-h4,-h5,-h6,hr[size|noshade],-font[face|size|color],dd,dl,dt,cite,abbr,acronym,del[datetime|cite],ins[datetime|cite],object[classid|width|height|codebase|*],param[name|value],embed[type|width|height|src|*],script[src|type],map[name],area[shape|coords|href|alt|target],bdo,button,col[align|char|charoff|span|valign|width],colgroup[align|char|charoff|span|valign|width],dfn,fieldset,form[action|accept|accept-charset|enctype|method],input[accept|alt|checked|disabled|maxlength|name|readonly|size|src|type|value|tabindex|accesskey],kbd,label[for],legend,noscript,optgroup[label|disabled],option[disabled|label|selected|value],q[cite],samp,select[disabled|multiple|name|size],small,textarea[cols|rows|disabled|name|readonly],tt,var,big&quot;,hidden_input:1,padd_empty_editor:1,render_ui:1,init_theme:1,force_p_newlines:1,indentation:&quot;30px&quot;,keep_styles:1,fix_table_elements:1,inline_styles:1,convert_fonts_to_spans:true},q);p.documentBaseURI=new m.util.URI(q.document_base_url||m.documentBaseURL,{base_uri:tinyMCE.baseURI});p.baseURI=m.baseURI;p.execCallback(&quot;setup&quot;,p)},render:function(r){var u=this,v=u.settings,x=u.id,p=m.ScriptLoader;if(!j.domLoaded){j.add(document,&quot;init&quot;,function(){u.render()});return}tinyMCE.settings=v;if(!u.getElement()){return}if(m.isIDevice){return}if(!/TEXTAREA|INPUT/i.test(u.getElement().nodeName)&amp;&amp;v.hidden_input&amp;&amp;n.getParent(x,&quot;form&quot;)){n.insertAfter(n.create(&quot;input&quot;,{type:&quot;hidden&quot;,name:x}),x)}if(m.WindowManager){u.windowManager=new m.WindowManager(u)}if(v.encoding==&quot;xml&quot;){u.onGetContent.add(function(s,t){if(t.save){t.content=n.encode(t.content)}})}if(v.add_form_submit_trigger){u.onSubmit.addToTop(function(){if(u.initialized){u.save();u.isNotDirty=1}})}if(v.add_unload_trigger){u._beforeUnload=tinyMCE.onBeforeUnload.add(function(){if(u.initialized&amp;&amp;!u.destroyed&amp;&amp;!u.isHidden()){u.save({format:&quot;raw&quot;,no_events:true})}})}m.addUnload(u.destroy,u);if(v.submit_patch){u.onBeforeRenderUI.add(function(){var s=u.getElement().form;if(!s){return}if(s._mceOldSubmit){return}if(!s.submit.nodeType&amp;&amp;!s.submit.length){u.formElement=s;s._mceOldSubmit=s.submit;s.submit=function(){m.triggerSave();u.isNotDirty=1;return u.formElement._mceOldSubmit(u.formElement)}}s=null})}function q(){if(v.language){p.add(m.baseURL+&quot;/langs/&quot;+v.language+&quot;.js&quot;)}if(v.theme&amp;&amp;v.theme.charAt(0)!=&quot;-&quot;&amp;&amp;!h.urls[v.theme]){h.load(v.theme,&quot;themes/&quot;+v.theme+&quot;/editor_template&quot;+m.suffix+&quot;.js&quot;)}i(g(v.plugins),function(s){if(s&amp;&amp;s.charAt(0)!=&quot;-&quot;&amp;&amp;!c.urls[s]){if(s==&quot;safari&quot;){return}c.load(s,&quot;plugins/&quot;+s+&quot;/editor_plugin&quot;+m.suffix+&quot;.js&quot;)}});p.loadQueue(function(){if(!u.removed){u.init()}})}q()},init:function(){var r,E=this,F=E.settings,B,y,A=E.getElement(),q,p,C,x,z,D;m.add(E);if(F.theme){F.theme=F.theme.replace(/-/,&quot;&quot;);q=h.get(F.theme);E.theme=new q();if(E.theme.init&amp;&amp;F.init_theme){E.theme.init(E,h.urls[F.theme]||m.documentBaseURL.replace(/\/$/,&quot;&quot;))}}i(g(F.plugins.replace(/\-/g,&quot;&quot;)),function(G){var H=c.get(G),t=c.urls[G]||m.documentBaseURL.replace(/\/$/,&quot;&quot;),s;if(H){s=new H(E,t);E.plugins[G]=s;if(s.init){s.init(E,t)}}});if(F.popup_css!==false){if(F.popup_css){F.popup_css=E.documentBaseURI.toAbsolute(F.popup_css)}else{F.popup_css=E.baseURI.toAbsolute(&quot;themes/&quot;+F.theme+&quot;/skins/&quot;+F.skin+&quot;/dialog.css&quot;)}}if(F.popup_css_add){F.popup_css+=&quot;,&quot;+E.documentBaseURI.toAbsolute(F.popup_css_add)}E.controlManager=new m.ControlManager(E);if(F.custom_undo_redo){E.onBeforeExecCommand.add(function(t,G,u,H,s){if(G!=&quot;Undo&quot;&amp;&amp;G!=&quot;Redo&quot;&amp;&amp;G!=&quot;mceRepaint&quot;&amp;&amp;(!s||!s.skip_undo)){if(!E.undoManager.hasUndo()){E.undoManager.add()}}});E.onExecCommand.add(function(t,G,u,H,s){if(G!=&quot;Undo&quot;&amp;&amp;G!=&quot;Redo&quot;&amp;&amp;G!=&quot;mceRepaint&quot;&amp;&amp;(!s||!s.skip_undo)){E.undoManager.add()}})}E.onExecCommand.add(function(s,t){if(!/^(FontName|FontSize)$/.test(t)){E.nodeChanged()}});if(a){function v(s,t){if(!t||!t.initial){E.execCommand(&quot;mceRepaint&quot;)}}E.onUndo.add(v);E.onRedo.add(v);E.onSetContent.add(v)}E.onBeforeRenderUI.dispatch(E,E.controlManager);if(F.render_ui){B=F.width||A.style.width||A.offsetWidth;y=F.height||A.style.height||A.offsetHeight;E.orgDisplay=A.style.display;D=/^[0-9\.]+(|px)$/i;if(D.test(&quot;&quot;+B)){B=Math.max(parseInt(B)+(q.deltaWidth||0),100)}if(D.test(&quot;&quot;+y)){y=Math.max(parseInt(y)+(q.deltaHeight||0),100)}q=E.theme.renderUI({targetNode:A,width:B,height:y,deltaWidth:F.delta_width,deltaHeight:F.delta_height});E.editorContainer=q.editorContainer}if(document.domain&amp;&amp;location.hostname!=document.domain){m.relaxedDomain=document.domain}n.setStyles(q.sizeContainer||q.editorContainer,{width:B,height:y});y=(q.iframeHeight||y)+(typeof(y)==&quot;number&quot;?(q.deltaHeight||0):&quot;&quot;);if(y&lt;100){y=100}E.iframeHTML=F.doctype+'&lt;html&gt;&lt;head xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;';if(F.document_base_url!=m.documentBaseURL){E.iframeHTML+='&lt;base href=&quot;'+E.documentBaseURI.getURI()+'&quot; /&gt;'}E.iframeHTML+='&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=7&quot; /&gt;&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;';if(m.relaxedDomain){E.iframeHTML+='&lt;script type=&quot;text/javascript&quot;&gt;document.domain = &quot;'+m.relaxedDomain+'&quot;;&lt;\/script&gt;'}x=F.body_id||&quot;tinymce&quot;;if(x.indexOf(&quot;=&quot;)!=-1){x=E.getParam(&quot;body_id&quot;,&quot;&quot;,&quot;hash&quot;);x=x[E.id]||x}z=F.body_class||&quot;&quot;;if(z.indexOf(&quot;=&quot;)!=-1){z=E.getParam(&quot;body_class&quot;,&quot;&quot;,&quot;hash&quot;);z=z[E.id]||&quot;&quot;}E.iframeHTML+='&lt;/head&gt;&lt;body id=&quot;'+x+'&quot; class=&quot;mceContentBody '+z+'&quot;&gt;&lt;/body&gt;&lt;/html&gt;';if(m.relaxedDomain){if(b||(m.isOpera&amp;&amp;parseFloat(opera.version())&gt;=9.5)){C='javascript:(function(){document.open();document.domain=&quot;'+document.domain+'&quot;;var ed = window.parent.tinyMCE.get(&quot;'+E.id+'&quot;);document.write(ed.iframeHTML);document.close();ed.setupIframe();})()'}else{if(m.isOpera){C='javascript:(function(){document.open();document.domain=&quot;'+document.domain+'&quot;;document.close();ed.setupIframe();})()'}}}r=n.add(q.iframeContainer,&quot;iframe&quot;,{id:E.id+&quot;_ifr&quot;,src:C||'javascript:&quot;&quot;',frameBorder:&quot;0&quot;,style:{width:&quot;100%&quot;,height:y}});E.contentAreaContainer=q.iframeContainer;n.get(q.editorContainer).style.display=E.orgDisplay;n.get(E.id).style.display=&quot;none&quot;;if(!b||!m.relaxedDomain){E.setupIframe()}A=r=q=null},setupIframe:function(){var z=this,A=z.settings,r=n.get(z.id),u=z.getDoc(),q,x;if(!b||!m.relaxedDomain){u.open();u.write(z.iframeHTML);u.close()}if(!b){try{if(!A.readonly){u.designMode=&quot;On&quot;}}catch(v){}}if(b){x=z.getBody();n.hide(x);if(!A.readonly){x.contentEditable=true}n.show(x)}z.dom=new m.dom.DOMUtils(z.getDoc(),{keep_values:true,url_converter:z.convertURL,url_converter_scope:z,hex_colors:A.force_hex_style_colors,class_filter:A.class_filter,update_styles:1,fix_ie_paragraphs:1,valid_styles:A.valid_styles});z.schema=new m.dom.Schema();z.serializer=new m.dom.Serializer(f(A,{valid_elements:A.verify_html===false?&quot;*[*]&quot;:A.valid_elements,dom:z.dom,schema:z.schema}));z.selection=new m.dom.Selection(z.dom,z.getWin(),z.serializer);z.formatter=new m.Formatter(this);z.formatter.register({alignleft:[{selector:&quot;p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li&quot;,styles:{textAlign:&quot;left&quot;}},{selector:&quot;img,table&quot;,styles:{&quot;float&quot;:&quot;left&quot;}}],aligncenter:[{selector:&quot;p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li&quot;,styles:{textAlign:&quot;center&quot;}},{selector:&quot;img&quot;,styles:{display:&quot;block&quot;,marginLeft:&quot;auto&quot;,marginRight:&quot;auto&quot;}},{selector:&quot;table&quot;,styles:{marginLeft:&quot;auto&quot;,marginRight:&quot;auto&quot;}}],alignright:[{selector:&quot;p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li&quot;,styles:{textAlign:&quot;right&quot;}},{selector:&quot;img,table&quot;,styles:{&quot;float&quot;:&quot;right&quot;}}],alignfull:[{selector:&quot;p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li&quot;,styles:{textAlign:&quot;justify&quot;}}],bold:[{inline:&quot;strong&quot;},{inline:&quot;span&quot;,styles:{fontWeight:&quot;bold&quot;}},{inline:&quot;b&quot;}],italic:[{inline:&quot;em&quot;},{inline:&quot;span&quot;,styles:{fontStyle:&quot;italic&quot;}},{inline:&quot;i&quot;}],underline:[{inline:&quot;span&quot;,styles:{textDecoration:&quot;underline&quot;},exact:true},{inline:&quot;u&quot;}],strikethrough:[{inline:&quot;span&quot;,styles:{textDecoration:&quot;line-through&quot;},exact:true},{inline:&quot;u&quot;}],forecolor:{inline:&quot;span&quot;,styles:{color:&quot;%value&quot;},wrap_links:false},hilitecolor:{inline:&quot;span&quot;,styles:{backgroundColor:&quot;%value&quot;},wrap_links:false},fontname:{inline:&quot;span&quot;,styles:{fontFamily:&quot;%value&quot;}},fontsize:{inline:&quot;span&quot;,styles:{fontSize:&quot;%value&quot;}},fontsize_class:{inline:&quot;span&quot;,attributes:{&quot;class&quot;:&quot;%value&quot;}},blockquote:{block:&quot;blockquote&quot;,wrapper:1,remove:&quot;all&quot;},removeformat:[{selector:&quot;b,strong,em,i,font,u,strike&quot;,remove:&quot;all&quot;,split:true,expand:false,block_expand:true,deep:true},{selector:&quot;span&quot;,attributes:[&quot;style&quot;,&quot;class&quot;],remove:&quot;empty&quot;,split:true,expand:false,deep:true},{selector:&quot;*&quot;,attributes:[&quot;style&quot;,&quot;class&quot;],split:false,expand:false,deep:true}]});i(&quot;p h1 h2 h3 h4 h5 h6 div address pre div code dt dd samp&quot;.split(/\s/),function(s){z.formatter.register(s,{block:s,remove:&quot;all&quot;})});z.formatter.register(z.settings.formats);z.undoManager=new m.UndoManager(z);z.undoManager.onAdd.add(function(t,s){if(!s.initial){return z.onChange.dispatch(z,s,t)}});z.undoManager.onUndo.add(function(t,s){return z.onUndo.dispatch(z,s,t)});z.undoManager.onRedo.add(function(t,s){return z.onRedo.dispatch(z,s,t)});z.forceBlocks=new m.ForceBlocks(z,{forced_root_block:A.forced_root_block});z.editorCommands=new m.EditorCommands(z);z.serializer.onPreProcess.add(function(s,t){return z.onPreProcess.dispatch(z,t,s)});z.serializer.onPostProcess.add(function(s,t){return z.onPostProcess.dispatch(z,t,s)});z.onPreInit.dispatch(z);if(!A.gecko_spellcheck){z.getBody().spellcheck=0}if(!A.readonly){z._addEvents()}z.controlManager.onPostRender.dispatch(z,z.controlManager);z.onPostRender.dispatch(z);if(A.directionality){z.getBody().dir=A.directionality}if(A.nowrap){z.getBody().style.whiteSpace=&quot;nowrap&quot;}if(A.custom_elements){function y(s,t){i(g(A.custom_elements),function(B){var C;if(B.indexOf(&quot;~&quot;)===0){B=B.substring(1);C=&quot;span&quot;}else{C=&quot;div&quot;}t.content=t.content.replace(new RegExp(&quot;&lt;(&quot;+B+&quot;)([^&gt;]*)&gt;&quot;,&quot;g&quot;),&quot;&lt;&quot;+C+' _mce_name=&quot;$1&quot;$2&gt;');t.content=t.content.replace(new RegExp(&quot;&lt;/(&quot;+B+&quot;)&gt;&quot;,&quot;g&quot;),&quot;&lt;/&quot;+C+&quot;&gt;&quot;)})}z.onBeforeSetContent.add(y);z.onPostProcess.add(function(s,t){if(t.set){y(s,t)}})}if(A.handle_node_change_callback){z.onNodeChange.add(function(t,s,B){z.execCallback(&quot;handle_node_change_callback&quot;,z.id,B,-1,-1,true,z.selection.isCollapsed())})}if(A.save_callback){z.onSaveContent.add(function(s,B){var t=z.execCallback(&quot;save_callback&quot;,z.id,B.content,z.getBody());if(t){B.content=t}})}if(A.onchange_callback){z.onChange.add(function(t,s){z.execCallback(&quot;onchange_callback&quot;,z,s)})}if(A.convert_newlines_to_brs){z.onBeforeSetContent.add(function(s,t){if(t.initial){t.content=t.content.replace(/\r?\n/g,&quot;&lt;br /&gt;&quot;)}})}if(A.fix_nesting&amp;&amp;b){z.onBeforeSetContent.add(function(s,t){t.content=z._fixNesting(t.content)})}if(A.preformatted){z.onPostProcess.add(function(s,t){t.content=t.content.replace(/^\s*&lt;pre.*?&gt;/,&quot;&quot;);t.content=t.content.replace(/&lt;\/pre&gt;\s*$/,&quot;&quot;);if(t.set){t.content='&lt;pre class=&quot;mceItemHidden&quot;&gt;'+t.content+&quot;&lt;/pre&gt;&quot;}})}if(A.verify_css_classes){z.serializer.attribValueFilter=function(D,B){var C,t;if(D==&quot;class&quot;){if(!z.classesRE){t=z.dom.getClasses();if(t.length&gt;0){C=&quot;&quot;;i(t,function(s){C+=(C?&quot;|&quot;:&quot;&quot;)+s[&quot;class&quot;]});z.classesRE=new RegExp(&quot;(&quot;+C+&quot;)&quot;,&quot;gi&quot;)}}return !z.classesRE||/(\bmceItem\w+\b|\bmceTemp\w+\b)/g.test(B)||z.classesRE.test(B)?B:&quot;&quot;}return B}}if(A.cleanup_callback){z.onBeforeSetContent.add(function(s,t){t.content=z.execCallback(&quot;cleanup_callback&quot;,&quot;insert_to_editor&quot;,t.content,t)});z.onPreProcess.add(function(s,t){if(t.set){z.execCallback(&quot;cleanup_callback&quot;,&quot;insert_to_editor_dom&quot;,t.node,t)}if(t.get){z.execCallback(&quot;cleanup_callback&quot;,&quot;get_from_editor_dom&quot;,t.node,t)}});z.onPostProcess.add(function(s,t){if(t.set){t.content=z.execCallback(&quot;cleanup_callback&quot;,&quot;insert_to_editor&quot;,t.content,t)}if(t.get){t.content=z.execCallback(&quot;cleanup_callback&quot;,&quot;get_from_editor&quot;,t.content,t)}})}if(A.save_callback){z.onGetContent.add(function(s,t){if(t.save){t.content=z.execCallback(&quot;save_callback&quot;,z.id,t.content,z.getBody())}})}if(A.handle_event_callback){z.onEvent.add(function(s,t,B){if(z.execCallback(&quot;handle_event_callback&quot;,t,s,B)===false){j.cancel(t)}})}z.onSetContent.add(function(){z.addVisual(z.getBody())});if(A.padd_empty_editor){z.onPostProcess.add(function(s,t){t.content=t.content.replace(/^(&lt;p[^&gt;]*&gt;(&amp;nbsp;|&amp;#160;|\s|\u00a0|)&lt;\/p&gt;[\r\n]*|&lt;br \/&gt;[\r\n]*)$/,&quot;&quot;)})}if(a){function p(s,t){i(s.dom.select(&quot;a&quot;),function(C){var B=C.parentNode;if(s.dom.isBlock(B)&amp;&amp;B.lastChild===C){s.dom.add(B,&quot;br&quot;,{_mce_bogus:1})}})}z.onExecCommand.add(function(s,t){if(t===&quot;CreateLink&quot;){p(s)}});z.onSetContent.add(z.selection.onSetContent.add(p));if(!A.readonly){try{u.designMode=&quot;Off&quot;;u.designMode=&quot;On&quot;}catch(v){}}}setTimeout(function(){if(z.removed){return}z.load({initial:true,format:(A.cleanup_on_startup?&quot;html&quot;:&quot;raw&quot;)});z.startContent=z.getContent({format:&quot;raw&quot;});z.initialized=true;z.onInit.dispatch(z);z.execCallback(&quot;setupcontent_callback&quot;,z.id,z.getBody(),z.getDoc());z.execCallback(&quot;init_instance_callback&quot;,z);z.focus(true);z.nodeChanged({initial:1});if(A.content_css){m.each(g(A.content_css),function(s){z.dom.loadCSS(z.documentBaseURI.toAbsolute(s))})}if(A.auto_focus){setTimeout(function(){var s=m.get(A.auto_focus);s.selection.select(s.getBody(),1);s.selection.collapse(1);s.getWin().focus()},100)}},1);r=null},focus:function(s){var x,q=this,v=q.settings.content_editable,r,p,u=q.getDoc();if(!s){r=q.selection.getRng();if(r.item){p=r.item(0)}if(!v){q.getWin().focus()}if(p&amp;&amp;p.ownerDocument==u){r=u.body.createControlRange();r.addElement(p);r.select()}}if(m.activeEditor!=q){if((x=m.activeEditor)!=null){x.onDeactivate.dispatch(x,q)}q.onActivate.dispatch(q,x)}m._setActive(q)},execCallback:function(u){var p=this,r=p.settings[u],q;if(!r){return}if(p.callbackLookup&amp;&amp;(q=p.callbackLookup[u])){r=q.func;q=q.scope}if(d(r,&quot;string&quot;)){q=r.replace(/\.\w+$/,&quot;&quot;);q=q?m.resolve(q):0;r=m.resolve(r);p.callbackLookup=p.callbackLookup||{};p.callbackLookup[u]={func:r,scope:q}}return r.apply(q||p,Array.prototype.slice.call(arguments,1))},translate:function(p){var r=this.settings.language||&quot;en&quot;,q=m.i18n;if(!p){return&quot;&quot;}return q[r+&quot;.&quot;+p]||p.replace(/{\#([^}]+)\}/g,function(t,s){return q[r+&quot;.&quot;+s]||&quot;{#&quot;+s+&quot;}&quot;})},getLang:function(q,p){return m.i18n[(this.settings.language||&quot;en&quot;)+&quot;.&quot;+q]||(d(p)?p:&quot;{#&quot;+q+&quot;}&quot;)},getParam:function(u,r,p){var s=m.trim,q=d(this.settings[u])?this.settings[u]:r,t;if(p===&quot;hash&quot;){t={};if(d(q,&quot;string&quot;)){i(q.indexOf(&quot;=&quot;)&gt;0?q.split(/[;,](?![^=;,]*(?:[;,]|$))/):q.split(&quot;,&quot;),function(x){x=x.split(&quot;=&quot;);if(x.length&gt;1){t[s(x[0])]=s(x[1])}else{t[s(x[0])]=s(x)}})}else{t=q}return t}return q},nodeChanged:function(r){var p=this,q=p.selection,u=(b?q.getNode():q.getStart())||p.getBody();if(p.initialized){r=r||{};u=b&amp;&amp;u.ownerDocument!=p.getDoc()?p.getBody():u;r.parents=[];p.dom.getParent(u,function(s){if(s.nodeName==&quot;BODY&quot;){return true}r.parents.push(s)});p.onNodeChange.dispatch(p,r?r.controlManager||p.controlManager:p.controlManager,u,q.isCollapsed(),r)}},addButton:function(r,q){var p=this;p.buttons=p.buttons||{};p.buttons[r]=q},addCommand:function(r,q,p){this.execCommands[r]={func:q,scope:p||this}},addQueryStateHandler:function(r,q,p){this.queryStateCommands[r]={func:q,scope:p||this}},addQueryValueHandler:function(r,q,p){this.queryValueCommands[r]={func:q,scope:p||this}},addShortcut:function(r,u,p,s){var q=this,v;if(!q.settings.custom_shortcuts){return false}q.shortcuts=q.shortcuts||{};if(d(p,&quot;string&quot;)){v=p;p=function(){q.execCommand(v,false,null)}}if(d(p,&quot;object&quot;)){v=p;p=function(){q.execCommand(v[0],v[1],v[2])}}i(g(r),function(t){var x={func:p,scope:s||this,desc:u,alt:false,ctrl:false,shift:false};i(g(t,&quot;+&quot;),function(y){switch(y){case&quot;alt&quot;:case&quot;ctrl&quot;:case&quot;shift&quot;:x[y]=true;break;default:x.charCode=y.charCodeAt(0);x.keyCode=y.toUpperCase().charCodeAt(0)}});q.shortcuts[(x.ctrl?&quot;ctrl&quot;:&quot;&quot;)+&quot;,&quot;+(x.alt?&quot;alt&quot;:&quot;&quot;)+&quot;,&quot;+(x.shift?&quot;shift&quot;:&quot;&quot;)+&quot;,&quot;+x.keyCode]=x});return true},execCommand:function(x,v,z,p){var r=this,u=0,y,q;if(!/^(mceAddUndoLevel|mceEndUndoLevel|mceBeginUndoLevel|mceRepaint|SelectAll)$/.test(x)&amp;&amp;(!p||!p.skip_focus)){r.focus()}y={};r.onBeforeExecCommand.dispatch(r,x,v,z,y);if(y.terminate){return false}if(r.execCallback(&quot;execcommand_callback&quot;,r.id,r.selection.getNode(),x,v,z)){r.onExecCommand.dispatch(r,x,v,z,p);return true}if(y=r.execCommands[x]){q=y.func.call(y.scope,v,z);if(q!==true){r.onExecCommand.dispatch(r,x,v,z,p);return q}}i(r.plugins,function(s){if(s.execCommand&amp;&amp;s.execCommand(x,v,z)){r.onExecCommand.dispatch(r,x,v,z,p);u=1;return false}});if(u){return true}if(r.theme&amp;&amp;r.theme.execCommand&amp;&amp;r.theme.execCommand(x,v,z)){r.onExecCommand.dispatch(r,x,v,z,p);return true}if(m.GlobalCommands.execCommand(r,x,v,z)){r.onExecCommand.dispatch(r,x,v,z,p);return true}if(r.editorCommands.execCommand(x,v,z)){r.onExecCommand.dispatch(r,x,v,z,p);return true}r.getDoc().execCommand(x,v,z);r.onExecCommand.dispatch(r,x,v,z,p)},queryCommandState:function(u){var q=this,v,r;if(q._isHidden()){return}if(v=q.queryStateCommands[u]){r=v.func.call(v.scope);if(r!==true){return r}}v=q.editorCommands.queryCommandState(u);if(v!==-1){return v}try{return this.getDoc().queryCommandState(u)}catch(p){}},queryCommandValue:function(v){var q=this,u,r;if(q._isHidden()){return}if(u=q.queryValueCommands[v]){r=u.func.call(u.scope);if(r!==true){return r}}u=q.editorCommands.queryCommandValue(v);if(d(u)){return u}try{return this.getDoc().queryCommandValue(v)}catch(p){}},show:function(){var p=this;n.show(p.getContainer());n.hide(p.id);p.load()},hide:function(){var p=this,q=p.getDoc();if(b&amp;&amp;q){q.execCommand(&quot;SelectAll&quot;)}p.save();n.hide(p.getContainer());n.setStyle(p.id,&quot;display&quot;,p.orgDisplay)},isHidden:function(){return !n.isHidden(this.id)},setProgressState:function(p,q,r){this.onSetProgressState.dispatch(this,p,q,r);return p},load:function(s){var p=this,r=p.getElement(),q;if(r){s=s||{};s.load=true;q=p.setContent(d(r.value)?r.value:r.innerHTML,s);s.element=r;if(!s.no_events){p.onLoadContent.dispatch(p,s)}s.element=r=null;return q}},save:function(u){var p=this,s=p.getElement(),q,r;if(!s||!p.initialized){return}u=u||{};u.save=true;if(!u.no_events){p.undoManager.typing=0;p.undoManager.add()}u.element=s;q=u.content=p.getContent(u);if(!u.no_events){p.onSaveContent.dispatch(p,u)}q=u.content;if(!/TEXTAREA|INPUT/i.test(s.nodeName)){s.innerHTML=q;if(r=n.getParent(p.id,&quot;form&quot;)){i(r.elements,function(t){if(t.name==p.id){t.value=q;return false}})}}else{s.value=q}u.element=s=null;return q},setContent:function(q,r){var p=this;r=r||{};r.format=r.format||&quot;html&quot;;r.set=true;r.content=q;if(!r.no_events){p.onBeforeSetContent.dispatch(p,r)}if(!m.isIE&amp;&amp;(q.length===0||/^\s+$/.test(q))){r.content=p.dom.setHTML(p.getBody(),'&lt;br _mce_bogus=&quot;1&quot; /&gt;');r.format=&quot;raw&quot;}r.content=p.dom.setHTML(p.getBody(),m.trim(r.content));if(r.format!=&quot;raw&quot;&amp;&amp;p.settings.cleanup){r.getInner=true;r.content=p.dom.setHTML(p.getBody(),p.serializer.serialize(p.getBody(),r))}if(!r.no_events){p.onSetContent.dispatch(p,r)}return r.content},getContent:function(r){var p=this,q;r=r||{};r.format=r.format||&quot;html&quot;;r.get=true;if(!r.no_events){p.onBeforeGetContent.dispatch(p,r)}if(r.format!=&quot;raw&quot;&amp;&amp;p.settings.cleanup){r.getInner=true;q=p.serializer.serialize(p.getBody(),r)}else{q=p.getBody().innerHTML}q=q.replace(/^\s*|\s*$/g,&quot;&quot;);r.content=q;if(!r.no_events){p.onGetContent.dispatch(p,r)}return r.content},isDirty:function(){var p=this;return m.trim(p.startContent)!=m.trim(p.getContent({format:&quot;raw&quot;,no_events:1}))&amp;&amp;!p.isNotDirty},getContainer:function(){var p=this;if(!p.container){p.container=n.get(p.editorContainer||p.id+&quot;_parent&quot;)}return p.container},getContentAreaContainer:function(){return this.contentAreaContainer},getElement:function(){return n.get(this.settings.content_element||this.id)},getWin:function(){var p=this,q;if(!p.contentWindow){q=n.get(p.id+&quot;_ifr&quot;);if(q){p.contentWindow=q.contentWindow}}return p.contentWindow},getDoc:function(){var q=this,p;if(!q.contentDocument){p=q.getWin();if(p){q.contentDocument=p.document}}return q.contentDocument},getBody:function(){return this.bodyElement||this.getDoc().body},convertURL:function(p,x,v){var q=this,r=q.settings;if(r.urlconverter_callback){return q.execCallback(&quot;urlconverter_callback&quot;,p,v,true,x)}if(!r.convert_urls||(v&amp;&amp;v.nodeName==&quot;LINK&quot;)||p.indexOf(&quot;file:&quot;)===0){return p}if(r.relative_urls){return q.documentBaseURI.toRelative(p)}p=q.documentBaseURI.toAbsolute(p,r.remove_script_host);return p},addVisual:function(r){var p=this,q=p.settings;r=r||p.getBody();if(!d(p.hasVisual)){p.hasVisual=q.visual}i(p.dom.select(&quot;table,a&quot;,r),function(t){var s;switch(t.nodeName){case&quot;TABLE&quot;:s=p.dom.getAttrib(t,&quot;border&quot;);if(!s||s==&quot;0&quot;){if(p.hasVisual){p.dom.addClass(t,q.visual_table_class)}else{p.dom.removeClass(t,q.visual_table_class)}}return;case&quot;A&quot;:s=p.dom.getAttrib(t,&quot;name&quot;);if(s){if(p.hasVisual){p.dom.addClass(t,&quot;mceItemAnchor&quot;)}else{p.dom.removeClass(t,&quot;mceItemAnchor&quot;)}}return}});p.onVisualAid.dispatch(p,r,p.hasVisual)},remove:function(){var p=this,q=p.getContainer();p.removed=1;p.hide();p.execCallback(&quot;remove_instance_callback&quot;,p);p.onRemove.dispatch(p);p.onExecCommand.listeners=[];m.remove(p);n.remove(q)},destroy:function(q){var p=this;if(p.destroyed){return}if(!q){m.removeUnload(p.destroy);tinyMCE.onBeforeUnload.remove(p._beforeUnload);if(p.theme&amp;&amp;p.theme.destroy){p.theme.destroy()}p.controlManager.destroy();p.selection.destroy();p.dom.destroy();if(!p.settings.content_editable){j.clear(p.getWin());j.clear(p.getDoc())}j.clear(p.getBody());j.clear(p.formElement)}if(p.formElement){p.formElement.submit=p.formElement._mceOldSubmit;p.formElement._mceOldSubmit=null}p.contentAreaContainer=p.formElement=p.container=p.settings.content_element=p.bodyElement=p.contentDocument=p.contentWindow=null;if(p.selection){p.selection=p.selection.win=p.selection.dom=p.selection.dom.doc=null}p.destroyed=1},_addEvents:function(){var z=this,r,A=z.settings,q=z.dom,x={mouseup:&quot;onMouseUp&quot;,mousedown:&quot;onMouseDown&quot;,click:&quot;onClick&quot;,keyup:&quot;onKeyUp&quot;,keydown:&quot;onKeyDown&quot;,keypress:&quot;onKeyPress&quot;,submit:&quot;onSubmit&quot;,reset:&quot;onReset&quot;,contextmenu:&quot;onContextMenu&quot;,dblclick:&quot;onDblClick&quot;,paste:&quot;onPaste&quot;};function p(t,B){var s=t.type;if(z.removed){return}if(z.onEvent.dispatch(z,t,B)!==false){z[x[t.fakeType||t.type]].dispatch(z,t,B)}}i(x,function(t,s){switch(s){case&quot;contextmenu&quot;:if(m.isOpera){q.bind(z.getBody(),&quot;mousedown&quot;,function(B){if(B.ctrlKey){B.fakeType=&quot;contextmenu&quot;;p(B)}})}else{q.bind(z.getBody(),s,p)}break;case&quot;paste&quot;:q.bind(z.getBody(),s,function(B){p(B)});break;case&quot;submit&quot;:case&quot;reset&quot;:q.bind(z.getElement().form||n.getParent(z.id,&quot;form&quot;),s,p);break;default:q.bind(A.content_editable?z.getBody():z.getDoc(),s,p)}});q.bind(A.content_editable?z.getBody():(a?z.getDoc():z.getWin()),&quot;focus&quot;,function(s){z.focus(true)});if(m.isGecko){q.bind(z.getDoc(),&quot;DOMNodeInserted&quot;,function(t){var s;t=t.target;if(t.nodeType===1&amp;&amp;t.nodeName===&quot;IMG&quot;&amp;&amp;(s=t.getAttribute(&quot;_mce_src&quot;))){t.src=z.documentBaseURI.toAbsolute(s)}})}if(a){function u(){var C=this,E=C.getDoc(),D=C.settings;if(a&amp;&amp;!D.readonly){if(C._isHidden()){try{if(!D.content_editable){E.designMode=&quot;On&quot;}}catch(B){}}try{E.execCommand(&quot;styleWithCSS&quot;,0,false)}catch(B){if(!C._isHidden()){try{E.execCommand(&quot;useCSS&quot;,0,true)}catch(B){}}}if(!D.table_inline_editing){try{E.execCommand(&quot;enableInlineTableEditing&quot;,false,false)}catch(B){}}if(!D.object_resizing){try{E.execCommand(&quot;enableObjectResizing&quot;,false,false)}catch(B){}}}}z.onBeforeExecCommand.add(u);z.onMouseDown.add(u)}if(m.isWebKit){z.onClick.add(function(s,t){t=t.target;if(t.nodeName==&quot;IMG&quot;||(t.nodeName==&quot;A&quot;&amp;&amp;q.hasClass(t,&quot;mceItemAnchor&quot;))){z.selection.getSel().setBaseAndExtent(t,0,t,1);z.nodeChanged()}})}z.onMouseUp.add(z.nodeChanged);z.onKeyUp.add(function(s,t){var B=t.keyCode;if((B&gt;=33&amp;&amp;B&lt;=36)||(B&gt;=37&amp;&amp;B&lt;=40)||B==13||B==45||B==46||B==8||(m.isMac&amp;&amp;(B==91||B==93))||t.ctrlKey){z.nodeChanged()}});z.onReset.add(function(){z.setContent(z.startContent,{format:&quot;raw&quot;})});if(A.custom_shortcuts){if(A.custom_undo_redo_keyboard_shortcuts){z.addShortcut(&quot;ctrl+z&quot;,z.getLang(&quot;undo_desc&quot;),&quot;Undo&quot;);z.addShortcut(&quot;ctrl+y&quot;,z.getLang(&quot;redo_desc&quot;),&quot;Redo&quot;)}z.addShortcut(&quot;ctrl+b&quot;,z.getLang(&quot;bold_desc&quot;),&quot;Bold&quot;);z.addShortcut(&quot;ctrl+i&quot;,z.getLang(&quot;italic_desc&quot;),&quot;Italic&quot;);z.addShortcut(&quot;ctrl+u&quot;,z.getLang(&quot;underline_desc&quot;),&quot;Underline&quot;);for(r=1;r&lt;=6;r++){z.addShortcut(&quot;ctrl+&quot;+r,&quot;&quot;,[&quot;FormatBlock&quot;,false,&quot;h&quot;+r])}z.addShortcut(&quot;ctrl+7&quot;,&quot;&quot;,[&quot;FormatBlock&quot;,false,&quot;&lt;p&gt;&quot;]);z.addShortcut(&quot;ctrl+8&quot;,&quot;&quot;,[&quot;FormatBlock&quot;,false,&quot;&lt;div&gt;&quot;]);z.addShortcut(&quot;ctrl+9&quot;,&quot;&quot;,[&quot;FormatBlock&quot;,false,&quot;&lt;address&gt;&quot;]);function v(t){var s=null;if(!t.altKey&amp;&amp;!t.ctrlKey&amp;&amp;!t.metaKey){return s}i(z.shortcuts,function(B){if(m.isMac&amp;&amp;B.ctrl!=t.metaKey){return}else{if(!m.isMac&amp;&amp;B.ctrl!=t.ctrlKey){return}}if(B.alt!=t.altKey){return}if(B.shift!=t.shiftKey){return}if(t.keyCode==B.keyCode||(t.charCode&amp;&amp;t.charCode==B.charCode)){s=B;return false}});return s}z.onKeyUp.add(function(s,t){var B=v(t);if(B){return j.cancel(t)}});z.onKeyPress.add(function(s,t){var B=v(t);if(B){return j.cancel(t)}});z.onKeyDown.add(function(s,t){var B=v(t);if(B){B.func.call(B.scope);return j.cancel(t)}})}if(m.isIE){q.bind(z.getDoc(),&quot;controlselect&quot;,function(B){var t=z.resizeInfo,s;B=B.target;if(B.nodeName!==&quot;IMG&quot;){return}if(t){q.unbind(t.node,t.ev,t.cb)}if(!q.hasClass(B,&quot;mceItemNoResize&quot;)){ev=&quot;resizeend&quot;;s=q.bind(B,ev,function(D){var C;D=D.target;if(C=q.getStyle(D,&quot;width&quot;)){q.setAttrib(D,&quot;width&quot;,C.replace(/[^0-9%]+/g,&quot;&quot;));q.setStyle(D,&quot;width&quot;,&quot;&quot;)}if(C=q.getStyle(D,&quot;height&quot;)){q.setAttrib(D,&quot;height&quot;,C.replace(/[^0-9%]+/g,&quot;&quot;));q.setStyle(D,&quot;height&quot;,&quot;&quot;)}})}else{ev=&quot;resizestart&quot;;s=q.bind(B,&quot;resizestart&quot;,j.cancel,j)}t=z.resizeInfo={node:B,ev:ev,cb:s}});z.onKeyDown.add(function(s,t){switch(t.keyCode){case 8:if(z.selection.getRng().item){s.dom.remove(z.selection.getRng().item(0));return j.cancel(t)}}})}if(m.isOpera){z.onClick.add(function(s,t){j.prevent(t)})}if(A.custom_undo_redo){function y(){z.undoManager.typing=0;z.undoManager.add()}q.bind(z.getDoc(),&quot;focusout&quot;,function(s){if(!z.removed&amp;&amp;z.undoManager.typing){y()}});z.onKeyUp.add(function(s,t){if((t.keyCode&gt;=33&amp;&amp;t.keyCode&lt;=36)||(t.keyCode&gt;=37&amp;&amp;t.keyCode&lt;=40)||t.keyCode==13||t.keyCode==45||t.ctrlKey){y()}});z.onKeyDown.add(function(t,E){var s,D,C;if(b&amp;&amp;E.keyCode==46){s=z.selection.getRng();if(s.parentElement){D=s.parentElement();if(E.ctrlKey){s.moveEnd(&quot;word&quot;,1);s.select()}z.selection.getSel().clear();if(s.parentElement()==D){C=z.selection.getBookmark();try{D.innerHTML=D.innerHTML}catch(B){}z.selection.moveToBookmark(C)}E.preventDefault();return}}if((E.keyCode&gt;=33&amp;&amp;E.keyCode&lt;=36)||(E.keyCode&gt;=37&amp;&amp;E.keyCode&lt;=40)||E.keyCode==13||E.keyCode==45){if(z.undoManager.typing){y()}return}if(!z.undoManager.typing){z.undoManager.add();z.undoManager.typing=1}});z.onMouseDown.add(function(){if(z.undoManager.typing){y()}})}},_isHidden:function(){var p;if(!a){return 0}p=this.selection.getSel();return(!p||!p.rangeCount||p.rangeCount==0)},_fixNesting:function(q){var r=[],p;q=q.replace(/&lt;(\/)?([^\s&gt;]+)[^&gt;]*?&gt;/g,function(t,s,v){var u;if(s===&quot;/&quot;){if(!r.length){return&quot;&quot;}if(v!==r[r.length-1].tag){for(p=r.length-1;p&gt;=0;p--){if(r[p].tag===v){r[p].close=1;break}}return&quot;&quot;}else{r.pop();if(r.length&amp;&amp;r[r.length-1].close){t=t+&quot;&lt;/&quot;+r[r.length-1].tag+&quot;&gt;&quot;;r.pop()}}}else{if(/^(br|hr|input|meta|img|link|param)$/i.test(v)){return t}if(/\/&gt;$/.test(t)){return t}r.push({tag:v})}return t});for(p=r.length-1;p&gt;=0;p--){q+=&quot;&lt;/&quot;+r[p].tag+&quot;&gt;&quot;}return q}})})(tinymce);(function(c){var d=c.each,e,a=true,b=false;c.EditorCommands=function(n){var l=n.dom,p=n.selection,j={state:{},exec:{},value:{}},k=n.settings,o;function q(y,x,v){var u;y=y.toLowerCase();if(u=j.exec[y]){u(y,x,v);return a}return b}function m(v){var u;v=v.toLowerCase();if(u=j.state[v]){return u(v)}return -1}function h(v){var u;v=v.toLowerCase();if(u=j.value[v]){return u(v)}return b}function t(u,v){v=v||&quot;exec&quot;;d(u,function(y,x){d(x.toLowerCase().split(&quot;,&quot;),function(z){j[v][z]=y})})}c.extend(this,{execCommand:q,queryCommandState:m,queryCommandValue:h,addCommands:t});function f(x,v,u){if(v===e){v=b}if(u===e){u=null}return n.getDoc().execCommand(x,v,u)}function s(u){return n.formatter.match(u)}function r(u,v){n.formatter.toggle(u,v?{value:v}:e)}function i(u){o=p.getBookmark(u)}function g(){p.moveToBookmark(o)}t({&quot;mceResetDesignMode,mceBeginUndoLevel&quot;:function(){},&quot;mceEndUndoLevel,mceAddUndoLevel&quot;:function(){n.undoManager.add()},&quot;Cut,Copy,Paste&quot;:function(y){var x=n.getDoc(),u;try{f(y)}catch(v){u=a}if(u||!x.queryCommandSupported(y)){if(c.isGecko){n.windowManager.confirm(n.getLang(&quot;clipboard_msg&quot;),function(z){if(z){open(&quot;http://www.mozilla.org/editor/midasdemo/securityprefs.html&quot;,&quot;_blank&quot;)}})}else{n.windowManager.alert(n.getLang(&quot;clipboard_no_support&quot;))}}},unlink:function(u){if(p.isCollapsed()){p.select(p.getNode())}f(u);p.collapse(b)},&quot;JustifyLeft,JustifyCenter,JustifyRight,JustifyFull&quot;:function(u){var v=u.substring(7);d(&quot;left,center,right,full&quot;.split(&quot;,&quot;),function(x){if(v!=x){n.formatter.remove(&quot;align&quot;+x)}});r(&quot;align&quot;+v)},&quot;InsertUnorderedList,InsertOrderedList&quot;:function(x){var u,v;f(x);u=l.getParent(p.getNode(),&quot;ol,ul&quot;);if(u){v=u.parentNode;if(/^(H[1-6]|P|ADDRESS|PRE)$/.test(v.nodeName)){i();l.split(v,u);g()}}},&quot;Bold,Italic,Underline,Strikethrough&quot;:function(u){r(u)},&quot;ForeColor,HiliteColor,FontName&quot;:function(x,v,u){r(x,u)},FontSize:function(y,x,v){var u,z;if(v&gt;=1&amp;&amp;v&lt;=7){z=c.explode(k.font_size_style_values);u=c.explode(k.font_size_classes);if(u){v=u[v-1]||v}else{v=z[v-1]||v}}r(y,v)},RemoveFormat:function(u){n.formatter.remove(u)},mceBlockQuote:function(u){r(&quot;blockquote&quot;)},FormatBlock:function(x,v,u){return r(u||&quot;p&quot;)},mceCleanup:function(){var u=p.getBookmark();n.setContent(n.getContent({cleanup:a}),{cleanup:a});p.moveToBookmark(u)},mceRemoveNode:function(y,x,v){var u=v||p.getNode();if(u!=n.getBody()){i();n.dom.remove(u,a);g()}},mceSelectNodeDepth:function(y,x,v){var u=0;l.getParent(p.getNode(),function(z){if(z.nodeType==1&amp;&amp;u++==v){p.select(z);return b}},n.getBody())},mceSelectNode:function(x,v,u){p.select(u)},mceInsertContent:function(x,v,u){p.setContent(u)},mceInsertRawHTML:function(x,v,u){p.setContent(&quot;tiny_mce_marker&quot;);n.setContent(n.getContent().replace(/tiny_mce_marker/g,function(){return u}))},mceSetContent:function(x,v,u){n.setContent(u)},&quot;Indent,Outdent&quot;:function(y){var v,u,x;v=k.indentation;u=/[a-z%]+$/i.exec(v);v=parseInt(v);if(!m(&quot;InsertUnorderedList&quot;)&amp;&amp;!m(&quot;InsertOrderedList&quot;)){d(p.getSelectedBlocks(),function(z){if(y==&quot;outdent&quot;){x=Math.max(0,parseInt(z.style.paddingLeft||0)-v);l.setStyle(z,&quot;paddingLeft&quot;,x?x+u:&quot;&quot;)}else{l.setStyle(z,&quot;paddingLeft&quot;,(parseInt(z.style.paddingLeft||0)+v)+u)}})}else{f(y)}},mceRepaint:function(){var v;if(c.isGecko){try{i(a);if(p.getSel()){p.getSel().selectAllChildren(n.getBody())}p.collapse(a);g()}catch(u){}}},mceToggleFormat:function(x,v,u){n.formatter.toggle(u)},InsertHorizontalRule:function(){p.setContent(&quot;&lt;hr /&gt;&quot;)},mceToggleVisualAid:function(){n.hasVisual=!n.hasVisual;n.addVisual()},mceReplaceContent:function(x,v,u){p.setContent(u.replace(/\{\$selection\}/g,p.getContent({format:&quot;text&quot;})))},mceInsertLink:function(y,x,v){var u=l.getParent(p.getNode(),&quot;a&quot;);if(c.is(v,&quot;string&quot;)){v={href:v}}if(!u){f(&quot;CreateLink&quot;,b,&quot;javascript:mctmp(0);&quot;);d(l.select(&quot;a[href=javascript:mctmp(0);]&quot;),function(z){l.setAttribs(z,v)})}else{if(v.href){l.setAttribs(u,v)}else{n.dom.remove(u,a)}}},selectAll:function(){var v=l.getRoot(),u=l.createRng();u.setStart(v,0);u.setEnd(v,v.childNodes.length);n.selection.setRng(u)}});t({&quot;JustifyLeft,JustifyCenter,JustifyRight,JustifyFull&quot;:function(u){return s(&quot;align&quot;+u.substring(7))},&quot;Bold,Italic,Underline,Strikethrough&quot;:function(u){return s(u)},mceBlockQuote:function(){return s(&quot;blockquote&quot;)},Outdent:function(){var u;if(k.inline_styles){if((u=l.getParent(p.getStart(),l.isBlock))&amp;&amp;parseInt(u.style.paddingLeft)&gt;0){return a}if((u=l.getParent(p.getEnd(),l.isBlock))&amp;&amp;parseInt(u.style.paddingLeft)&gt;0){return a}}return m(&quot;InsertUnorderedList&quot;)||m(&quot;InsertOrderedList&quot;)||(!k.inline_styles&amp;&amp;!!l.getParent(p.getNode(),&quot;BLOCKQUOTE&quot;))},&quot;InsertUnorderedList,InsertOrderedList&quot;:function(u){return l.getParent(p.getNode(),u==&quot;insertunorderedlist&quot;?&quot;UL&quot;:&quot;OL&quot;)}},&quot;state&quot;);t({&quot;FontSize,FontName&quot;:function(x){var v=0,u;if(u=l.getParent(p.getNode(),&quot;span&quot;)){if(x==&quot;fontsize&quot;){v=u.style.fontSize}else{v=u.style.fontFamily.replace(/, /g,&quot;,&quot;).replace(/[\'\&quot;]/g,&quot;&quot;).toLowerCase()}}return v}},&quot;value&quot;);if(k.custom_undo_redo){t({Undo:function(){n.undoManager.undo()},Redo:function(){n.undoManager.redo()}})}}})(tinymce);(function(b){var a=b.util.Dispatcher;b.UndoManager=function(e){var c,d=0,g=[];function f(){return b.trim(e.getContent({format:&quot;raw&quot;,no_events:1}))}return c={typing:0,onAdd:new a(c),onUndo:new a(c),onRedo:new a(c),add:function(l){var h,j=e.settings,k;l=l||{};l.content=f();k=g[d];if(k&amp;&amp;k.content==l.content){if(d&gt;0||g.length==1){return null}}if(j.custom_undo_redo_levels){if(g.length&gt;j.custom_undo_redo_levels){for(h=0;h&lt;g.length-1;h++){g[h]=g[h+1]}g.length--;d=g.length}}l.bookmark=e.selection.getBookmark(2,true);if(d&lt;g.length-1){if(d==0){g=[]}else{g.length=d+1}}g.push(l);d=g.length-1;c.onAdd.dispatch(c,l);e.isNotDirty=0;return l},undo:function(){var j,h;if(c.typing){c.add();c.typing=0}if(d&gt;0){j=g[--d];e.setContent(j.content,{format:&quot;raw&quot;});e.selection.moveToBookmark(j.bookmark);c.onUndo.dispatch(c,j)}return j},redo:function(){var h;if(d&lt;g.length-1){h=g[++d];e.setContent(h.content,{format:&quot;raw&quot;});e.selection.moveToBookmark(h.bookmark);c.onRedo.dispatch(c,h)}return h},clear:function(){g=[];d=c.typing=0},hasUndo:function(){return d&gt;0||c.typing},hasRedo:function(){return d&lt;g.length-1}}}})(tinymce);(function(m){var k=m.dom.Event,c=m.isIE,a=m.isGecko,b=m.isOpera,j=m.each,i=m.extend,d=true,h=false;function l(p){var q,o,n;do{if(/^(SPAN|STRONG|B|EM|I|FONT|STRIKE|U)$/.test(p.nodeName)){if(q){o=p.cloneNode(false);o.appendChild(q);q=o}else{q=n=p.cloneNode(false)}q.removeAttribute(&quot;id&quot;)}}while(p=p.parentNode);if(q){return{wrapper:q,inner:n}}}function g(o,p){var n=p.ownerDocument.createRange();n.setStart(o.endContainer,o.endOffset);n.setEndAfter(p);return n.cloneContents().textContent.length==0}function f(o){o=o.innerHTML;o=o.replace(/&lt;(img|hr|table|input|select|textarea)[ \&gt;]/gi,&quot;-&quot;);o=o.replace(/&lt;[^&gt;]+&gt;/g,&quot;&quot;);return o.replace(/[ \u00a0\t\r\n]+/g,&quot;&quot;)==&quot;&quot;}function e(p,r,n){var o,q;if(f(n)){o=r.getParent(n,&quot;ul,ol&quot;);if(!r.getParent(o.parentNode,&quot;ul,ol&quot;)){r.split(o,n);q=r.create(&quot;p&quot;,0,'&lt;br _mce_bogus=&quot;1&quot; /&gt;');r.replace(q,n);p.select(q,1)}return h}return d}m.create(&quot;tinymce.ForceBlocks&quot;,{ForceBlocks:function(o){var p=this,q=o.settings,r;p.editor=o;p.dom=o.dom;r=(q.forced_root_block||&quot;p&quot;).toLowerCase();q.element=r.toUpperCase();o.onPreInit.add(p.setup,p);p.reOpera=new RegExp(&quot;(\\u00a0|&amp;#160;|&amp;nbsp;)&lt;/&quot;+r+&quot;&gt;&quot;,&quot;gi&quot;);p.rePadd=new RegExp(&quot;&lt;p( )([^&gt;]+)&gt;&lt;\\/p&gt;|&lt;p( )([^&gt;]+)\\/&gt;|&lt;p( )([^&gt;]+)&gt;\\s+&lt;\\/p&gt;|&lt;p&gt;&lt;\\/p&gt;|&lt;p\\/&gt;|&lt;p&gt;\\s+&lt;\\/p&gt;&quot;.replace(/p/g,r),&quot;gi&quot;);p.reNbsp2BR1=new RegExp(&quot;&lt;p( )([^&gt;]+)&gt;[\\s\\u00a0]+&lt;\\/p&gt;|&lt;p&gt;[\\s\\u00a0]+&lt;\\/p&gt;&quot;.replace(/p/g,r),&quot;gi&quot;);p.reNbsp2BR2=new RegExp(&quot;&lt;%p()([^&gt;]+)&gt;(&amp;nbsp;|&amp;#160;)&lt;\\/%p&gt;|&lt;%p&gt;(&amp;nbsp;|&amp;#160;)&lt;\\/%p&gt;&quot;.replace(/%p/g,r),&quot;gi&quot;);p.reBR2Nbsp=new RegExp(&quot;&lt;p( )([^&gt;]+)&gt;\\s*&lt;br \\/&gt;\\s*&lt;\\/p&gt;|&lt;p&gt;\\s*&lt;br \\/&gt;\\s*&lt;\\/p&gt;&quot;.replace(/p/g,r),&quot;gi&quot;);function n(s,t){if(b){t.content=t.content.replace(p.reOpera,&quot;&lt;/&quot;+r+&quot;&gt;&quot;)}t.content=m._replace(p.rePadd,&quot;&lt;&quot;+r+&quot;$1$2$3$4$5$6&gt;\u00a0&lt;/&quot;+r+&quot;&gt;&quot;,t.content);if(!c&amp;&amp;!b&amp;&amp;t.set){t.content=t.content.replace(p.reNbsp2BR1,&quot;&lt;&quot;+r+&quot;$1$2&gt;&lt;br /&gt;&lt;/&quot;+r+&quot;&gt;&quot;);t.content=t.content.replace(p.reNbsp2BR2,&quot;&lt;&quot;+r+&quot;$1$2&gt;&lt;br /&gt;&lt;/&quot;+r+&quot;&gt;&quot;)}else{t.content=m._replace(p.reBR2Nbsp,&quot;&lt;&quot;+r+&quot;$1$2&gt;\u00a0&lt;/&quot;+r+&quot;&gt;&quot;,t.content)}}o.onBeforeSetContent.add(n);o.onPostProcess.add(n);if(q.forced_root_block){o.onInit.add(p.forceRoots,p);o.onSetContent.add(p.forceRoots,p);o.onBeforeGetContent.add(p.forceRoots,p)}},setup:function(){var o=this,n=o.editor,q=n.settings,u=n.dom,p=n.selection;if(q.forced_root_block){n.onBeforeExecCommand.add(o.forceRoots,o);n.onKeyUp.add(o.forceRoots,o);n.onPreProcess.add(o.forceRoots,o)}if(q.force_br_newlines){if(c){n.onKeyPress.add(function(s,t){var v;if(t.keyCode==13&amp;&amp;p.getNode().nodeName!=&quot;LI&quot;){p.setContent('&lt;br id=&quot;__&quot; /&gt; ',{format:&quot;raw&quot;});v=u.get(&quot;__&quot;);v.removeAttribute(&quot;id&quot;);p.select(v);p.collapse();return k.cancel(t)}})}}if(q.force_p_newlines){if(!c){n.onKeyPress.add(function(s,t){if(t.keyCode==13&amp;&amp;!t.shiftKey&amp;&amp;!o.insertPara(t)){k.cancel(t)}})}else{m.addUnload(function(){o._previousFormats=0});n.onKeyPress.add(function(s,t){o._previousFormats=0;if(t.keyCode==13&amp;&amp;!t.shiftKey&amp;&amp;s.selection.isCollapsed()&amp;&amp;q.keep_styles){o._previousFormats=l(s.selection.getStart())}});n.onKeyUp.add(function(t,x){if(x.keyCode==13&amp;&amp;!x.shiftKey){var v=t.selection.getStart(),s=o._previousFormats;if(!v.hasChildNodes()&amp;&amp;s){v=u.getParent(v,u.isBlock);if(v&amp;&amp;v.nodeName!=&quot;LI&quot;){v.innerHTML=&quot;&quot;;if(o._previousFormats){v.appendChild(s.wrapper);s.inner.innerHTML=&quot;\uFEFF&quot;}else{v.innerHTML=&quot;\uFEFF&quot;}p.select(v,1);t.getDoc().execCommand(&quot;Delete&quot;,false,null);o._previousFormats=0}}}})}if(a){n.onKeyDown.add(function(s,t){if((t.keyCode==8||t.keyCode==46)&amp;&amp;!t.shiftKey){o.backspaceDelete(t,t.keyCode==8)}})}}if(m.isWebKit){function r(t){var s=p.getRng(),v,z=u.create(&quot;div&quot;,null,&quot; &quot;),y,x=u.getViewPort(t.getWin()).h;s.insertNode(v=u.create(&quot;br&quot;));s.setStartAfter(v);s.setEndAfter(v);p.setRng(s);if(p.getSel().focusNode==v.previousSibling){p.select(u.insertAfter(u.doc.createTextNode(&quot;\u00a0&quot;),v));p.collapse(d)}u.insertAfter(z,v);y=u.getPos(z).y;u.remove(z);if(y&gt;x){t.getWin().scrollTo(0,y)}}n.onKeyPress.add(function(s,t){if(t.keyCode==13&amp;&amp;(t.shiftKey||(q.force_br_newlines&amp;&amp;!u.getParent(p.getNode(),&quot;h1,h2,h3,h4,h5,h6,ol,ul&quot;)))){r(s);k.cancel(t)}})}n.onPreProcess.add(function(s,t){j(u.select(&quot;p,h1,h2,h3,h4,h5,h6,div&quot;,t.node),function(v){if(f(v)){j(u.select(&quot;span,em,strong,b,i&quot;,t.node),function(x){if(!x.hasChildNodes()){x.appendChild(s.getDoc().createTextNode(&quot;\u00a0&quot;));return h}})}})});if(c){if(q.element!=&quot;P&quot;){n.onKeyPress.add(function(s,t){o.lastElm=p.getNode().nodeName});n.onKeyUp.add(function(t,v){var y,x=p.getNode(),s=t.getBody();if(s.childNodes.length===1&amp;&amp;x.nodeName==&quot;P&quot;){x=u.rename(x,q.element);p.select(x);p.collapse();t.nodeChanged()}else{if(v.keyCode==13&amp;&amp;!v.shiftKey&amp;&amp;o.lastElm!=&quot;P&quot;){y=u.getParent(x,&quot;p&quot;);if(y){u.rename(y,q.element);t.nodeChanged()}}}})}}},find:function(v,q,r){var p=this.editor,o=p.getDoc().createTreeWalker(v,4,null,h),u=-1;while(v=o.nextNode()){u++;if(q==0&amp;&amp;v==r){return u}if(q==1&amp;&amp;u==r){return v}}return -1},forceRoots:function(x,I){var z=this,x=z.editor,M=x.getBody(),J=x.getDoc(),P=x.selection,A=P.getSel(),B=P.getRng(),N=-2,v,G,o,p,K=-16777215;var L,q,O,F,C,u=M.childNodes,E,D,y;for(E=u.length-1;E&gt;=0;E--){L=u[E];if(L.nodeType===1&amp;&amp;L.getAttribute(&quot;_mce_type&quot;)){q=null;continue}if(L.nodeType===3||(!z.dom.isBlock(L)&amp;&amp;L.nodeType!==8&amp;&amp;!/^(script|mce:script|style|mce:style)$/i.test(L.nodeName))){if(!q){if(L.nodeType!=3||/[^\s]/g.test(L.nodeValue)){if(N==-2&amp;&amp;B){if(!c||B.setStart){if(B.startContainer.nodeType==1&amp;&amp;(D=B.startContainer.childNodes[B.startOffset])&amp;&amp;D.nodeType==1){y=D.getAttribute(&quot;id&quot;);D.setAttribute(&quot;id&quot;,&quot;__mce&quot;)}else{if(x.dom.getParent(B.startContainer,function(n){return n===M})){G=B.startOffset;o=B.endOffset;N=z.find(M,0,B.startContainer);v=z.find(M,0,B.endContainer)}}}else{if(B.item){p=J.body.createTextRange();p.moveToElementText(B.item(0));B=p}p=J.body.createTextRange();p.moveToElementText(M);p.collapse(1);O=p.move(&quot;character&quot;,K)*-1;p=B.duplicate();p.collapse(1);F=p.move(&quot;character&quot;,K)*-1;p=B.duplicate();p.collapse(0);C=(p.move(&quot;character&quot;,K)*-1)-F;N=F-O;v=C}}q=x.dom.create(x.settings.forced_root_block);L.parentNode.replaceChild(q,L);q.appendChild(L)}}else{if(q.hasChildNodes()){q.insertBefore(L,q.firstChild)}else{q.appendChild(L)}}}else{q=null}}if(N!=-2){if(!c||B.setStart){q=M.getElementsByTagName(x.settings.element)[0];B=J.createRange();if(N!=-1){B.setStart(z.find(M,1,N),G)}else{B.setStart(q,0)}if(v!=-1){B.setEnd(z.find(M,1,v),o)}else{B.setEnd(q,0)}if(A){A.removeAllRanges();A.addRange(B)}}else{try{B=A.createRange();B.moveToElementText(M);B.collapse(1);B.moveStart(&quot;character&quot;,N);B.moveEnd(&quot;character&quot;,v);B.select()}catch(H){}}}else{if((!c||B.setStart)&amp;&amp;(D=x.dom.get(&quot;__mce&quot;))){if(y){D.setAttribute(&quot;id&quot;,y)}else{D.removeAttribute(&quot;id&quot;)}B=J.createRange();B.setStartBefore(D);B.setEndBefore(D);P.setRng(B)}}},getParentBlock:function(p){var o=this.dom;return o.getParent(p,o.isBlock)},insertPara:function(S){var G=this,x=G.editor,O=x.dom,T=x.getDoc(),X=x.settings,H=x.selection.getSel(),I=H.getRangeAt(0),W=T.body;var L,M,J,Q,P,u,p,v,A,o,E,V,q,z,K,N=O.getViewPort(x.getWin()),D,F,C;L=T.createRange();L.setStart(H.anchorNode,H.anchorOffset);L.collapse(d);M=T.createRange();M.setStart(H.focusNode,H.focusOffset);M.collapse(d);J=L.compareBoundaryPoints(L.START_TO_END,M)&lt;0;Q=J?H.anchorNode:H.focusNode;P=J?H.anchorOffset:H.focusOffset;u=J?H.focusNode:H.anchorNode;p=J?H.focusOffset:H.anchorOffset;if(Q===u&amp;&amp;/^(TD|TH)$/.test(Q.nodeName)){if(Q.firstChild.nodeName==&quot;BR&quot;){O.remove(Q.firstChild)}if(Q.childNodes.length==0){x.dom.add(Q,X.element,null,&quot;&lt;br /&gt;&quot;);V=x.dom.add(Q,X.element,null,&quot;&lt;br /&gt;&quot;)}else{K=Q.innerHTML;Q.innerHTML=&quot;&quot;;x.dom.add(Q,X.element,null,K);V=x.dom.add(Q,X.element,null,&quot;&lt;br /&gt;&quot;)}I=T.createRange();I.selectNodeContents(V);I.collapse(1);x.selection.setRng(I);return h}if(Q==W&amp;&amp;u==W&amp;&amp;W.firstChild&amp;&amp;x.dom.isBlock(W.firstChild)){Q=u=Q.firstChild;P=p=0;L=T.createRange();L.setStart(Q,0);M=T.createRange();M.setStart(u,0)}Q=Q.nodeName==&quot;HTML&quot;?T.body:Q;Q=Q.nodeName==&quot;BODY&quot;?Q.firstChild:Q;u=u.nodeName==&quot;HTML&quot;?T.body:u;u=u.nodeName==&quot;BODY&quot;?u.firstChild:u;v=G.getParentBlock(Q);A=G.getParentBlock(u);o=v?v.nodeName:X.element;if(K=G.dom.getParent(v,&quot;li,pre&quot;)){if(K.nodeName==&quot;LI&quot;){return e(x.selection,G.dom,K)}return d}if(v&amp;&amp;(v.nodeName==&quot;CAPTION&quot;||/absolute|relative|fixed/gi.test(O.getStyle(v,&quot;position&quot;,1)))){o=X.element;v=null}if(A&amp;&amp;(A.nodeName==&quot;CAPTION&quot;||/absolute|relative|fixed/gi.test(O.getStyle(v,&quot;position&quot;,1)))){o=X.element;A=null}if(/(TD|TABLE|TH|CAPTION)/.test(o)||(v&amp;&amp;o==&quot;DIV&quot;&amp;&amp;/left|right/gi.test(O.getStyle(v,&quot;float&quot;,1)))){o=X.element;v=A=null}E=(v&amp;&amp;v.nodeName==o)?v.cloneNode(0):x.dom.create(o);V=(A&amp;&amp;A.nodeName==o)?A.cloneNode(0):x.dom.create(o);V.removeAttribute(&quot;id&quot;);if(/^(H[1-6])$/.test(o)&amp;&amp;g(I,v)){V=x.dom.create(X.element)}K=q=Q;do{if(K==W||K.nodeType==9||G.dom.isBlock(K)||/(TD|TABLE|TH|CAPTION)/.test(K.nodeName)){break}q=K}while((K=K.previousSibling?K.previousSibling:K.parentNode));K=z=u;do{if(K==W||K.nodeType==9||G.dom.isBlock(K)||/(TD|TABLE|TH|CAPTION)/.test(K.nodeName)){break}z=K}while((K=K.nextSibling?K.nextSibling:K.parentNode));if(q.nodeName==o){L.setStart(q,0)}else{L.setStartBefore(q)}L.setEnd(Q,P);E.appendChild(L.cloneContents()||T.createTextNode(&quot;&quot;));try{M.setEndAfter(z)}catch(R){}M.setStart(u,p);V.appendChild(M.cloneContents()||T.createTextNode(&quot;&quot;));I=T.createRange();if(!q.previousSibling&amp;&amp;q.parentNode.nodeName==o){I.setStartBefore(q.parentNode)}else{if(L.startContainer.nodeName==o&amp;&amp;L.startOffset==0){I.setStartBefore(L.startContainer)}else{I.setStart(L.startContainer,L.startOffset)}}if(!z.nextSibling&amp;&amp;z.parentNode.nodeName==o){I.setEndAfter(z.parentNode)}else{I.setEnd(M.endContainer,M.endOffset)}I.deleteContents();if(b){x.getWin().scrollTo(0,N.y)}if(E.firstChild&amp;&amp;E.firstChild.nodeName==o){E.innerHTML=E.firstChild.innerHTML}if(V.firstChild&amp;&amp;V.firstChild.nodeName==o){V.innerHTML=V.firstChild.innerHTML}if(f(E)){E.innerHTML=&quot;&lt;br /&gt;&quot;}function U(y,s){var r=[],Z,Y,t;y.innerHTML=&quot;&quot;;if(X.keep_styles){Y=s;do{if(/^(SPAN|STRONG|B|EM|I|FONT|STRIKE|U)$/.test(Y.nodeName)){Z=Y.cloneNode(h);O.setAttrib(Z,&quot;id&quot;,&quot;&quot;);r.push(Z)}}while(Y=Y.parentNode)}if(r.length&gt;0){for(t=r.length-1,Z=y;t&gt;=0;t--){Z=Z.appendChild(r[t])}r[0].innerHTML=b?&quot;&amp;nbsp;&quot;:&quot;&lt;br /&gt;&quot;;return r[0]}else{y.innerHTML=b?&quot;&amp;nbsp;&quot;:&quot;&lt;br /&gt;&quot;}}if(f(V)){C=U(V,u)}if(b&amp;&amp;parseFloat(opera.version())&lt;9.5){I.insertNode(E);I.insertNode(V)}else{I.insertNode(V);I.insertNode(E)}V.normalize();E.normalize();function B(r){return T.createTreeWalker(r,NodeFilter.SHOW_TEXT,null,h).nextNode()||r}I=T.createRange();I.selectNodeContents(a?B(C||V):C||V);I.collapse(1);H.removeAllRanges();H.addRange(I);D=x.dom.getPos(V).y;F=V.clientHeight;if(D&lt;N.y||D+F&gt;N.y+N.h){x.getWin().scrollTo(0,D&lt;N.y?D:D-N.h+25)}return h},backspaceDelete:function(v,C){var D=this,u=D.editor,z=u.getBody(),s=u.dom,q,x=u.selection,p=x.getRng(),y=p.startContainer,q,A,B,o;if(!C&amp;&amp;p.collapsed&amp;&amp;y.nodeType==1&amp;&amp;p.startOffset==y.childNodes.length){o=new m.dom.TreeWalker(y.lastChild,y);for(q=y.lastChild;q;q=o.prev()){if(q.nodeType==3){p.setStart(q,q.nodeValue.length);p.collapse(true);x.setRng(p);return}}}if(y&amp;&amp;u.dom.isBlock(y)&amp;&amp;!/^(TD|TH)$/.test(y.nodeName)&amp;&amp;C){if(y.childNodes.length==0||(y.childNodes.length==1&amp;&amp;y.firstChild.nodeName==&quot;BR&quot;)){q=y;while((q=q.previousSibling)&amp;&amp;!u.dom.isBlock(q)){}if(q){if(y!=z.firstChild){A=u.dom.doc.createTreeWalker(q,NodeFilter.SHOW_TEXT,null,h);while(B=A.nextNode()){q=B}p=u.getDoc().createRange();p.setStart(q,q.nodeValue?q.nodeValue.length:0);p.setEnd(q,q.nodeValue?q.nodeValue.length:0);x.setRng(p);u.dom.remove(y)}return k.cancel(v)}}}}})})(tinymce);(function(c){var b=c.DOM,a=c.dom.Event,d=c.each,e=c.extend;c.create(&quot;tinymce.ControlManager&quot;,{ControlManager:function(f,j){var h=this,g;j=j||{};h.editor=f;h.controls={};h.onAdd=new c.util.Dispatcher(h);h.onPostRender=new c.util.Dispatcher(h);h.prefix=j.prefix||f.id+&quot;_&quot;;h._cls={};h.onPostRender.add(function(){d(h.controls,function(i){i.postRender()})})},get:function(f){return this.controls[this.prefix+f]||this.controls[f]},setActive:function(h,f){var g=null;if(g=this.get(h)){g.setActive(f)}return g},setDisabled:function(h,f){var g=null;if(g=this.get(h)){g.setDisabled(f)}return g},add:function(g){var f=this;if(g){f.controls[g.id]=g;f.onAdd.dispatch(g,f)}return g},createControl:function(i){var h,g=this,f=g.editor;d(f.plugins,function(j){if(j.createControl){h=j.createControl(i,g);if(h){return false}}});switch(i){case&quot;|&quot;:case&quot;separator&quot;:return g.createSeparator()}if(!h&amp;&amp;f.buttons&amp;&amp;(h=f.buttons[i])){return g.createButton(i,h)}return g.add(h)},createDropMenu:function(f,n,h){var m=this,i=m.editor,j,g,k,l;n=e({&quot;class&quot;:&quot;mceDropDown&quot;,constrain:i.settings.constrain_menus},n);n[&quot;class&quot;]=n[&quot;class&quot;]+&quot; &quot;+i.getParam(&quot;skin&quot;)+&quot;Skin&quot;;if(k=i.getParam(&quot;skin_variant&quot;)){n[&quot;class&quot;]+=&quot; &quot;+i.getParam(&quot;skin&quot;)+&quot;Skin&quot;+k.substring(0,1).toUpperCase()+k.substring(1)}f=m.prefix+f;l=h||m._cls.dropmenu||c.ui.DropMenu;j=m.controls[f]=new l(f,n);j.onAddItem.add(function(r,q){var p=q.settings;p.title=i.getLang(p.title,p.title);if(!p.onclick){p.onclick=function(o){if(p.cmd){i.execCommand(p.cmd,p.ui||false,p.value)}}}});i.onRemove.add(function(){j.destroy()});if(c.isIE){j.onShowMenu.add(function(){i.focus();g=i.selection.getBookmark(1)});j.onHideMenu.add(function(){if(g){i.selection.moveToBookmark(g);g=0}})}return m.add(j)},createListBox:function(m,i,l){var h=this,g=h.editor,j,k,f;if(h.get(m)){return null}i.title=g.translate(i.title);i.scope=i.scope||g;if(!i.onselect){i.onselect=function(n){g.execCommand(i.cmd,i.ui||false,n||i.value)}}i=e({title:i.title,&quot;class&quot;:&quot;mce_&quot;+m,scope:i.scope,control_manager:h},i);m=h.prefix+m;if(g.settings.use_native_selects){k=new c.ui.NativeListBox(m,i)}else{f=l||h._cls.listbox||c.ui.ListBox;k=new f(m,i)}h.controls[m]=k;if(c.isWebKit){k.onPostRender.add(function(p,o){a.add(o,&quot;mousedown&quot;,function(){g.bookmark=g.selection.getBookmark(1)});a.add(o,&quot;focus&quot;,function(){g.selection.moveToBookmark(g.bookmark);g.bookmark=null})})}if(k.hideMenu){g.onMouseDown.add(k.hideMenu,k)}return h.add(k)},createButton:function(m,i,l){var h=this,g=h.editor,j,k,f;if(h.get(m)){return null}i.title=g.translate(i.title);i.label=g.translate(i.label);i.scope=i.scope||g;if(!i.onclick&amp;&amp;!i.menu_button){i.onclick=function(){g.execCommand(i.cmd,i.ui||false,i.value)}}i=e({title:i.title,&quot;class&quot;:&quot;mce_&quot;+m,unavailable_prefix:g.getLang(&quot;unavailable&quot;,&quot;&quot;),scope:i.scope,control_manager:h},i);m=h.prefix+m;if(i.menu_button){f=l||h._cls.menubutton||c.ui.MenuButton;k=new f(m,i);g.onMouseDown.add(k.hideMenu,k)}else{f=h._cls.button||c.ui.Button;k=new f(m,i)}return h.add(k)},createMenuButton:function(h,f,g){f=f||{};f.menu_button=1;return this.createButton(h,f,g)},createSplitButton:function(m,i,l){var h=this,g=h.editor,j,k,f;if(h.get(m)){return null}i.title=g.translate(i.title);i.scope=i.scope||g;if(!i.onclick){i.onclick=function(n){g.execCommand(i.cmd,i.ui||false,n||i.value)}}if(!i.onselect){i.onselect=function(n){g.execCommand(i.cmd,i.ui||false,n||i.value)}}i=e({title:i.title,&quot;class&quot;:&quot;mce_&quot;+m,scope:i.scope,control_manager:h},i);m=h.prefix+m;f=l||h._cls.splitbutton||c.ui.SplitButton;k=h.add(new f(m,i));g.onMouseDown.add(k.hideMenu,k);return k},createColorSplitButton:function(f,n,h){var l=this,j=l.editor,i,k,m,g;if(l.get(f)){return null}n.title=j.translate(n.title);n.scope=n.scope||j;if(!n.onclick){n.onclick=function(o){if(c.isIE){g=j.selection.getBookmark(1)}j.execCommand(n.cmd,n.ui||false,o||n.value)}}if(!n.onselect){n.onselect=function(o){j.execCommand(n.cmd,n.ui||false,o||n.value)}}n=e({title:n.title,&quot;class&quot;:&quot;mce_&quot;+f,menu_class:j.getParam(&quot;skin&quot;)+&quot;Skin&quot;,scope:n.scope,more_colors_title:j.getLang(&quot;more_colors&quot;)},n);f=l.prefix+f;m=h||l._cls.colorsplitbutton||c.ui.ColorSplitButton;k=new m(f,n);j.onMouseDown.add(k.hideMenu,k);j.onRemove.add(function(){k.destroy()});if(c.isIE){k.onShowMenu.add(function(){j.focus();g=j.selection.getBookmark(1)});k.onHideMenu.add(function(){if(g){j.selection.moveToBookmark(g);g=0}})}return l.add(k)},createToolbar:function(k,h,j){var i,g=this,f;k=g.prefix+k;f=j||g._cls.toolbar||c.ui.Toolbar;i=new f(k,h);if(g.get(k)){return null}return g.add(i)},createSeparator:function(g){var f=g||this._cls.separator||c.ui.Separator;return new f()},setControlType:function(g,f){return this._cls[g.toLowerCase()]=f},destroy:function(){d(this.controls,function(f){f.destroy()});this.controls=null}})})(tinymce);(function(d){var a=d.util.Dispatcher,e=d.each,c=d.isIE,b=d.isOpera;d.create(&quot;tinymce.WindowManager&quot;,{WindowManager:function(f){var g=this;g.editor=f;g.onOpen=new a(g);g.onClose=new a(g);g.params={};g.features={}},open:function(z,h){var v=this,k=&quot;&quot;,n,m,i=v.editor.settings.dialog_type==&quot;modal&quot;,q,o,j,g=d.DOM.getViewPort(),r;z=z||{};h=h||{};o=b?g.w:screen.width;j=b?g.h:screen.height;z.name=z.name||&quot;mc_&quot;+new Date().getTime();z.width=parseInt(z.width||320);z.height=parseInt(z.height||240);z.resizable=true;z.left=z.left||parseInt(o/2)-(z.width/2);z.top=z.top||parseInt(j/2)-(z.height/2);h.inline=false;h.mce_width=z.width;h.mce_height=z.height;h.mce_auto_focus=z.auto_focus;if(i){if(c){z.center=true;z.help=false;z.dialogWidth=z.width+&quot;px&quot;;z.dialogHeight=z.height+&quot;px&quot;;z.scroll=z.scrollbars||false}}e(z,function(p,f){if(d.is(p,&quot;boolean&quot;)){p=p?&quot;yes&quot;:&quot;no&quot;}if(!/^(name|url)$/.test(f)){if(c&amp;&amp;i){k+=(k?&quot;;&quot;:&quot;&quot;)+f+&quot;:&quot;+p}else{k+=(k?&quot;,&quot;:&quot;&quot;)+f+&quot;=&quot;+p}}});v.features=z;v.params=h;v.onOpen.dispatch(v,z,h);r=z.url||z.file;r=d._addVer(r);try{if(c&amp;&amp;i){q=1;window.showModalDialog(r,window,k)}else{q=window.open(r,z.name,k)}}catch(l){}if(!q){alert(v.editor.getLang(&quot;popup_blocked&quot;))}},close:function(f){f.close();this.onClose.dispatch(this)},createInstance:function(i,h,g,m,l,k){var j=d.resolve(i);return new j(h,g,m,l,k)},confirm:function(h,f,i,g){g=g||window;f.call(i||this,g.confirm(this._decode(this.editor.getLang(h,h))))},alert:function(h,f,j,g){var i=this;g=g||window;g.alert(i._decode(i.editor.getLang(h,h)));if(f){f.call(j||i)}},resizeBy:function(f,g,h){h.resizeBy(f,g)},_decode:function(f){return d.DOM.decode(f).replace(/\\n/g,&quot;\n&quot;)}})}(tinymce));(function(a){function b(){var d={},c={},e={};function f(j,i,h,g){if(typeof(i)==&quot;string&quot;){i=[i]}a.each(i,function(k){j[k.toLowerCase()]={func:h,scope:g}})}a.extend(this,{add:function(i,h,g){f(d,i,h,g)},addQueryStateHandler:function(i,h,g){f(c,i,h,g)},addQueryValueHandler:function(i,h,g){f(e,i,h,g)},execCommand:function(h,k,j,i,g){if(k=d[k.toLowerCase()]){if(k.func.call(h||k.scope,j,i,g)!==false){return true}}},queryCommandValue:function(){if(cmd=e[cmd.toLowerCase()]){return cmd.func.call(scope||cmd.scope,ui,value,args)}},queryCommandState:function(){if(cmd=c[cmd.toLowerCase()]){return cmd.func.call(scope||cmd.scope,ui,value,args)}}})}a.GlobalCommands=new b()})(tinymce);(function(a){a.Formatter=function(T){var K={},M=a.each,c=T.dom,p=T.selection,s=a.dom.TreeWalker,I=new a.dom.RangeUtils(c),d=T.schema.isValid,E=c.isBlock,k=T.settings.forced_root_block,r=c.nodeIndex,D=&quot;\uFEFF&quot;,e=/^(src|href|style)$/,Q=false,A=true,o,N={apply:[],remove:[]};function y(U){return U instanceof Array}function l(V,U){return c.getParents(V,U,c.getRoot())}function b(U){return U.nodeType===1&amp;&amp;(U.face===&quot;mceinline&quot;||U.style.fontFamily===&quot;mceinline&quot;)}function P(U){return U?K[U]:K}function j(U,V){if(U){if(typeof(U)!==&quot;string&quot;){M(U,function(X,W){j(W,X)})}else{V=V.length?V:[V];M(V,function(W){if(W.deep===o){W.deep=!W.selector}if(W.split===o){W.split=!W.selector||W.inline}if(W.remove===o&amp;&amp;W.selector&amp;&amp;!W.inline){W.remove=&quot;none&quot;}if(W.selector&amp;&amp;W.inline){W.mixed=true;W.block_expand=true}if(typeof(W.classes)===&quot;string&quot;){W.classes=W.classes.split(/\s+/)}});K[U]=V}}}function R(W,ac,Y){var Z=P(W),ad=Z[0],ab,V,aa;function X(ag){var af=ag.startContainer,aj=ag.startOffset,ai,ah;if(af.nodeType==1||af.nodeValue===&quot;&quot;){af=af.nodeType==1?af.childNodes[aj]:af;if(af){ai=new s(af,af.parentNode);for(ah=ai.current();ah;ah=ai.next()){if(ah.nodeType==3&amp;&amp;!f(ah)){ag.setStart(ah,0);break}}}}return ag}function U(ag,af){af=af||ad;if(ag){M(af.styles,function(ai,ah){c.setStyle(ag,ah,q(ai,ac))});M(af.attributes,function(ai,ah){c.setAttrib(ag,ah,q(ai,ac))});M(af.classes,function(ah){ah=q(ah,ac);if(!c.hasClass(ag,ah)){c.addClass(ag,ah)}})}}function ae(ag){var af=[],ai,ah;ai=ad.inline||ad.block;ah=c.create(ai);U(ah);I.walk(ag,function(aj){var ak;function al(am){var ap=am.nodeName.toLowerCase(),ao=am.parentNode.nodeName.toLowerCase(),an;if(g(ap,&quot;br&quot;)){ak=0;if(ad.block){c.remove(am)}return}if(ad.wrapper&amp;&amp;v(am,W,ac)){ak=0;return}if(ad.block&amp;&amp;!ad.wrapper&amp;&amp;F(ap)){am=c.rename(am,ai);U(am);af.push(am);ak=0;return}if(ad.selector){M(Z,function(aq){if(c.is(am,aq.selector)&amp;&amp;!b(am)){U(am,aq);an=true}});if(!ad.inline||an){ak=0;return}}if((ad.wrap_links!==false||ap!=&quot;a&quot;)&amp;&amp;d(ai,ap)&amp;&amp;d(ao,ai)){if(!ak){ak=ah.cloneNode(Q);am.parentNode.insertBefore(ak,am);af.push(ak)}ak.appendChild(am)}else{ak=0;M(a.grep(am.childNodes),al);ak=0}}M(aj,al)});M(af,function(al){var aj;function am(ao){var an=0;M(ao.childNodes,function(ap){if(!f(ap)&amp;&amp;!G(ap)){an++}});return an}function ak(an){var ap,ao;M(an.childNodes,function(aq){if(aq.nodeType==1&amp;&amp;!G(aq)&amp;&amp;!b(aq)){ap=aq;return Q}});if(ap&amp;&amp;h(ap,ad)){ao=ap.cloneNode(Q);U(ao);c.replace(ao,an,A);c.remove(ap,1)}return ao||an}aj=am(al);if(aj===0){c.remove(al,1);return}if(ad.inline||ad.wrapper){if(!ad.exact&amp;&amp;aj===1){al=ak(al)}M(Z,function(an){M(c.select(an.inline,al),function(ao){S(an,ac,ao,an.exact?ao:null)})});if(v(al.parentNode,W,ac)){c.remove(al,1);al=0;return A}if(ad.merge_with_parents){c.getParent(al.parentNode,function(an){if(v(an,W,ac)){c.remove(al,1);al=0;return A}})}if(al){al=t(B(al),al);al=t(al,B(al,A))}}})}if(ad){if(Y){V=c.createRng();V.setStartBefore(Y);V.setEndAfter(Y);ae(n(V,Z))}else{if(!p.isCollapsed()||!ad.inline){ab=p.getBookmark();ae(n(p.getRng(A),Z));p.moveToBookmark(ab);p.setRng(X(p.getRng(A)));T.nodeChanged()}else{O(&quot;apply&quot;,W,ac)}}}}function z(W,af,Z){var aa=P(W),ah=aa[0],ae,ad,V;function Y(ak){var aj=ak.startContainer,ap=ak.startOffset,ao,an,al,am;if(aj.nodeType==3&amp;&amp;ap&gt;=aj.nodeValue.length-1){aj=aj.parentNode;ap=r(aj)+1}if(aj.nodeType==1){al=aj.childNodes;aj=al[Math.min(ap,al.length-1)];ao=new s(aj);if(ap&gt;al.length-1){ao.next()}for(an=ao.current();an;an=ao.next()){if(an.nodeType==3&amp;&amp;!f(an)){am=c.create(&quot;a&quot;,null,D);an.parentNode.insertBefore(am,an);ak.setStart(an,0);p.setRng(ak);c.remove(am);return}}}}function X(am){var al,ak,aj;al=a.grep(am.childNodes);for(ak=0,aj=aa.length;ak&lt;aj;ak++){if(S(aa[ak],af,am,am)){break}}if(ah.deep){for(ak=0,aj=al.length;ak&lt;aj;ak++){X(al[ak])}}}function ab(aj){var ak;M(l(aj.parentNode).reverse(),function(al){var am;if(!ak&amp;&amp;al.id!=&quot;_start&quot;&amp;&amp;al.id!=&quot;_end&quot;){am=v(al,W,af);if(am&amp;&amp;am.split!==false){ak=al}}});return ak}function U(am,aj,ao,ar){var at,aq,ap,al,an,ak;if(am){ak=am.parentNode;for(at=aj.parentNode;at&amp;&amp;at!=ak;at=at.parentNode){aq=at.cloneNode(Q);for(an=0;an&lt;aa.length;an++){if(S(aa[an],af,aq,aq)){aq=0;break}}if(aq){if(ap){aq.appendChild(ap)}if(!al){al=aq}ap=aq}}if(ar&amp;&amp;(!ah.mixed||!E(am))){aj=c.split(am,aj)}if(ap){ao.parentNode.insertBefore(ap,ao);al.appendChild(ao)}}return aj}function ag(aj){return U(ab(aj),aj,aj,true)}function ac(al){var ak=c.get(al?&quot;_start&quot;:&quot;_end&quot;),aj=ak[al?&quot;firstChild&quot;:&quot;lastChild&quot;];if(G(aj)){aj=aj[al?&quot;firstChild&quot;:&quot;lastChild&quot;]}c.remove(ak,true);return aj}function ai(aj){var ak,al;aj=n(aj,aa,A);if(ah.split){ak=H(aj,A);al=H(aj);if(ak!=al){ak=L(ak,&quot;span&quot;,{id:&quot;_start&quot;,_mce_type:&quot;bookmark&quot;});al=L(al,&quot;span&quot;,{id:&quot;_end&quot;,_mce_type:&quot;bookmark&quot;});ag(ak);ag(al);ak=ac(A);al=ac()}else{ak=al=ag(ak)}aj.startContainer=ak.parentNode;aj.startOffset=r(ak);aj.endContainer=al.parentNode;aj.endOffset=r(al)+1}I.walk(aj,function(am){M(am,function(an){X(an)})})}if(Z){V=c.createRng();V.setStartBefore(Z);V.setEndAfter(Z);ai(V);return}if(!p.isCollapsed()||!ah.inline){ae=p.getBookmark();ai(p.getRng(A));p.moveToBookmark(ae);if(i(W,af,p.getStart())){Y(p.getRng(true))}T.nodeChanged()}else{O(&quot;remove&quot;,W,af)}}function C(U,W,V){if(i(U,W,V)){z(U,W,V)}else{R(U,W,V)}}function v(V,U,aa,Y){var W=P(U),ab,Z,X;function ac(ag,ai,aj){var af,ah,ad=ai[aj],ae;if(ad){if(ad.length===o){for(af in ad){if(ad.hasOwnProperty(af)){if(aj===&quot;attributes&quot;){ah=c.getAttrib(ag,af)}else{ah=J(ag,af)}if(Y&amp;&amp;!ah&amp;&amp;!ai.exact){return}if((!Y||ai.exact)&amp;&amp;!g(ah,q(ad[af],aa))){return}}}}else{for(ae=0;ae&lt;ad.length;ae++){if(aj===&quot;attributes&quot;?c.getAttrib(ag,ad[ae]):J(ag,ad[ae])){return ai}}}}return ai}if(W&amp;&amp;V){for(Z=0;Z&lt;W.length;Z++){ab=W[Z];if(h(V,ab)&amp;&amp;ac(V,ab,&quot;attributes&quot;)&amp;&amp;ac(V,ab,&quot;styles&quot;)){if(X=ab.classes){for(Z=0;Z&lt;X.length;Z++){if(!c.hasClass(V,X[Z])){return}}}return ab}}}}function i(W,Z,Y){var V,X;function U(aa){aa=c.getParent(aa,function(ab){return !!v(ab,W,Z,true)});return v(aa,W,Z)}if(Y){return U(Y)}if(p.isCollapsed()){for(X=N.apply.length-1;X&gt;=0;X--){if(N.apply[X].name==W){return true}}for(X=N.remove.length-1;X&gt;=0;X--){if(N.remove[X].name==W){return false}}return U(p.getNode())}Y=p.getNode();if(U(Y)){return A}V=p.getStart();if(V!=Y){if(U(V)){return A}}return Q}function u(ab,aa){var Y,Z=[],X={},W,V,U;if(p.isCollapsed()){for(V=0;V&lt;ab.length;V++){for(W=N.remove.length-1;W&gt;=0;W--){U=ab[V];if(N.remove[W].name==U){X[U]=true;break}}}for(W=N.apply.length-1;W&gt;=0;W--){for(V=0;V&lt;ab.length;V++){U=ab[V];if(!X[U]&amp;&amp;N.apply[W].name==U){X[U]=true;Z.push(U)}}}}Y=p.getStart();c.getParent(Y,function(ae){var ad,ac;for(ad=0;ad&lt;ab.length;ad++){ac=ab[ad];if(!X[ac]&amp;&amp;v(ae,ac,aa)){X[ac]=true;Z.push(ac)}}});return Z}function x(Y){var aa=P(Y),X,W,Z,V,U;if(aa){X=p.getStart();W=l(X);for(V=aa.length-1;V&gt;=0;V--){U=aa[V].selector;if(!U){return A}for(Z=W.length-1;Z&gt;=0;Z--){if(c.is(W[Z],U)){return A}}}}return Q}a.extend(this,{get:P,register:j,apply:R,remove:z,toggle:C,match:i,matchAll:u,matchNode:v,canApply:x});function h(U,V){if(g(U,V.inline)){return A}if(g(U,V.block)){return A}if(V.selector){return c.is(U,V.selector)}}function g(V,U){V=V||&quot;&quot;;U=U||&quot;&quot;;V=&quot;&quot;+(V.nodeName||V);U=&quot;&quot;+(U.nodeName||U);return V.toLowerCase()==U.toLowerCase()}function J(V,U){var W=c.getStyle(V,U);if(U==&quot;color&quot;||U==&quot;backgroundColor&quot;){W=c.toHex(W)}if(U==&quot;fontWeight&quot;&amp;&amp;W==700){W=&quot;bold&quot;}return&quot;&quot;+W}function q(U,V){if(typeof(U)!=&quot;string&quot;){U=U(V)}else{if(V){U=U.replace(/%(\w+)/g,function(X,W){return V[W]||X})}}return U}function f(U){return U&amp;&amp;U.nodeType===3&amp;&amp;/^([\s\r\n]+|)$/.test(U.nodeValue)}function L(W,V,U){var X=c.create(V,U);W.parentNode.insertBefore(X,W);X.appendChild(W);return X}function n(U,ac,X){var W=U.startContainer,Z=U.startOffset,af=U.endContainer,aa=U.endOffset,ae,ab;function ad(ai,aj,ag,ah){var ak,al;ah=ah||c.getRoot();for(;;){ak=ai.parentNode;if(ak==ah||(!ac[0].block_expand&amp;&amp;E(ak))){return ai}for(ae=ak[aj];ae&amp;&amp;ae!=ai;ae=ae[ag]){if(ae.nodeType==1&amp;&amp;!G(ae)){return ai}if(ae.nodeType==3&amp;&amp;!f(ae)){return ai}}ai=ai.parentNode}return ai}if(W.nodeType==1&amp;&amp;W.hasChildNodes()){ab=W.childNodes.length-1;W=W.childNodes[Z&gt;ab?ab:Z];if(W.nodeType==3){Z=0}}if(af.nodeType==1&amp;&amp;af.hasChildNodes()){ab=af.childNodes.length-1;af=af.childNodes[aa&gt;ab?ab:aa-1];if(af.nodeType==3){aa=af.nodeValue.length}}if(G(W.parentNode)){W=W.parentNode}if(G(W)){W=W.nextSibling||W}if(G(af.parentNode)){af=af.parentNode}if(G(af)){af=af.previousSibling||af}if(ac[0].inline||ac[0].block_expand){W=ad(W,&quot;firstChild&quot;,&quot;nextSibling&quot;);af=ad(af,&quot;lastChild&quot;,&quot;previousSibling&quot;)}if(ac[0].selector&amp;&amp;ac[0].expand!==Q&amp;&amp;!ac[0].inline){function Y(ah,ag){var ai,aj,ak;if(ah.nodeType==3&amp;&amp;ah.nodeValue.length==0&amp;&amp;ah[ag]){ah=ah[ag]}ai=l(ah);for(aj=0;aj&lt;ai.length;aj++){for(ak=0;ak&lt;ac.length;ak++){if(c.is(ai[aj],ac[ak].selector)){return ai[aj]}}}return ah}W=Y(W,&quot;previousSibling&quot;);af=Y(af,&quot;nextSibling&quot;)}if(ac[0].block||ac[0].selector){function V(ah,ag,aj){var ai;if(!ac[0].wrapper){ai=c.getParent(ah,ac[0].block)}if(!ai){ai=c.getParent(ah.nodeType==3?ah.parentNode:ah,E)}if(ai&amp;&amp;ac[0].wrapper){ai=l(ai,&quot;ul,ol&quot;).reverse()[0]||ai}if(!ai){ai=ah;while(ai[ag]&amp;&amp;!E(ai[ag])){ai=ai[ag];if(g(ai,&quot;br&quot;)){break}}}return ai||ah}W=V(W,&quot;previousSibling&quot;);af=V(af,&quot;nextSibling&quot;);if(ac[0].block){if(!E(W)){W=ad(W,&quot;firstChild&quot;,&quot;nextSibling&quot;)}if(!E(af)){af=ad(af,&quot;lastChild&quot;,&quot;previousSibling&quot;)}}}if(W.nodeType==1){Z=r(W);W=W.parentNode}if(af.nodeType==1){aa=r(af)+1;af=af.parentNode}return{startContainer:W,startOffset:Z,endContainer:af,endOffset:aa}}function S(aa,Z,X,U){var W,V,Y;if(!h(X,aa)){return Q}if(aa.remove!=&quot;all&quot;){M(aa.styles,function(ac,ab){ac=q(ac,Z);if(typeof(ab)===&quot;number&quot;){ab=ac;U=0}if(!U||g(J(U,ab),ac)){c.setStyle(X,ab,&quot;&quot;)}Y=1});if(Y&amp;&amp;c.getAttrib(X,&quot;style&quot;)==&quot;&quot;){X.removeAttribute(&quot;style&quot;);X.removeAttribute(&quot;_mce_style&quot;)}M(aa.attributes,function(ad,ab){var ac;ad=q(ad,Z);if(typeof(ab)===&quot;number&quot;){ab=ad;U=0}if(!U||g(c.getAttrib(U,ab),ad)){if(ab==&quot;class&quot;){ad=c.getAttrib(X,ab);if(ad){ac=&quot;&quot;;M(ad.split(/\s+/),function(ae){if(/mce\w+/.test(ae)){ac+=(ac?&quot; &quot;:&quot;&quot;)+ae}});if(ac){c.setAttrib(X,ab,ac);return}}}if(ab==&quot;class&quot;){X.removeAttribute(&quot;className&quot;)}if(e.test(ab)){X.removeAttribute(&quot;_mce_&quot;+ab)}X.removeAttribute(ab)}});M(aa.classes,function(ab){ab=q(ab,Z);if(!U||c.hasClass(U,ab)){c.removeClass(X,ab)}});V=c.getAttribs(X);for(W=0;W&lt;V.length;W++){if(V[W].nodeName.indexOf(&quot;_&quot;)!==0){return Q}}}if(aa.remove!=&quot;none&quot;){m(X,aa);return A}}function m(W,X){var U=W.parentNode,V;if(X.block){if(!k){function Y(aa,Z,ab){aa=B(aa,Z,ab);return !aa||(aa.nodeName==&quot;BR&quot;||E(aa))}if(E(W)&amp;&amp;!E(U)){if(!Y(W,Q)&amp;&amp;!Y(W.firstChild,A,1)){W.insertBefore(c.create(&quot;br&quot;),W.firstChild)}if(!Y(W,A)&amp;&amp;!Y(W.lastChild,Q,1)){W.appendChild(c.create(&quot;br&quot;))}}}else{if(U==c.getRoot()){if(!X.list_block||!g(W,X.list_block)){M(a.grep(W.childNodes),function(Z){if(d(k,Z.nodeName.toLowerCase())){if(!V){V=L(Z,k)}else{V.appendChild(Z)}}else{V=0}})}}}}if(X.selector&amp;&amp;X.inline&amp;&amp;!g(X.inline,W)){return}c.remove(W,1)}function B(V,U,W){if(V){U=U?&quot;nextSibling&quot;:&quot;previousSibling&quot;;for(V=W?V:V[U];V;V=V[U]){if(V.nodeType==1||!f(V)){return V}}}}function G(U){return U&amp;&amp;U.nodeType==1&amp;&amp;U.getAttribute(&quot;_mce_type&quot;)==&quot;bookmark&quot;}function t(Y,X){var U,W,V;function aa(ad,ac){if(ad.nodeName!=ac.nodeName){return Q}function ab(af){var ag={};M(c.getAttribs(af),function(ah){var ai=ah.nodeName.toLowerCase();if(ai.indexOf(&quot;_&quot;)!==0&amp;&amp;ai!==&quot;style&quot;){ag[ai]=c.getAttrib(af,ai)}});return ag}function ae(ai,ah){var ag,af;for(af in ai){if(ai.hasOwnProperty(af)){ag=ah[af];if(ag===o){return Q}if(ai[af]!=ag){return Q}delete ah[af]}}for(af in ah){if(ah.hasOwnProperty(af)){return Q}}return A}if(!ae(ab(ad),ab(ac))){return Q}if(!ae(c.parseStyle(c.getAttrib(ad,&quot;style&quot;)),c.parseStyle(c.getAttrib(ac,&quot;style&quot;)))){return Q}return A}if(Y&amp;&amp;X){function Z(ac,ab){for(W=ac;W;W=W[ab]){if(W.nodeType==3&amp;&amp;!f(W)){return ac}if(W.nodeType==1&amp;&amp;!G(W)){return W}}return ac}Y=Z(Y,&quot;previousSibling&quot;);X=Z(X,&quot;nextSibling&quot;);if(aa(Y,X)){for(W=Y.nextSibling;W&amp;&amp;W!=X;){V=W;W=W.nextSibling;Y.appendChild(V)}c.remove(X);M(a.grep(X.childNodes),function(ab){Y.appendChild(ab)});return Y}}return X}function F(U){return/^(h[1-6]|p|div|pre|address|dl|dt|dd)$/.test(U)}function H(V,Y){var U,X,W;U=V[Y?&quot;startContainer&quot;:&quot;endContainer&quot;];X=V[Y?&quot;startOffset&quot;:&quot;endOffset&quot;];if(U.nodeType==1){W=U.childNodes.length-1;if(!Y&amp;&amp;X){X--}U=U.childNodes[X&gt;W?W:X]}return U}function O(Z,V,Y){var W,U=N[Z],aa=N[Z==&quot;apply&quot;?&quot;remove&quot;:&quot;apply&quot;];function ab(){return N.apply.length||N.remove.length}function X(){N.apply=[];N.remove=[]}function ac(ad){M(N.apply.reverse(),function(ae){R(ae.name,ae.vars,ad)});M(N.remove.reverse(),function(ae){z(ae.name,ae.vars,ad)});c.remove(ad,1);X()}for(W=U.length-1;W&gt;=0;W--){if(U[W].name==V){return}}U.push({name:V,vars:Y});for(W=aa.length-1;W&gt;=0;W--){if(aa[W].name==V){aa.splice(W,1)}}if(ab()){T.getDoc().execCommand(&quot;FontName&quot;,false,&quot;mceinline&quot;);N.lastRng=p.getRng();M(c.select(&quot;font,span&quot;),function(ae){var ad;if(b(ae)){ad=p.getBookmark();ac(ae);p.moveToBookmark(ad);T.nodeChanged()}});if(!N.isListening&amp;&amp;ab()){N.isListening=true;M(&quot;onKeyDown,onKeyUp,onKeyPress,onMouseUp&quot;.split(&quot;,&quot;),function(ad){T[ad].addToTop(function(ae,af){if(ab()&amp;&amp;!a.dom.RangeUtils.compareRanges(N.lastRng,p.getRng())){M(c.select(&quot;font,span&quot;),function(ah){var ai,ag;if(b(ah)){ai=ah.firstChild;if(ai){ac(ah);ag=c.createRng();ag.setStart(ai,ai.nodeValue.length);ag.setEnd(ai,ai.nodeValue.length);p.setRng(ag);ae.nodeChanged()}else{c.remove(ah)}}});if(af.type==&quot;keyup&quot;||af.type==&quot;mouseup&quot;){X()}}})})}}}}})(tinymce);tinymce.onAddEditor.add(function(e,a){var d,h,g,c=a.settings;if(c.inline_styles){h=e.explode(c.font_size_style_values);function b(j,i){e.each(i,function(l,k){if(l){g.setStyle(j,k,l)}});g.rename(j,&quot;span&quot;)}d={font:function(j,i){b(i,{backgroundColor:i.style.backgroundColor,color:i.color,fontFamily:i.face,fontSize:h[parseInt(i.size)-1]})},u:function(j,i){b(i,{textDecoration:&quot;underline&quot;})},strike:function(j,i){b(i,{textDecoration:&quot;line-through&quot;})}};function f(i,j){g=i.dom;if(c.convert_fonts_to_spans){e.each(g.select(&quot;font,u,strike&quot;,j.node),function(k){d[k.nodeName.toLowerCase()](a.dom,k)})}}a.onPreProcess.add(f);a.onInit.add(function(){a.selection.onSetContent.add(f)})}});
</del><span class="cx">\ No newline at end of file
</span><ins>+(function(d){var a=/^\s*|\s*$/g,e,c=&quot;B&quot;.replace(/A(.)|B/,&quot;$1&quot;)===&quot;$1&quot;;var b={majorVersion:&quot;3&quot;,minorVersion:&quot;3.9.3&quot;,releaseDate:&quot;2010-12-20&quot;,_init:function(){var s=this,q=document,o=navigator,g=o.userAgent,m,f,l,k,j,r;s.isOpera=d.opera&amp;&amp;opera.buildNumber;s.isWebKit=/WebKit/.test(g);s.isIE=!s.isWebKit&amp;&amp;!s.isOpera&amp;&amp;(/MSIE/gi).test(g)&amp;&amp;(/Explorer/gi).test(o.appName);s.isIE6=s.isIE&amp;&amp;/MSIE [56]/.test(g);s.isGecko=!s.isWebKit&amp;&amp;/Gecko/.test(g);s.isMac=g.indexOf(&quot;Mac&quot;)!=-1;s.isAir=/adobeair/i.test(g);s.isIDevice=/(iPad|iPhone)/.test(g);if(d.tinyMCEPreInit){s.suffix=tinyMCEPreInit.suffix;s.baseURL=tinyMCEPreInit.base;s.query=tinyMCEPreInit.query;return}s.suffix=&quot;&quot;;f=q.getElementsByTagName(&quot;base&quot;);for(m=0;m&lt;f.length;m++){if(r=f[m].href){if(/^https?:\/\/[^\/]+$/.test(r)){r+=&quot;/&quot;}k=r?r.match(/.*\//)[0]:&quot;&quot;}}function h(i){if(i.src&amp;&amp;/tiny_mce(|_gzip|_jquery|_prototype|_full)(_dev|_src)?.js/.test(i.src)){if(/_(src|dev)\.js/g.test(i.src)){s.suffix=&quot;_src&quot;}if((j=i.src.indexOf(&quot;?&quot;))!=-1){s.query=i.src.substring(j+1)}s.baseURL=i.src.substring(0,i.src.lastIndexOf(&quot;/&quot;));if(k&amp;&amp;s.baseURL.indexOf(&quot;://&quot;)==-1&amp;&amp;s.baseURL.indexOf(&quot;/&quot;)!==0){s.baseURL=k+s.baseURL}return s.baseURL}return null}f=q.getElementsByTagName(&quot;script&quot;);for(m=0;m&lt;f.length;m++){if(h(f[m])){return}}l=q.getElementsByTagName(&quot;head&quot;)[0];if(l){f=l.getElementsByTagName(&quot;script&quot;);for(m=0;m&lt;f.length;m++){if(h(f[m])){return}}}return},is:function(g,f){if(!f){return g!==e}if(f==&quot;array&quot;&amp;&amp;(g.hasOwnProperty&amp;&amp;g instanceof Array)){return true}return typeof(g)==f},each:function(i,f,h){var j,g;if(!i){return 0}h=h||i;if(i.length!==e){for(j=0,g=i.length;j&lt;g;j++){if(f.call(h,i[j],j,i)===false){return 0}}}else{for(j in i){if(i.hasOwnProperty(j)){if(f.call(h,i[j],j,i)===false){return 0}}}}return 1},map:function(g,h){var i=[];b.each(g,function(f){i.push(h(f))});return i},grep:function(g,h){var i=[];b.each(g,function(f){if(!h||h(f)){i.push(f)}});return i},inArray:function(g,h){var j,f;if(g){for(j=0,f=g.length;j&lt;f;j++){if(g[j]===h){return j}}}return -1},extend:function(k,j){var h,g,f=arguments;for(h=1,g=f.length;h&lt;g;h++){j=f[h];b.each(j,function(i,l){if(i!==e){k[l]=i}})}return k},trim:function(f){return(f?&quot;&quot;+f:&quot;&quot;).replace(a,&quot;&quot;)},create:function(n,f){var m=this,g,i,j,k,h,l=0;n=/^((static) )?([\w.]+)(:([\w.]+))?/.exec(n);j=n[3].match(/(^|\.)(\w+)$/i)[2];i=m.createNS(n[3].replace(/\.\w+$/,&quot;&quot;));if(i[j]){return}if(n[2]==&quot;static&quot;){i[j]=f;if(this.onCreate){this.onCreate(n[2],n[3],i[j])}return}if(!f[j]){f[j]=function(){};l=1}i[j]=f[j];m.extend(i[j].prototype,f);if(n[5]){g=m.resolve(n[5]).prototype;k=n[5].match(/\.(\w+)$/i)[1];h=i[j];if(l){i[j]=function(){return g[k].apply(this,arguments)}}else{i[j]=function(){this.parent=g[k];return h.apply(this,arguments)}}i[j].prototype[j]=i[j];m.each(g,function(o,p){i[j].prototype[p]=g[p]});m.each(f,function(o,p){if(g[p]){i[j].prototype[p]=function(){this.parent=g[p];return o.apply(this,arguments)}}else{if(p!=j){i[j].prototype[p]=o}}})}m.each(f[&quot;static&quot;],function(o,p){i[j][p]=o});if(this.onCreate){this.onCreate(n[2],n[3],i[j].prototype)}},walk:function(i,h,j,g){g=g||this;if(i){if(j){i=i[j]}b.each(i,function(k,f){if(h.call(g,k,f,j)===false){return false}b.walk(k,h,j,g)})}},createNS:function(j,h){var g,f;h=h||d;j=j.split(&quot;.&quot;);for(g=0;g&lt;j.length;g++){f=j[g];if(!h[f]){h[f]={}}h=h[f]}return h},resolve:function(j,h){var g,f;h=h||d;j=j.split(&quot;.&quot;);for(g=0,f=j.length;g&lt;f;g++){h=h[j[g]];if(!h){break}}return h},addUnload:function(j,i){var h=this;j={func:j,scope:i||this};if(!h.unloads){function g(){var f=h.unloads,l,m;if(f){for(m in f){l=f[m];if(l&amp;&amp;l.func){l.func.call(l.scope,1)}}if(d.detachEvent){d.detachEvent(&quot;onbeforeunload&quot;,k);d.detachEvent(&quot;onunload&quot;,g)}else{if(d.removeEventListener){d.removeEventListener(&quot;unload&quot;,g,false)}}h.unloads=l=f=w=g=0;if(d.CollectGarbage){CollectGarbage()}}}function k(){var l=document;if(l.readyState==&quot;interactive&quot;){function f(){l.detachEvent(&quot;onstop&quot;,f);if(g){g()}l=0}if(l){l.attachEvent(&quot;onstop&quot;,f)}d.setTimeout(function(){if(l){l.detachEvent(&quot;onstop&quot;,f)}},0)}}if(d.attachEvent){d.attachEvent(&quot;onunload&quot;,g);d.attachEvent(&quot;onbeforeunload&quot;,k)}else{if(d.addEventListener){d.addEventListener(&quot;unload&quot;,g,false)}}h.unloads=[j]}else{h.unloads.push(j)}return j},removeUnload:function(i){var g=this.unloads,h=null;b.each(g,function(j,f){if(j&amp;&amp;j.func==i){g.splice(f,1);h=i;return false}});return h},explode:function(f,g){return f?b.map(f.split(g||&quot;,&quot;),b.trim):f},_addVer:function(g){var f;if(!this.query){return g}f=(g.indexOf(&quot;?&quot;)==-1?&quot;?&quot;:&quot;&amp;&quot;)+this.query;if(g.indexOf(&quot;#&quot;)==-1){return g+f}return g.replace(&quot;#&quot;,f+&quot;#&quot;)},_replace:function(h,f,g){if(c){return g.replace(h,function(){var l=f,j=arguments,k;for(k=0;k&lt;j.length-2;k++){if(j[k]===e){l=l.replace(new RegExp(&quot;\\$&quot;+k,&quot;g&quot;),&quot;&quot;)}else{l=l.replace(new RegExp(&quot;\\$&quot;+k,&quot;g&quot;),j[k])}}return l})}return g.replace(h,f)}};b._init();d.tinymce=d.tinyMCE=b})(window);tinymce.create(&quot;tinymce.util.Dispatcher&quot;,{scope:null,listeners:null,Dispatcher:function(a){this.scope=a||this;this.listeners=[]},add:function(a,b){this.listeners.push({cb:a,scope:b||this.scope});return a},addToTop:function(a,b){this.listeners.unshift({cb:a,scope:b||this.scope});return a},remove:function(a){var b=this.listeners,c=null;tinymce.each(b,function(e,d){if(a==e.cb){c=a;b.splice(d,1);return false}});return c},dispatch:function(){var f,d=arguments,e,b=this.listeners,g;for(e=0;e&lt;b.length;e++){g=b[e];f=g.cb.apply(g.scope,d);if(f===false){break}}return f}});(function(){var a=tinymce.each;tinymce.create(&quot;tinymce.util.URI&quot;,{URI:function(e,g){var f=this,h,d,c;e=tinymce.trim(e);g=f.settings=g||{};if(/^(mailto|tel|news|javascript|about|data):/i.test(e)||/^\s*#/.test(e)){f.source=e;return}if(e.indexOf(&quot;/&quot;)===0&amp;&amp;e.indexOf(&quot;//&quot;)!==0){e=(g.base_uri?g.base_uri.protocol||&quot;http&quot;:&quot;http&quot;)+&quot;://mce_host&quot;+e}if(!/^\w*:?\/\//.test(e)){e=(g.base_uri.protocol||&quot;http&quot;)+&quot;://mce_host&quot;+f.toAbsPath(g.base_uri.path,e)}e=e.replace(/@@/g,&quot;(mce_at)&quot;);e=/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/.exec(e);a([&quot;source&quot;,&quot;protocol&quot;,&quot;authority&quot;,&quot;userInfo&quot;,&quot;user&quot;,&quot;password&quot;,&quot;host&quot;,&quot;port&quot;,&quot;relative&quot;,&quot;path&quot;,&quot;directory&quot;,&quot;file&quot;,&quot;query&quot;,&quot;anchor&quot;],function(b,j){var k=e[j];if(k){k=k.replace(/\(mce_at\)/g,&quot;@@&quot;)}f[b]=k});if(c=g.base_uri){if(!f.protocol){f.protocol=c.protocol}if(!f.userInfo){f.userInfo=c.userInfo}if(!f.port&amp;&amp;f.host==&quot;mce_host&quot;){f.port=c.port}if(!f.host||f.host==&quot;mce_host&quot;){f.host=c.host}f.source=&quot;&quot;}},setPath:function(c){var b=this;c=/^(.*?)\/?(\w+)?$/.exec(c);b.path=c[0];b.directory=c[1];b.file=c[2];b.source=&quot;&quot;;b.getURI()},toRelative:function(b){var c=this,d;if(b===&quot;./&quot;){return b}b=new tinymce.util.URI(b,{base_uri:c});if((b.host!=&quot;mce_host&quot;&amp;&amp;c.host!=b.host&amp;&amp;b.host)||c.port!=b.port||c.protocol!=b.protocol){return b.getURI()}d=c.toRelPath(c.path,b.path);if(b.query){d+=&quot;?&quot;+b.query}if(b.anchor){d+=&quot;#&quot;+b.anchor}return d},toAbsolute:function(b,c){var b=new tinymce.util.URI(b,{base_uri:this});return b.getURI(this.host==b.host&amp;&amp;this.protocol==b.protocol?c:0)},toRelPath:function(g,h){var c,f=0,d=&quot;&quot;,e,b;g=g.substring(0,g.lastIndexOf(&quot;/&quot;));g=g.split(&quot;/&quot;);c=h.split(&quot;/&quot;);if(g.length&gt;=c.length){for(e=0,b=g.length;e&lt;b;e++){if(e&gt;=c.length||g[e]!=c[e]){f=e+1;break}}}if(g.length&lt;c.length){for(e=0,b=c.length;e&lt;b;e++){if(e&gt;=g.length||g[e]!=c[e]){f=e+1;break}}}if(f==1){return h}for(e=0,b=g.length-(f-1);e&lt;b;e++){d+=&quot;../&quot;}for(e=f-1,b=c.length;e&lt;b;e++){if(e!=f-1){d+=&quot;/&quot;+c[e]}else{d+=c[e]}}return d},toAbsPath:function(e,f){var c,b=0,h=[],d,g;d=/\/$/.test(f)?&quot;/&quot;:&quot;&quot;;e=e.split(&quot;/&quot;);f=f.split(&quot;/&quot;);a(e,function(i){if(i){h.push(i)}});e=h;for(c=f.length-1,h=[];c&gt;=0;c--){if(f[c].length==0||f[c]==&quot;.&quot;){continue}if(f[c]==&quot;..&quot;){b++;continue}if(b&gt;0){b--;continue}h.push(f[c])}c=e.length-b;if(c&lt;=0){g=h.reverse().join(&quot;/&quot;)}else{g=e.slice(0,c).join(&quot;/&quot;)+&quot;/&quot;+h.reverse().join(&quot;/&quot;)}if(g.indexOf(&quot;/&quot;)!==0){g=&quot;/&quot;+g}if(d&amp;&amp;g.lastIndexOf(&quot;/&quot;)!==g.length-1){g+=d}return g},getURI:function(d){var c,b=this;if(!b.source||d){c=&quot;&quot;;if(!d){if(b.protocol){c+=b.protocol+&quot;://&quot;}if(b.userInfo){c+=b.userInfo+&quot;@&quot;}if(b.host){c+=b.host}if(b.port){c+=&quot;:&quot;+b.port}}if(b.path){c+=b.path}if(b.query){c+=&quot;?&quot;+b.query}if(b.anchor){c+=&quot;#&quot;+b.anchor}b.source=c}return b.source}})})();(function(){var a=tinymce.each;tinymce.create(&quot;static tinymce.util.Cookie&quot;,{getHash:function(d){var b=this.get(d),c;if(b){a(b.split(&quot;&amp;&quot;),function(e){e=e.split(&quot;=&quot;);c=c||{};c[unescape(e[0])]=unescape(e[1])})}return c},setHash:function(j,b,g,f,i,c){var h=&quot;&quot;;a(b,function(e,d){h+=(!h?&quot;&quot;:&quot;&amp;&quot;)+escape(d)+&quot;=&quot;+escape(e)});this.set(j,h,g,f,i,c)},get:function(i){var h=document.cookie,g,f=i+&quot;=&quot;,d;if(!h){return}d=h.indexOf(&quot;; &quot;+f);if(d==-1){d=h.indexOf(f);if(d!=0){return null}}else{d+=2}g=h.indexOf(&quot;;&quot;,d);if(g==-1){g=h.length}return unescape(h.substring(d+f.length,g))},set:function(i,b,g,f,h,c){document.cookie=i+&quot;=&quot;+escape(b)+((g)?&quot;; expires=&quot;+g.toGMTString():&quot;&quot;)+((f)?&quot;; path=&quot;+escape(f):&quot;&quot;)+((h)?&quot;; domain=&quot;+h:&quot;&quot;)+((c)?&quot;; secure&quot;:&quot;&quot;)},remove:function(e,b){var c=new Date();c.setTime(c.getTime()-1000);this.set(e,&quot;&quot;,c,b,c)}})})();tinymce.create(&quot;static tinymce.util.JSON&quot;,{serialize:function(e){var c,a,d=tinymce.util.JSON.serialize,b;if(e==null){return&quot;null&quot;}b=typeof e;if(b==&quot;string&quot;){a=&quot;\bb\tt\nn\ff\rr\&quot;\&quot;''\\\\&quot;;return'&quot;'+e.replace(/([\u0080-\uFFFF\x00-\x1f\&quot;])/g,function(g,f){c=a.indexOf(f);if(c+1){return&quot;\\&quot;+a.charAt(c+1)}g=f.charCodeAt().toString(16);return&quot;\\u&quot;+&quot;0000&quot;.substring(g.length)+g})+'&quot;'}if(b==&quot;object&quot;){if(e.hasOwnProperty&amp;&amp;e instanceof Array){for(c=0,a=&quot;[&quot;;c&lt;e.length;c++){a+=(c&gt;0?&quot;,&quot;:&quot;&quot;)+d(e[c])}return a+&quot;]&quot;}a=&quot;{&quot;;for(c in e){a+=typeof e[c]!=&quot;function&quot;?(a.length&gt;1?',&quot;':'&quot;')+c+'&quot;:'+d(e[c]):&quot;&quot;}return a+&quot;}&quot;}return&quot;&quot;+e},parse:function(s){try{return eval(&quot;(&quot;+s+&quot;)&quot;)}catch(ex){}}});tinymce.create(&quot;static tinymce.util.XHR&quot;,{send:function(g){var a,e,b=window,h=0;g.scope=g.scope||this;g.success_scope=g.success_scope||g.scope;g.error_scope=g.error_scope||g.scope;g.async=g.async===false?false:true;g.data=g.data||&quot;&quot;;function d(i){a=0;try{a=new ActiveXObject(i)}catch(c){}return a}a=b.XMLHttpRequest?new XMLHttpRequest():d(&quot;Microsoft.XMLHTTP&quot;)||d(&quot;Msxml2.XMLHTTP&quot;);if(a){if(a.overrideMimeType){a.overrideMimeType(g.content_type)}a.open(g.type||(g.data?&quot;POST&quot;:&quot;GET&quot;),g.url,g.async);if(g.content_type){a.setRequestHeader(&quot;Content-Type&quot;,g.content_type)}a.setRequestHeader(&quot;X-Requested-With&quot;,&quot;XMLHttpRequest&quot;);a.send(g.data);function f(){if(!g.async||a.readyState==4||h++&gt;10000){if(g.success&amp;&amp;h&lt;10000&amp;&amp;a.status==200){g.success.call(g.success_scope,&quot;&quot;+a.responseText,a,g)}else{if(g.error){g.error.call(g.error_scope,h&gt;10000?&quot;TIMED_OUT&quot;:&quot;GENERAL&quot;,a,g)}}a=null}else{b.setTimeout(f,10)}}if(!g.async){return f()}e=b.setTimeout(f,10)}}});(function(){var c=tinymce.extend,b=tinymce.util.JSON,a=tinymce.util.XHR;tinymce.create(&quot;tinymce.util.JSONRequest&quot;,{JSONRequest:function(d){this.settings=c({},d);this.count=0},send:function(f){var e=f.error,d=f.success;f=c(this.settings,f);f.success=function(h,g){h=b.parse(h);if(typeof(h)==&quot;undefined&quot;){h={error:&quot;JSON Parse error.&quot;}}if(h.error){e.call(f.error_scope||f.scope,h.error,g)}else{d.call(f.success_scope||f.scope,h.result)}};f.error=function(h,g){e.call(f.error_scope||f.scope,h,g)};f.data=b.serialize({id:f.id||&quot;c&quot;+(this.count++),method:f.method,params:f.params});f.content_type=&quot;application/json&quot;;a.send(f)},&quot;static&quot;:{sendRPC:function(d){return new tinymce.util.JSONRequest().send(d)}}})}());(function(m){var k=m.each,j=m.is,i=m.isWebKit,d=m.isIE,a=/^(H[1-6R]|P|DIV|ADDRESS|PRE|FORM|T(ABLE|BODY|HEAD|FOOT|H|R|D)|LI|OL|UL|CAPTION|BLOCKQUOTE|CENTER|DL|DT|DD|DIR|FIELDSET|NOSCRIPT|MENU|ISINDEX|SAMP)$/,e=g(&quot;checked,compact,declare,defer,disabled,ismap,multiple,nohref,noresize,noshade,nowrap,readonly,selected&quot;),f=g(&quot;src,href,style,coords,shape&quot;),c={&quot;&amp;&quot;:&quot;&amp;amp;&quot;,'&quot;':&quot;&amp;quot;&quot;,&quot;&lt;&quot;:&quot;&amp;lt;&quot;,&quot;&gt;&quot;:&quot;&amp;gt;&quot;},n=/[&lt;&gt;&amp;\&quot;]/g,b=/^([a-z0-9],?)+$/i,h=/&lt;(\w+)((?:\s+\w+(?:\s*=\s*(?:(?:&quot;[^&quot;]*&quot;)|(?:'[^']*')|[^&gt;\s]+))?)*)(\s*\/?)&gt;/g,l=/(\w+)(?:\s*=\s*(?:(?:&quot;((?:\\.|[^&quot;])*)&quot;)|(?:'((?:\\.|[^'])*)')|([^&gt;\s]+)))?/g;function g(q){var p={},o;q=q.split(&quot;,&quot;);for(o=q.length;o&gt;=0;o--){p[q[o]]=1}return p}m.create(&quot;tinymce.dom.DOMUtils&quot;,{doc:null,root:null,files:null,pixelStyles:/^(top|left|bottom|right|width|height|borderWidth)$/,props:{&quot;for&quot;:&quot;htmlFor&quot;,&quot;class&quot;:&quot;className&quot;,className:&quot;className&quot;,checked:&quot;checked&quot;,disabled:&quot;disabled&quot;,maxlength:&quot;maxLength&quot;,readonly:&quot;readOnly&quot;,selected:&quot;selected&quot;,value:&quot;value&quot;,id:&quot;id&quot;,name:&quot;name&quot;,type:&quot;type&quot;},DOMUtils:function(u,q){var p=this,o;p.doc=u;p.win=window;p.files={};p.cssFlicker=false;p.counter=0;p.stdMode=u.documentMode&gt;=8;p.boxModel=!m.isIE||u.compatMode==&quot;CSS1Compat&quot;||p.stdMode;p.settings=q=m.extend({keep_values:false,hex_colors:1,process_html:1},q);if(m.isIE6){try{u.execCommand(&quot;BackgroundImageCache&quot;,false,true)}catch(r){p.cssFlicker=true}}if(q.valid_styles){p._styles={};k(q.valid_styles,function(t,s){p._styles[s]=m.explode(t)})}m.addUnload(p.destroy,p)},getRoot:function(){var o=this,p=o.settings;return(p&amp;&amp;o.get(p.root_element))||o.doc.body},getViewPort:function(p){var q,o;p=!p?this.win:p;q=p.document;o=this.boxModel?q.documentElement:q.body;return{x:p.pageXOffset||o.scrollLeft,y:p.pageYOffset||o.scrollTop,w:p.innerWidth||o.clientWidth,h:p.innerHeight||o.clientHeight}},getRect:function(s){var r,o=this,q;s=o.get(s);r=o.getPos(s);q=o.getSize(s);return{x:r.x,y:r.y,w:q.w,h:q.h}},getSize:function(r){var p=this,o,q;r=p.get(r);o=p.getStyle(r,&quot;width&quot;);q=p.getStyle(r,&quot;height&quot;);if(o.indexOf(&quot;px&quot;)===-1){o=0}if(q.indexOf(&quot;px&quot;)===-1){q=0}return{w:parseInt(o)||r.offsetWidth||r.clientWidth,h:parseInt(q)||r.offsetHeight||r.clientHeight}},getParent:function(q,p,o){return this.getParents(q,p,o,false)},getParents:function(z,v,s,y){var q=this,p,u=q.settings,x=[];z=q.get(z);y=y===undefined;if(u.strict_root){s=s||q.getRoot()}if(j(v,&quot;string&quot;)){p=v;if(v===&quot;*&quot;){v=function(o){return o.nodeType==1}}else{v=function(o){return q.is(o,p)}}}while(z){if(z==s||!z.nodeType||z.nodeType===9){break}if(!v||v(z)){if(y){x.push(z)}else{return z}}z=z.parentNode}return y?x:null},get:function(o){var p;if(o&amp;&amp;this.doc&amp;&amp;typeof(o)==&quot;string&quot;){p=o;o=this.doc.getElementById(o);if(o&amp;&amp;o.id!==p){return this.doc.getElementsByName(p)[1]}}return o},getNext:function(p,o){return this._findSib(p,o,&quot;nextSibling&quot;)},getPrev:function(p,o){return this._findSib(p,o,&quot;previousSibling&quot;)},select:function(q,p){var o=this;return m.dom.Sizzle(q,o.get(p)||o.get(o.settings.root_element)||o.doc,[])},is:function(q,o){var p;if(q.length===undefined){if(o===&quot;*&quot;){return q.nodeType==1}if(b.test(o)){o=o.toLowerCase().split(/,/);q=q.nodeName.toLowerCase();for(p=o.length-1;p&gt;=0;p--){if(o[p]==q){return true}}return false}}return m.dom.Sizzle.matches(o,q.nodeType?[q]:q).length&gt;0},add:function(s,v,o,r,u){var q=this;return this.run(s,function(y){var x,t;x=j(v,&quot;string&quot;)?q.doc.createElement(v):v;q.setAttribs(x,o);if(r){if(r.nodeType){x.appendChild(r)}else{q.setHTML(x,r)}}return !u?y.appendChild(x):x})},create:function(q,o,p){return this.add(this.doc.createElement(q),q,o,p,1)},createHTML:function(v,p,s){var u=&quot;&quot;,r=this,q;u+=&quot;&lt;&quot;+v;for(q in p){if(p.hasOwnProperty(q)){u+=&quot; &quot;+q+'=&quot;'+r.encode(p[q])+'&quot;'}}if(typeof(s)!=&quot;undefined&quot;){return u+&quot;&gt;&quot;+s+&quot;&lt;/&quot;+v+&quot;&gt;&quot;}return u+&quot; /&gt;&quot;},remove:function(o,p){return this.run(o,function(r){var q,s;q=r.parentNode;if(!q){return null}if(p){while(s=r.firstChild){if(!m.isIE||s.nodeType!==3||s.nodeValue){q.insertBefore(s,r)}else{r.removeChild(s)}}}return q.removeChild(r)})},setStyle:function(r,o,p){var q=this;return q.run(r,function(v){var u,t;u=v.style;o=o.replace(/-(\D)/g,function(x,s){return s.toUpperCase()});if(q.pixelStyles.test(o)&amp;&amp;(m.is(p,&quot;number&quot;)||/^[\-0-9\.]+$/.test(p))){p+=&quot;px&quot;}switch(o){case&quot;opacity&quot;:if(d){u.filter=p===&quot;&quot;?&quot;&quot;:&quot;alpha(opacity=&quot;+(p*100)+&quot;)&quot;;if(!r.currentStyle||!r.currentStyle.hasLayout){u.display=&quot;inline-block&quot;}}u[o]=u[&quot;-moz-opacity&quot;]=u[&quot;-khtml-opacity&quot;]=p||&quot;&quot;;break;case&quot;float&quot;:d?u.styleFloat=p:u.cssFloat=p;break;default:u[o]=p||&quot;&quot;}if(q.settings.update_styles){q.setAttrib(v,&quot;_mce_style&quot;)}})},getStyle:function(r,o,q){r=this.get(r);if(!r){return false}if(this.doc.defaultView&amp;&amp;q){o=o.replace(/[A-Z]/g,function(s){return&quot;-&quot;+s});try{return this.doc.defaultView.getComputedStyle(r,null).getPropertyValue(o)}catch(p){return null}}o=o.replace(/-(\D)/g,function(t,s){return s.toUpperCase()});if(o==&quot;float&quot;){o=d?&quot;styleFloat&quot;:&quot;cssFloat&quot;}if(r.currentStyle&amp;&amp;q){return r.currentStyle[o]}return r.style[o]},setStyles:function(u,v){var q=this,r=q.settings,p;p=r.update_styles;r.update_styles=0;k(v,function(o,s){q.setStyle(u,s,o)});r.update_styles=p;if(r.update_styles){q.setAttrib(u,r.cssText)}},setAttrib:function(q,r,o){var p=this;if(!q||!r){return}if(p.settings.strict){r=r.toLowerCase()}return this.run(q,function(u){var t=p.settings;switch(r){case&quot;style&quot;:if(!j(o,&quot;string&quot;)){k(o,function(s,x){p.setStyle(u,x,s)});return}if(t.keep_values){if(o&amp;&amp;!p._isRes(o)){u.setAttribute(&quot;_mce_style&quot;,o,2)}else{u.removeAttribute(&quot;_mce_style&quot;,2)}}u.style.cssText=o;break;case&quot;class&quot;:u.className=o||&quot;&quot;;break;case&quot;src&quot;:case&quot;href&quot;:if(t.keep_values){if(t.url_converter){o=t.url_converter.call(t.url_converter_scope||p,o,r,u)}p.setAttrib(u,&quot;_mce_&quot;+r,o,2)}break;case&quot;shape&quot;:u.setAttribute(&quot;_mce_style&quot;,o);break}if(j(o)&amp;&amp;o!==null&amp;&amp;o.length!==0){u.setAttribute(r,&quot;&quot;+o,2)}else{u.removeAttribute(r,2)}})},setAttribs:function(q,r){var p=this;return this.run(q,function(o){k(r,function(s,t){p.setAttrib(o,t,s)})})},getAttrib:function(r,s,q){var o,p=this;r=p.get(r);if(!r||r.nodeType!==1){return false}if(!j(q)){q=&quot;&quot;}if(/^(src|href|style|coords|shape)$/.test(s)){o=r.getAttribute(&quot;_mce_&quot;+s);if(o){return o}}if(d&amp;&amp;p.props[s]){o=r[p.props[s]];o=o&amp;&amp;o.nodeValue?o.nodeValue:o}if(!o){o=r.getAttribute(s,2)}if(/^(checked|compact|declare|defer|disabled|ismap|multiple|nohref|noshade|nowrap|readonly|selected)$/.test(s)){if(r[p.props[s]]===true&amp;&amp;o===&quot;&quot;){return s}return o?s:&quot;&quot;}if(r.nodeName===&quot;FORM&quot;&amp;&amp;r.getAttributeNode(s)){return r.getAttributeNode(s).nodeValue}if(s===&quot;style&quot;){o=o||r.style.cssText;if(o){o=p.serializeStyle(p.parseStyle(o),r.nodeName);if(p.settings.keep_values&amp;&amp;!p._isRes(o)){r.setAttribute(&quot;_mce_style&quot;,o)}}}if(i&amp;&amp;s===&quot;class&quot;&amp;&amp;o){o=o.replace(/(apple|webkit)\-[a-z\-]+/gi,&quot;&quot;)}if(d){switch(s){case&quot;rowspan&quot;:case&quot;colspan&quot;:if(o===1){o=&quot;&quot;}break;case&quot;size&quot;:if(o===&quot;+0&quot;||o===20||o===0){o=&quot;&quot;}break;case&quot;width&quot;:case&quot;height&quot;:case&quot;vspace&quot;:case&quot;checked&quot;:case&quot;disabled&quot;:case&quot;readonly&quot;:if(o===0){o=&quot;&quot;}break;case&quot;hspace&quot;:if(o===-1){o=&quot;&quot;}break;case&quot;maxlength&quot;:case&quot;tabindex&quot;:if(o===32768||o===2147483647||o===&quot;32768&quot;){o=&quot;&quot;}break;case&quot;multiple&quot;:case&quot;compact&quot;:case&quot;noshade&quot;:case&quot;nowrap&quot;:if(o===65535){return s}return q;case&quot;shape&quot;:o=o.toLowerCase();break;default:if(s.indexOf(&quot;on&quot;)===0&amp;&amp;o){o=m._replace(/^function\s+\w+\(\)\s+\{\s+(.*)\s+\}$/,&quot;$1&quot;,&quot;&quot;+o)}}}return(o!==undefined&amp;&amp;o!==null&amp;&amp;o!==&quot;&quot;)?&quot;&quot;+o:q},getPos:function(A,s){var p=this,o=0,z=0,u,v=p.doc,q;A=p.get(A);s=s||v.body;if(A){if(d&amp;&amp;!p.stdMode){A=A.getBoundingClientRect();u=p.boxModel?v.documentElement:v.body;o=p.getStyle(p.select(&quot;html&quot;)[0],&quot;borderWidth&quot;);o=(o==&quot;medium&quot;||p.boxModel&amp;&amp;!p.isIE6)&amp;&amp;2||o;return{x:A.left+u.scrollLeft-o,y:A.top+u.scrollTop-o}}q=A;while(q&amp;&amp;q!=s&amp;&amp;q.nodeType){o+=q.offsetLeft||0;z+=q.offsetTop||0;q=q.offsetParent}q=A.parentNode;while(q&amp;&amp;q!=s&amp;&amp;q.nodeType){o-=q.scrollLeft||0;z-=q.scrollTop||0;q=q.parentNode}}return{x:o,y:z}},parseStyle:function(r){var u=this,v=u.settings,x={};if(!r){return x}function p(D,A,C){var z,B,o,y;z=x[D+&quot;-top&quot;+A];if(!z){return}B=x[D+&quot;-right&quot;+A];if(z!=B){return}o=x[D+&quot;-bottom&quot;+A];if(B!=o){return}y=x[D+&quot;-left&quot;+A];if(o!=y){return}x[C]=y;delete x[D+&quot;-top&quot;+A];delete x[D+&quot;-right&quot;+A];delete x[D+&quot;-bottom&quot;+A];delete x[D+&quot;-left&quot;+A]}function q(y,s,o,A){var z;z=x[s];if(!z){return}z=x[o];if(!z){return}z=x[A];if(!z){return}x[y]=x[s]+&quot; &quot;+x[o]+&quot; &quot;+x[A];delete x[s];delete x[o];delete x[A]}r=r.replace(/&amp;(#?[a-z0-9]+);/g,&quot;&amp;$1_MCE_SEMI_&quot;);k(r.split(&quot;;&quot;),function(s){var o,t=[];if(s){s=s.replace(/_MCE_SEMI_/g,&quot;;&quot;);s=s.replace(/url\([^\)]+\)/g,function(y){t.push(y);return&quot;url(&quot;+t.length+&quot;)&quot;});s=s.split(&quot;:&quot;);o=m.trim(s[1]);o=o.replace(/url\(([^\)]+)\)/g,function(z,y){return t[parseInt(y)-1]});o=o.replace(/rgb\([^\)]+\)/g,function(y){return u.toHex(y)});if(v.url_converter){o=o.replace(/url\([\'\&quot;]?([^\)\'\&quot;]+)[\'\&quot;]?\)/g,function(y,z){return&quot;url(&quot;+v.url_converter.call(v.url_converter_scope||u,u.decode(z),&quot;style&quot;,null)+&quot;)&quot;})}x[m.trim(s[0]).toLowerCase()]=o}});p(&quot;border&quot;,&quot;&quot;,&quot;border&quot;);p(&quot;border&quot;,&quot;-width&quot;,&quot;border-width&quot;);p(&quot;border&quot;,&quot;-color&quot;,&quot;border-color&quot;);p(&quot;border&quot;,&quot;-style&quot;,&quot;border-style&quot;);p(&quot;padding&quot;,&quot;&quot;,&quot;padding&quot;);p(&quot;margin&quot;,&quot;&quot;,&quot;margin&quot;);q(&quot;border&quot;,&quot;border-width&quot;,&quot;border-style&quot;,&quot;border-color&quot;);if(d){if(x.border==&quot;medium none&quot;){x.border=&quot;&quot;}}return x},serializeStyle:function(v,p){var q=this,r=&quot;&quot;;function u(s,o){if(o&amp;&amp;s){if(o.indexOf(&quot;-&quot;)===0){return}switch(o){case&quot;font-weight&quot;:if(s==700){s=&quot;bold&quot;}break;case&quot;color&quot;:case&quot;background-color&quot;:s=s.toLowerCase();break}r+=(r?&quot; &quot;:&quot;&quot;)+o+&quot;: &quot;+s+&quot;;&quot;}}if(p&amp;&amp;q._styles){k(q._styles[&quot;*&quot;],function(o){u(v[o],o)});k(q._styles[p.toLowerCase()],function(o){u(v[o],o)})}else{k(v,u)}return r},loadCSS:function(o){var q=this,r=q.doc,p;if(!o){o=&quot;&quot;}p=q.select(&quot;head&quot;)[0];k(o.split(&quot;,&quot;),function(s){var t;if(q.files[s]){return}q.files[s]=true;t=q.create(&quot;link&quot;,{rel:&quot;stylesheet&quot;,href:m._addVer(s)});if(d&amp;&amp;r.documentMode&amp;&amp;r.recalc){t.onload=function(){r.recalc();t.onload=null}}p.appendChild(t)})},addClass:function(o,p){return this.run(o,function(q){var r;if(!p){return 0}if(this.hasClass(q,p)){return q.className}r=this.removeClass(q,p);return q.className=(r!=&quot;&quot;?(r+&quot; &quot;):&quot;&quot;)+p})},removeClass:function(q,r){var o=this,p;return o.run(q,function(t){var s;if(o.hasClass(t,r)){if(!p){p=new RegExp(&quot;(^|\\s+)&quot;+r+&quot;(\\s+|$)&quot;,&quot;g&quot;)}s=t.className.replace(p,&quot; &quot;);s=m.trim(s!=&quot; &quot;?s:&quot;&quot;);t.className=s;if(!s){t.removeAttribute(&quot;class&quot;);t.removeAttribute(&quot;className&quot;)}return s}return t.className})},hasClass:function(p,o){p=this.get(p);if(!p||!o){return false}return(&quot; &quot;+p.className+&quot; &quot;).indexOf(&quot; &quot;+o+&quot; &quot;)!==-1},show:function(o){return this.setStyle(o,&quot;display&quot;,&quot;block&quot;)},hide:function(o){return this.setStyle(o,&quot;display&quot;,&quot;none&quot;)},isHidden:function(o){o=this.get(o);return !o||o.style.display==&quot;none&quot;||this.getStyle(o,&quot;display&quot;)==&quot;none&quot;},uniqueId:function(o){return(!o?&quot;mce_&quot;:o)+(this.counter++)},setHTML:function(q,p){var o=this;return this.run(q,function(v){var r,t,s,z,u,r;p=o.processHTML(p);if(d){function y(){while(v.firstChild){v.firstChild.removeNode()}try{v.innerHTML=&quot;&lt;br /&gt;&quot;+p;v.removeChild(v.firstChild)}catch(x){r=o.create(&quot;div&quot;);r.innerHTML=&quot;&lt;br /&gt;&quot;+p;k(r.childNodes,function(B,A){if(A){v.appendChild(B)}})}}if(o.settings.fix_ie_paragraphs){p=p.replace(/&lt;p&gt;&lt;\/p&gt;|&lt;p([^&gt;]+)&gt;&lt;\/p&gt;|&lt;p[^\/+]\/&gt;/gi,'&lt;p$1 _mce_keep=&quot;true&quot;&gt;&amp;nbsp;&lt;/p&gt;')}y();if(o.settings.fix_ie_paragraphs){s=v.getElementsByTagName(&quot;p&quot;);for(t=s.length-1,r=0;t&gt;=0;t--){z=s[t];if(!z.hasChildNodes()){if(!z._mce_keep){r=1;break}z.removeAttribute(&quot;_mce_keep&quot;)}}}if(r){p=p.replace(/&lt;p ([^&gt;]+)&gt;|&lt;p&gt;/ig,'&lt;div $1 _mce_tmp=&quot;1&quot;&gt;');p=p.replace(/&lt;\/p&gt;/gi,&quot;&lt;/div&gt;&quot;);y();if(o.settings.fix_ie_paragraphs){s=v.getElementsByTagName(&quot;DIV&quot;);for(t=s.length-1;t&gt;=0;t--){z=s[t];if(z._mce_tmp){u=o.doc.createElement(&quot;p&quot;);z.cloneNode(false).outerHTML.replace(/([a-z0-9\-_]+)=/gi,function(A,x){var B;if(x!==&quot;_mce_tmp&quot;){B=z.getAttribute(x);if(!B&amp;&amp;x===&quot;class&quot;){B=z.className}u.setAttribute(x,B)}});for(r=0;r&lt;z.childNodes.length;r++){u.appendChild(z.childNodes[r].cloneNode(true))}z.swapNode(u)}}}}}else{v.innerHTML=p}return p})},processHTML:function(r){var p=this,q=p.settings,v=[];if(!q.process_html){return r}if(d){r=r.replace(/&amp;apos;/g,&quot;&amp;#39;&quot;);r=r.replace(/\s+(disabled|checked|readonly|selected)\s*=\s*[\&quot;\']?(false|0)[\&quot;\']?/gi,&quot;&quot;)}r=m._replace(/&lt;a( )([^&gt;]+)\/&gt;|&lt;a\/&gt;/gi,&quot;&lt;a$1$2&gt;&lt;/a&gt;&quot;,r);if(q.keep_values){if(/&lt;script|noscript|style/i.test(r)){function o(t){t=t.replace(/(&lt;!--\[CDATA\[|\]\]--&gt;)/g,&quot;\n&quot;);t=t.replace(/^[\r\n]*|[\r\n]*$/g,&quot;&quot;);t=t.replace(/^\s*(\/\/\s*&lt;!--|\/\/\s*&lt;!\[CDATA\[|&lt;!--|&lt;!\[CDATA\[)[\r\n]*/g,&quot;&quot;);t=t.replace(/\s*(\/\/\s*\]\]&gt;|\/\/\s*--&gt;|\]\]&gt;|--&gt;|\]\]--&gt;)\s*$/g,&quot;&quot;);return t}r=r.replace(/&lt;script([^&gt;]+|)&gt;([\s\S]*?)&lt;\/script&gt;/gi,function(s,x,t){if(!x){x=' type=&quot;text/javascript&quot;'}x=x.replace(/src=\&quot;([^\&quot;]+)\&quot;?/i,function(y,z){if(q.url_converter){z=p.encode(q.url_converter.call(q.url_converter_scope||p,p.decode(z),&quot;src&quot;,&quot;script&quot;))}return'_mce_src=&quot;'+z+'&quot;'});if(m.trim(t)){v.push(o(t));t=&quot;&lt;!--\nMCE_SCRIPT:&quot;+(v.length-1)+&quot;\n// --&gt;&quot;}return&quot;&lt;mce:script&quot;+x+&quot;&gt;&quot;+t+&quot;&lt;/mce:script&gt;&quot;});r=r.replace(/&lt;style([^&gt;]+|)&gt;([\s\S]*?)&lt;\/style&gt;/gi,function(s,x,t){if(t){v.push(o(t));t=&quot;&lt;!--\nMCE_SCRIPT:&quot;+(v.length-1)+&quot;\n--&gt;&quot;}return&quot;&lt;mce:style&quot;+x+&quot;&gt;&quot;+t+&quot;&lt;/mce:style&gt;&lt;style &quot;+x+' _mce_bogus=&quot;1&quot;&gt;'+t+&quot;&lt;/style&gt;&quot;});r=r.replace(/&lt;noscript([^&gt;]+|)&gt;([\s\S]*?)&lt;\/noscript&gt;/g,function(s,x,t){return&quot;&lt;mce:noscript&quot;+x+&quot;&gt;&lt;!--&quot;+p.encode(t).replace(/--/g,&quot;&amp;#45;&amp;#45;&quot;)+&quot;--&gt;&lt;/mce:noscript&gt;&quot;})}r=m._replace(/&lt;!\[CDATA\[([\s\S]+)\]\]&gt;/g,&quot;&lt;!--[CDATA[$1]]--&gt;&quot;,r);function u(s){return s.replace(h,function(y,z,x,t){return&quot;&lt;&quot;+z+x.replace(l,function(B,A,E,D,C){var F;A=A.toLowerCase();E=E||D||C||&quot;&quot;;if(e[A]){if(E===&quot;false&quot;||E===&quot;0&quot;){return}return A+'=&quot;'+A+'&quot;'}if(f[A]&amp;&amp;x.indexOf(&quot;_mce_&quot;+A)==-1){F=p.decode(E);if(q.url_converter&amp;&amp;(A==&quot;src&quot;||A==&quot;href&quot;)){F=q.url_converter.call(q.url_converter_scope||p,F,A,z)}if(A==&quot;style&quot;){F=p.serializeStyle(p.parseStyle(F),A)}return A+'=&quot;'+E+'&quot; _mce_'+A+'=&quot;'+p.encode(F)+'&quot;'}return B})+t+&quot;&gt;&quot;})}r=u(r);r=r.replace(/MCE_SCRIPT:([0-9]+)/g,function(t,s){return v[s]})}return r},getOuterHTML:function(o){var p;o=this.get(o);if(!o){return null}if(o.outerHTML!==undefined){return o.outerHTML}p=(o.ownerDocument||this.doc).createElement(&quot;body&quot;);p.appendChild(o.cloneNode(true));return p.innerHTML},setOuterHTML:function(r,p,s){var o=this;function q(u,t,x){var y,v;v=x.createElement(&quot;body&quot;);v.innerHTML=t;y=v.lastChild;while(y){o.insertAfter(y.cloneNode(true),u);y=y.previousSibling}o.remove(u)}return this.run(r,function(u){u=o.get(u);if(u.nodeType==1){s=s||u.ownerDocument||o.doc;if(d){try{if(d&amp;&amp;u.nodeType==1){u.outerHTML=p}else{q(u,p,s)}}catch(t){q(u,p,s)}}else{q(u,p,s)}}})},decode:function(p){var q,r,o;if(/&amp;[\w#]+;/.test(p)){q=this.doc.createElement(&quot;div&quot;);q.innerHTML=p;r=q.firstChild;o=&quot;&quot;;if(r){do{o+=r.nodeValue}while(r=r.nextSibling)}return o||p}return p},encode:function(o){return(&quot;&quot;+o).replace(n,function(p){return c[p]})},insertAfter:function(o,p){p=this.get(p);return this.run(o,function(r){var q,s;q=p.parentNode;s=p.nextSibling;if(s){q.insertBefore(r,s)}else{q.appendChild(r)}return r})},isBlock:function(o){if(o.nodeType&amp;&amp;o.nodeType!==1){return false}o=o.nodeName||o;return a.test(o)},replace:function(s,r,p){var q=this;if(j(r,&quot;array&quot;)){s=s.cloneNode(true)}return q.run(r,function(t){if(p){k(m.grep(t.childNodes),function(o){s.appendChild(o)})}return t.parentNode.replaceChild(s,t)})},rename:function(r,o){var q=this,p;if(r.nodeName!=o.toUpperCase()){p=q.create(o);k(q.getAttribs(r),function(s){q.setAttrib(p,s.nodeName,q.getAttrib(r,s.nodeName))});q.replace(p,r,1)}return p||r},findCommonAncestor:function(q,o){var r=q,p;while(r){p=o;while(p&amp;&amp;r!=p){p=p.parentNode}if(r==p){break}r=r.parentNode}if(!r&amp;&amp;q.ownerDocument){return q.ownerDocument.documentElement}return r},toHex:function(o){var q=/^\s*rgb\s*?\(\s*?([0-9]+)\s*?,\s*?([0-9]+)\s*?,\s*?([0-9]+)\s*?\)\s*$/i.exec(o);function p(r){r=parseInt(r).toString(16);return r.length&gt;1?r:&quot;0&quot;+r}if(q){o=&quot;#&quot;+p(q[1])+p(q[2])+p(q[3]);return o}return o},getClasses:function(){var s=this,o=[],r,u={},v=s.settings.class_filter,q;if(s.classes){return s.classes}function x(t){k(t.imports,function(y){x(y)});k(t.cssRules||t.rules,function(y){switch(y.type||1){case 1:if(y.selectorText){k(y.selectorText.split(&quot;,&quot;),function(z){z=z.replace(/^\s*|\s*$|^\s\./g,&quot;&quot;);if(/\.mce/.test(z)||!/\.[\w\-]+$/.test(z)){return}q=z;z=m._replace(/.*\.([a-z0-9_\-]+).*/i,&quot;$1&quot;,z);if(v&amp;&amp;!(z=v(z,q))){return}if(!u[z]){o.push({&quot;class&quot;:z});u[z]=1}})}break;case 3:x(y.styleSheet);break}})}try{k(s.doc.styleSheets,x)}catch(p){}if(o.length&gt;0){s.classes=o}return o},run:function(u,r,q){var p=this,v;if(p.doc&amp;&amp;typeof(u)===&quot;string&quot;){u=p.get(u)}if(!u){return false}q=q||this;if(!u.nodeType&amp;&amp;(u.length||u.length===0)){v=[];k(u,function(s,o){if(s){if(typeof(s)==&quot;string&quot;){s=p.doc.getElementById(s)}v.push(r.call(q,s,o))}});return v}return r.call(q,u)},getAttribs:function(q){var p;q=this.get(q);if(!q){return[]}if(d){p=[];if(q.nodeName==&quot;OBJECT&quot;){return q.attributes}if(q.nodeName===&quot;OPTION&quot;&amp;&amp;this.getAttrib(q,&quot;selected&quot;)){p.push({specified:1,nodeName:&quot;selected&quot;})}q.cloneNode(false).outerHTML.replace(/&lt;\/?[\w:\-]+ ?|=[\&quot;][^\&quot;]+\&quot;|=\'[^\']+\'|=[\w\-]+|&gt;/gi,&quot;&quot;).replace(/[\w:\-]+/gi,function(o){p.push({specified:1,nodeName:o})});return p}return q.attributes},destroy:function(p){var o=this;if(o.events){o.events.destroy()}o.win=o.doc=o.root=o.events=null;if(!p){m.removeUnload(o.destroy)}},createRng:function(){var o=this.doc;return o.createRange?o.createRange():new m.dom.Range(this)},nodeIndex:function(s,t){var o=0,q,r,p;if(s){for(q=s.nodeType,s=s.previousSibling,r=s;s;s=s.previousSibling){p=s.nodeType;if(t&amp;&amp;p==3){if(p==q||!s.nodeValue.length){continue}}o++;q=p}}return o},split:function(u,s,y){var z=this,o=z.createRng(),v,q,x;function p(A){var t,r=A.childNodes;if(A.nodeType==1&amp;&amp;A.getAttribute(&quot;_mce_type&quot;)==&quot;bookmark&quot;){return}for(t=r.length-1;t&gt;=0;t--){p(r[t])}if(A.nodeType!=9){if(A.nodeType==3&amp;&amp;A.nodeValue.length&gt;0){if(!z.isBlock(A.parentNode)||m.trim(A.nodeValue).length&gt;0){return}}if(A.nodeType==1){r=A.childNodes;if(r.length==1&amp;&amp;r[0]&amp;&amp;r[0].nodeType==1&amp;&amp;r[0].getAttribute(&quot;_mce_type&quot;)==&quot;bookmark&quot;){A.parentNode.insertBefore(r[0],A)}if(r.length||/^(br|hr|input|img)$/i.test(A.nodeName)){return}}z.remove(A)}return A}if(u&amp;&amp;s){o.setStart(u.parentNode,z.nodeIndex(u));o.setEnd(s.parentNode,z.nodeIndex(s));v=o.extractContents();o=z.createRng();o.setStart(s.parentNode,z.nodeIndex(s)+1);o.setEnd(u.parentNode,z.nodeIndex(u)+1);q=o.extractContents();x=u.parentNode;x.insertBefore(p(v),u);if(y){x.replaceChild(y,s)}else{x.insertBefore(s,u)}x.insertBefore(p(q),u);z.remove(u);return y||s}},bind:function(s,o,r,q){var p=this;if(!p.events){p.events=new m.dom.EventUtils()}return p.events.add(s,o,r,q||this)},unbind:function(r,o,q){var p=this;if(!p.events){p.events=new m.dom.EventUtils()}return p.events.remove(r,o,q)},_findSib:function(r,o,p){var q=this,s=o;if(r){if(j(s,&quot;string&quot;)){s=function(t){return q.is(t,o)}}for(r=r[p];r;r=r[p]){if(s(r)){return r}}}return null},_isRes:function(o){return/^(top|left|bottom|right|width|height)/i.test(o)||/;\s*(top|left|bottom|right|width|height)/i.test(o)}});m.DOM=new m.dom.DOMUtils(document,{process_html:0})})(tinymce);(function(a){function b(c){var N=this,e=c.doc,S=0,E=1,j=2,D=true,R=false,U=&quot;startOffset&quot;,h=&quot;startContainer&quot;,P=&quot;endContainer&quot;,z=&quot;endOffset&quot;,k=tinymce.extend,n=c.nodeIndex;k(N,{startContainer:e,startOffset:0,endContainer:e,endOffset:0,collapsed:D,commonAncestorContainer:e,START_TO_START:0,START_TO_END:1,END_TO_END:2,END_TO_START:3,setStart:q,setEnd:s,setStartBefore:g,setStartAfter:I,setEndBefore:J,setEndAfter:u,collapse:A,selectNode:x,selectNodeContents:F,compareBoundaryPoints:v,deleteContents:p,extractContents:H,cloneContents:d,insertNode:C,surroundContents:M,cloneRange:K});function q(V,t){B(D,V,t)}function s(V,t){B(R,V,t)}function g(t){q(t.parentNode,n(t))}function I(t){q(t.parentNode,n(t)+1)}function J(t){s(t.parentNode,n(t))}function u(t){s(t.parentNode,n(t)+1)}function A(t){if(t){N[P]=N[h];N[z]=N[U]}else{N[h]=N[P];N[U]=N[z]}N.collapsed=D}function x(t){g(t);u(t)}function F(t){q(t,0);s(t,t.nodeType===1?t.childNodes.length:t.nodeValue.length)}function v(W,X){var Z=N[h],Y=N[U],V=N[P],t=N[z];if(W===0){return G(Z,Y,Z,Y)}if(W===1){return G(Z,Y,V,t)}if(W===2){return G(V,t,V,t)}if(W===3){return G(V,t,Z,Y)}}function p(){m(j)}function H(){return m(S)}function d(){return m(E)}function C(Y){var V=this[h],t=this[U],X,W;if((V.nodeType===3||V.nodeType===4)&amp;&amp;V.nodeValue){if(!t){V.parentNode.insertBefore(Y,V)}else{if(t&gt;=V.nodeValue.length){c.insertAfter(Y,V)}else{X=V.splitText(t);V.parentNode.insertBefore(Y,X)}}}else{if(V.childNodes.length&gt;0){W=V.childNodes[t]}if(W){V.insertBefore(Y,W)}else{V.appendChild(Y)}}}function M(V){var t=N.extractContents();N.insertNode(V);V.appendChild(t);N.selectNode(V)}function K(){return k(new b(c),{startContainer:N[h],startOffset:N[U],endContainer:N[P],endOffset:N[z],collapsed:N.collapsed,commonAncestorContainer:N.commonAncestorContainer})}function O(t,V){var W;if(t.nodeType==3){return t}if(V&lt;0){return t}W=t.firstChild;while(W&amp;&amp;V&gt;0){--V;W=W.nextSibling}if(W){return W}return t}function l(){return(N[h]==N[P]&amp;&amp;N[U]==N[z])}function G(X,Z,V,Y){var aa,W,t,ab,ad,ac;if(X==V){if(Z==Y){return 0}if(Z&lt;Y){return -1}return 1}aa=V;while(aa&amp;&amp;aa.parentNode!=X){aa=aa.parentNode}if(aa){W=0;t=X.firstChild;while(t!=aa&amp;&amp;W&lt;Z){W++;t=t.nextSibling}if(Z&lt;=W){return -1}return 1}aa=X;while(aa&amp;&amp;aa.parentNode!=V){aa=aa.parentNode}if(aa){W=0;t=V.firstChild;while(t!=aa&amp;&amp;W&lt;Y){W++;t=t.nextSibling}if(W&lt;Y){return -1}return 1}ab=c.findCommonAncestor(X,V);ad=X;while(ad&amp;&amp;ad.parentNode!=ab){ad=ad.parentNode}if(!ad){ad=ab}ac=V;while(ac&amp;&amp;ac.parentNode!=ab){ac=ac.parentNode}if(!ac){ac=ab}if(ad==ac){return 0}t=ab.firstChild;while(t){if(t==ad){return -1}if(t==ac){return 1}t=t.nextSibling}}function B(V,Y,X){var t,W;if(V){N[h]=Y;N[U]=X}else{N[P]=Y;N[z]=X}t=N[P];while(t.parentNode){t=t.parentNode}W=N[h];while(W.parentNode){W=W.parentNode}if(W==t){if(G(N[h],N[U],N[P],N[z])&gt;0){N.collapse(V)}}else{N.collapse(V)}N.collapsed=l();N.commonAncestorContainer=c.findCommonAncestor(N[h],N[P])}function m(ab){var aa,X=0,ad=0,V,Z,W,Y,t,ac;if(N[h]==N[P]){return f(ab)}for(aa=N[P],V=aa.parentNode;V;aa=V,V=V.parentNode){if(V==N[h]){return r(aa,ab)}++X}for(aa=N[h],V=aa.parentNode;V;aa=V,V=V.parentNode){if(V==N[P]){return T(aa,ab)}++ad}Z=ad-X;W=N[h];while(Z&gt;0){W=W.parentNode;Z--}Y=N[P];while(Z&lt;0){Y=Y.parentNode;Z++}for(t=W.parentNode,ac=Y.parentNode;t!=ac;t=t.parentNode,ac=ac.parentNode){W=t;Y=ac}return o(W,Y,ab)}function f(Z){var ab,Y,X,aa,t,W,V;if(Z!=j){ab=e.createDocumentFragment()}if(N[U]==N[z]){return ab}if(N[h].nodeType==3){Y=N[h].nodeValue;X=Y.substring(N[U],N[z]);if(Z!=E){N[h].deleteData(N[U],N[z]-N[U]);N.collapse(D)}if(Z==j){return}ab.appendChild(e.createTextNode(X));return ab}aa=O(N[h],N[U]);t=N[z]-N[U];while(t&gt;0){W=aa.nextSibling;V=y(aa,Z);if(ab){ab.appendChild(V)}--t;aa=W}if(Z!=E){N.collapse(D)}return ab}function r(ab,Y){var aa,Z,V,t,X,W;if(Y!=j){aa=e.createDocumentFragment()}Z=i(ab,Y);if(aa){aa.appendChild(Z)}V=n(ab);t=V-N[U];if(t&lt;=0){if(Y!=E){N.setEndBefore(ab);N.collapse(R)}return aa}Z=ab.previousSibling;while(t&gt;0){X=Z.previousSibling;W=y(Z,Y);if(aa){aa.insertBefore(W,aa.firstChild)}--t;Z=X}if(Y!=E){N.setEndBefore(ab);N.collapse(R)}return aa}function T(Z,Y){var ab,V,aa,t,X,W;if(Y!=j){ab=e.createDocumentFragment()}aa=Q(Z,Y);if(ab){ab.appendChild(aa)}V=n(Z);++V;t=N[z]-V;aa=Z.nextSibling;while(t&gt;0){X=aa.nextSibling;W=y(aa,Y);if(ab){ab.appendChild(W)}--t;aa=X}if(Y!=E){N.setStartAfter(Z);N.collapse(D)}return ab}function o(Z,t,ac){var W,ae,Y,aa,ab,V,ad,X;if(ac!=j){ae=e.createDocumentFragment()}W=Q(Z,ac);if(ae){ae.appendChild(W)}Y=Z.parentNode;aa=n(Z);ab=n(t);++aa;V=ab-aa;ad=Z.nextSibling;while(V&gt;0){X=ad.nextSibling;W=y(ad,ac);if(ae){ae.appendChild(W)}ad=X;--V}W=i(t,ac);if(ae){ae.appendChild(W)}if(ac!=E){N.setStartAfter(Z);N.collapse(D)}return ae}function i(aa,ab){var W=O(N[P],N[z]-1),ac,Z,Y,t,V,X=W!=N[P];if(W==aa){return L(W,X,R,ab)}ac=W.parentNode;Z=L(ac,R,R,ab);while(ac){while(W){Y=W.previousSibling;t=L(W,X,R,ab);if(ab!=j){Z.insertBefore(t,Z.firstChild)}X=D;W=Y}if(ac==aa){return Z}W=ac.previousSibling;ac=ac.parentNode;V=L(ac,R,R,ab);if(ab!=j){V.appendChild(Z)}Z=V}}function Q(aa,ab){var X=O(N[h],N[U]),Y=X!=N[h],ac,Z,W,t,V;if(X==aa){return L(X,Y,D,ab)}ac=X.parentNode;Z=L(ac,R,D,ab);while(ac){while(X){W=X.nextSibling;t=L(X,Y,D,ab);if(ab!=j){Z.appendChild(t)}Y=D;X=W}if(ac==aa){return Z}X=ac.nextSibling;ac=ac.parentNode;V=L(ac,R,D,ab);if(ab!=j){V.appendChild(Z)}Z=V}}function L(t,Y,ab,ac){var X,W,Z,V,aa;if(Y){return y(t,ac)}if(t.nodeType==3){X=t.nodeValue;if(ab){V=N[U];W=X.substring(V);Z=X.substring(0,V)}else{V=N[z];W=X.substring(0,V);Z=X.substring(V)}if(ac!=E){t.nodeValue=Z}if(ac==j){return}aa=t.cloneNode(R);aa.nodeValue=W;return aa}if(ac==j){return}return t.cloneNode(R)}function y(V,t){if(t!=j){return t==E?V.cloneNode(D):V}V.parentNode.removeChild(V)}}a.Range=b})(tinymce.dom);(function(){function a(g){var i=this,j=&quot;\uFEFF&quot;,e,h,d=g.dom,c=true,f=false;function b(){var n=g.getRng(),k=d.createRng(),m,o;m=n.item?n.item(0):n.parentElement();if(m.ownerDocument!=d.doc){return k}if(n.item||!m.hasChildNodes()){k.setStart(m.parentNode,d.nodeIndex(m));k.setEnd(k.startContainer,k.startOffset+1);return k}o=g.isCollapsed();function l(s){var u,q,t,p,A=0,x,y,z,r,v;r=n.duplicate();r.collapse(s);u=d.create(&quot;a&quot;);z=r.parentElement();if(!z.hasChildNodes()){k[s?&quot;setStart&quot;:&quot;setEnd&quot;](z,0);return}z.appendChild(u);r.moveToElementText(u);v=n.compareEndPoints(s?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,r);if(v&gt;0){k[s?&quot;setStartAfter&quot;:&quot;setEndAfter&quot;](z);d.remove(u);return}p=tinymce.grep(z.childNodes);x=p.length-1;while(A&lt;=x){y=Math.floor((A+x)/2);z.insertBefore(u,p[y]);r.moveToElementText(u);v=n.compareEndPoints(s?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,r);if(v&gt;0){A=y+1}else{if(v&lt;0){x=y-1}else{found=true;break}}}q=v&gt;0||y==0?u.nextSibling:u.previousSibling;if(q.nodeType==1){d.remove(u);t=d.nodeIndex(q);q=q.parentNode;if(!s||y&gt;0){t++}}else{if(v&gt;0||y==0){r.setEndPoint(s?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,n);t=r.text.length}else{r.setEndPoint(s?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,n);t=q.nodeValue.length-r.text.length}d.remove(u)}k[s?&quot;setStart&quot;:&quot;setEnd&quot;](q,t)}l(true);if(!o){l()}return k}this.addRange=function(k){var p,n,m,r,u,s,t=g.dom.doc,o=t.body;function l(B){var x,A,v,z,y;v=d.create(&quot;a&quot;);x=B?m:u;A=B?r:s;z=p.duplicate();if(x==t){x=o;A=0}if(x.nodeType==3){x.parentNode.insertBefore(v,x);z.moveToElementText(v);z.moveStart(&quot;character&quot;,A);d.remove(v);p.setEndPoint(B?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,z)}else{y=x.childNodes;if(y.length){if(A&gt;=y.length){d.insertAfter(v,y[y.length-1])}else{x.insertBefore(v,y[A])}z.moveToElementText(v)}else{v=t.createTextNode(j);x.appendChild(v);z.moveToElementText(v.parentNode);z.collapse(c)}p.setEndPoint(B?&quot;StartToStart&quot;:&quot;EndToEnd&quot;,z);d.remove(v)}}this.destroy();m=k.startContainer;r=k.startOffset;u=k.endContainer;s=k.endOffset;p=o.createTextRange();if(m==u&amp;&amp;m.nodeType==1&amp;&amp;r==s-1){if(r==s-1){try{n=o.createControlRange();n.addElement(m.childNodes[r]);n.select();n.scrollIntoView();return}catch(q){}}}l(true);l();p.select();p.scrollIntoView()};this.getRangeAt=function(){if(!e||!tinymce.dom.RangeUtils.compareRanges(h,g.getRng())){e=b();h=g.getRng()}try{e.startContainer.nextSibling}catch(k){e=b();h=null}return e};this.destroy=function(){h=e=null}}tinymce.dom.TridentSelection=a})();(function(){var p=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['&quot;][^'&quot;]*['&quot;]|[^\[\]'&quot;]+)+\]|\\.|[^ &gt;+~,(\[\\]+)+|[&gt;+~])(\s*,\s*)?((?:.|\r|\n)*)/g,j=0,d=Object.prototype.toString,o=false,i=true;[0,0].sort(function(){i=false;return 0});var b=function(v,e,z,A){z=z||[];e=e||document;var C=e;if(e.nodeType!==1&amp;&amp;e.nodeType!==9){return[]}if(!v||typeof v!==&quot;string&quot;){return z}var x=[],s,E,H,r,u=true,t=b.isXML(e),B=v,D,G,F,y;do{p.exec(&quot;&quot;);s=p.exec(B);if(s){B=s[3];x.push(s[1]);if(s[2]){r=s[3];break}}}while(s);if(x.length&gt;1&amp;&amp;k.exec(v)){if(x.length===2&amp;&amp;f.relative[x[0]]){E=h(x[0]+x[1],e)}else{E=f.relative[x[0]]?[e]:b(x.shift(),e);while(x.length){v=x.shift();if(f.relative[v]){v+=x.shift()}E=h(v,E)}}}else{if(!A&amp;&amp;x.length&gt;1&amp;&amp;e.nodeType===9&amp;&amp;!t&amp;&amp;f.match.ID.test(x[0])&amp;&amp;!f.match.ID.test(x[x.length-1])){D=b.find(x.shift(),e,t);e=D.expr?b.filter(D.expr,D.set)[0]:D.set[0]}if(e){D=A?{expr:x.pop(),set:a(A)}:b.find(x.pop(),x.length===1&amp;&amp;(x[0]===&quot;~&quot;||x[0]===&quot;+&quot;)&amp;&amp;e.parentNode?e.parentNode:e,t);E=D.expr?b.filter(D.expr,D.set):D.set;if(x.length&gt;0){H=a(E)}else{u=false}while(x.length){G=x.pop();F=G;if(!f.relative[G]){G=&quot;&quot;}else{F=x.pop()}if(F==null){F=e}f.relative[G](H,F,t)}}else{H=x=[]}}if(!H){H=E}if(!H){b.error(G||v)}if(d.call(H)===&quot;[object Array]&quot;){if(!u){z.push.apply(z,H)}else{if(e&amp;&amp;e.nodeType===1){for(y=0;H[y]!=null;y++){if(H[y]&amp;&amp;(H[y]===true||H[y].nodeType===1&amp;&amp;b.contains(e,H[y]))){z.push(E[y])}}}else{for(y=0;H[y]!=null;y++){if(H[y]&amp;&amp;H[y].nodeType===1){z.push(E[y])}}}}}else{a(H,z)}if(r){b(r,C,z,A);b.uniqueSort(z)}return z};b.uniqueSort=function(r){if(c){o=i;r.sort(c);if(o){for(var e=1;e&lt;r.length;e++){if(r[e]===r[e-1]){r.splice(e--,1)}}}}return r};b.matches=function(e,r){return b(e,null,null,r)};b.find=function(y,e,z){var x;if(!y){return[]}for(var t=0,s=f.order.length;t&lt;s;t++){var v=f.order[t],u;if((u=f.leftMatch[v].exec(y))){var r=u[1];u.splice(1,1);if(r.substr(r.length-1)!==&quot;\\&quot;){u[1]=(u[1]||&quot;&quot;).replace(/\\/g,&quot;&quot;);x=f.find[v](u,e,z);if(x!=null){y=y.replace(f.match[v],&quot;&quot;);break}}}}if(!x){x=e.getElementsByTagName(&quot;*&quot;)}return{set:x,expr:y}};b.filter=function(C,B,F,u){var s=C,H=[],z=B,x,e,y=B&amp;&amp;B[0]&amp;&amp;b.isXML(B[0]);while(C&amp;&amp;B.length){for(var A in f.filter){if((x=f.leftMatch[A].exec(C))!=null&amp;&amp;x[2]){var r=f.filter[A],G,E,t=x[1];e=false;x.splice(1,1);if(t.substr(t.length-1)===&quot;\\&quot;){continue}if(z===H){H=[]}if(f.preFilter[A]){x=f.preFilter[A](x,z,F,H,u,y);if(!x){e=G=true}else{if(x===true){continue}}}if(x){for(var v=0;(E=z[v])!=null;v++){if(E){G=r(E,x,v,z);var D=u^!!G;if(F&amp;&amp;G!=null){if(D){e=true}else{z[v]=false}}else{if(D){H.push(E);e=true}}}}}if(G!==undefined){if(!F){z=H}C=C.replace(f.match[A],&quot;&quot;);if(!e){return[]}break}}}if(C===s){if(e==null){b.error(C)}else{break}}s=C}return z};b.error=function(e){throw&quot;Syntax error, unrecognized expression: &quot;+e};var f=b.selectors={order:[&quot;ID&quot;,&quot;NAME&quot;,&quot;TAG&quot;],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['&quot;]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['&quot;]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['&quot;]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['&quot;]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{&quot;class&quot;:&quot;className&quot;,&quot;for&quot;:&quot;htmlFor&quot;},attrHandle:{href:function(e){return e.getAttribute(&quot;href&quot;)}},relative:{&quot;+&quot;:function(x,r){var t=typeof r===&quot;string&quot;,v=t&amp;&amp;!/\W/.test(r),y=t&amp;&amp;!v;if(v){r=r.toLowerCase()}for(var s=0,e=x.length,u;s&lt;e;s++){if((u=x[s])){while((u=u.previousSibling)&amp;&amp;u.nodeType!==1){}x[s]=y||u&amp;&amp;u.nodeName.toLowerCase()===r?u||false:u===r}}if(y){b.filter(r,x,true)}},&quot;&gt;&quot;:function(x,r){var u=typeof r===&quot;string&quot;,v,s=0,e=x.length;if(u&amp;&amp;!/\W/.test(r)){r=r.toLowerCase();for(;s&lt;e;s++){v=x[s];if(v){var t=v.parentNode;x[s]=t.nodeName.toLowerCase()===r?t:false}}}else{for(;s&lt;e;s++){v=x[s];if(v){x[s]=u?v.parentNode:v.parentNode===r}}if(u){b.filter(r,x,true)}}},&quot;&quot;:function(t,r,v){var s=j++,e=q,u;if(typeof r===&quot;string&quot;&amp;&amp;!/\W/.test(r)){r=r.toLowerCase();u=r;e=n}e(&quot;parentNode&quot;,r,s,t,u,v)},&quot;~&quot;:function(t,r,v){var s=j++,e=q,u;if(typeof r===&quot;string&quot;&amp;&amp;!/\W/.test(r)){r=r.toLowerCase();u=r;e=n}e(&quot;previousSibling&quot;,r,s,t,u,v)}},find:{ID:function(r,s,t){if(typeof s.getElementById!==&quot;undefined&quot;&amp;&amp;!t){var e=s.getElementById(r[1]);return e?[e]:[]}},NAME:function(s,v){if(typeof v.getElementsByName!==&quot;undefined&quot;){var r=[],u=v.getElementsByName(s[1]);for(var t=0,e=u.length;t&lt;e;t++){if(u[t].getAttribute(&quot;name&quot;)===s[1]){r.push(u[t])}}return r.length===0?null:r}},TAG:function(e,r){return r.getElementsByTagName(e[1])}},preFilter:{CLASS:function(t,r,s,e,x,y){t=&quot; &quot;+t[1].replace(/\\/g,&quot;&quot;)+&quot; &quot;;if(y){return t}for(var u=0,v;(v=r[u])!=null;u++){if(v){if(x^(v.className&amp;&amp;(&quot; &quot;+v.className+&quot; &quot;).replace(/[\t\n]/g,&quot; &quot;).indexOf(t)&gt;=0)){if(!s){e.push(v)}}else{if(s){r[u]=false}}}}return false},ID:function(e){return e[1].replace(/\\/g,&quot;&quot;)},TAG:function(r,e){return r[1].toLowerCase()},CHILD:function(e){if(e[1]===&quot;nth&quot;){var r=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(e[2]===&quot;even&quot;&amp;&amp;&quot;2n&quot;||e[2]===&quot;odd&quot;&amp;&amp;&quot;2n+1&quot;||!/\D/.test(e[2])&amp;&amp;&quot;0n+&quot;+e[2]||e[2]);e[2]=(r[1]+(r[2]||1))-0;e[3]=r[3]-0}e[0]=j++;return e},ATTR:function(u,r,s,e,v,x){var t=u[1].replace(/\\/g,&quot;&quot;);if(!x&amp;&amp;f.attrMap[t]){u[1]=f.attrMap[t]}if(u[2]===&quot;~=&quot;){u[4]=&quot; &quot;+u[4]+&quot; &quot;}return u},PSEUDO:function(u,r,s,e,v){if(u[1]===&quot;not&quot;){if((p.exec(u[3])||&quot;&quot;).length&gt;1||/^\w/.test(u[3])){u[3]=b(u[3],null,null,r)}else{var t=b.filter(u[3],r,s,true^v);if(!s){e.push.apply(e,t)}return false}}else{if(f.match.POS.test(u[0])||f.match.CHILD.test(u[0])){return true}}return u},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&amp;&amp;e.type!==&quot;hidden&quot;},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){e.parentNode.selectedIndex;return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(s,r,e){return !!b(e[3],s).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(e){return&quot;text&quot;===e.type},radio:function(e){return&quot;radio&quot;===e.type},checkbox:function(e){return&quot;checkbox&quot;===e.type},file:function(e){return&quot;file&quot;===e.type},password:function(e){return&quot;password&quot;===e.type},submit:function(e){return&quot;submit&quot;===e.type},image:function(e){return&quot;image&quot;===e.type},reset:function(e){return&quot;reset&quot;===e.type},button:function(e){return&quot;button&quot;===e.type||e.nodeName.toLowerCase()===&quot;button&quot;},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)}},setFilters:{first:function(r,e){return e===0},last:function(s,r,e,t){return r===t.length-1},even:function(r,e){return e%2===0},odd:function(r,e){return e%2===1},lt:function(s,r,e){return r&lt;e[3]-0},gt:function(s,r,e){return r&gt;e[3]-0},nth:function(s,r,e){return e[3]-0===r},eq:function(s,r,e){return e[3]-0===r}},filter:{PSEUDO:function(s,y,x,z){var e=y[1],r=f.filters[e];if(r){return r(s,x,y,z)}else{if(e===&quot;contains&quot;){return(s.textContent||s.innerText||b.getText([s])||&quot;&quot;).indexOf(y[3])&gt;=0}else{if(e===&quot;not&quot;){var t=y[3];for(var v=0,u=t.length;v&lt;u;v++){if(t[v]===s){return false}}return true}else{b.error(&quot;Syntax error, unrecognized expression: &quot;+e)}}}},CHILD:function(e,t){var x=t[1],r=e;switch(x){case&quot;only&quot;:case&quot;first&quot;:while((r=r.previousSibling)){if(r.nodeType===1){return false}}if(x===&quot;first&quot;){return true}r=e;case&quot;last&quot;:while((r=r.nextSibling)){if(r.nodeType===1){return false}}return true;case&quot;nth&quot;:var s=t[2],A=t[3];if(s===1&amp;&amp;A===0){return true}var v=t[0],z=e.parentNode;if(z&amp;&amp;(z.sizcache!==v||!e.nodeIndex)){var u=0;for(r=z.firstChild;r;r=r.nextSibling){if(r.nodeType===1){r.nodeIndex=++u}}z.sizcache=v}var y=e.nodeIndex-A;if(s===0){return y===0}else{return(y%s===0&amp;&amp;y/s&gt;=0)}}},ID:function(r,e){return r.nodeType===1&amp;&amp;r.getAttribute(&quot;id&quot;)===e},TAG:function(r,e){return(e===&quot;*&quot;&amp;&amp;r.nodeType===1)||r.nodeName.toLowerCase()===e},CLASS:function(r,e){return(&quot; &quot;+(r.className||r.getAttribute(&quot;class&quot;))+&quot; &quot;).indexOf(e)&gt;-1},ATTR:function(v,t){var s=t[1],e=f.attrHandle[s]?f.attrHandle[s](v):v[s]!=null?v[s]:v.getAttribute(s),x=e+&quot;&quot;,u=t[2],r=t[4];return e==null?u===&quot;!=&quot;:u===&quot;=&quot;?x===r:u===&quot;*=&quot;?x.indexOf(r)&gt;=0:u===&quot;~=&quot;?(&quot; &quot;+x+&quot; &quot;).indexOf(r)&gt;=0:!r?x&amp;&amp;e!==false:u===&quot;!=&quot;?x!==r:u===&quot;^=&quot;?x.indexOf(r)===0:u===&quot;$=&quot;?x.substr(x.length-r.length)===r:u===&quot;|=&quot;?x===r||x.substr(0,r.length+1)===r+&quot;-&quot;:false},POS:function(u,r,s,v){var e=r[2],t=f.setFilters[e];if(t){return t(u,s,r,v)}}}};var k=f.match.POS,g=function(r,e){return&quot;\\&quot;+(e-0+1)};for(var m in f.match){f.match[m]=new RegExp(f.match[m].source+(/(?![^\[]*\])(?![^\(]*\))/.source));f.leftMatch[m]=new RegExp(/(^(?:.|\r|\n)*?)/.source+f.match[m].source.replace(/\\(\d+)/g,g))}var a=function(r,e){r=Array.prototype.slice.call(r,0);if(e){e.push.apply(e,r);return e}return r};try{Array.prototype.slice.call(document.documentElement.childNodes,0)[0].nodeType}catch(l){a=function(u,t){var r=t||[],s=0;if(d.call(u)===&quot;[object Array]&quot;){Array.prototype.push.apply(r,u)}else{if(typeof u.length===&quot;number&quot;){for(var e=u.length;s&lt;e;s++){r.push(u[s])}}else{for(;u[s];s++){r.push(u[s])}}}return r}}var c;if(document.documentElement.compareDocumentPosition){c=function(r,e){if(!r.compareDocumentPosition||!e.compareDocumentPosition){if(r==e){o=true}return r.compareDocumentPosition?-1:1}var s=r.compareDocumentPosition(e)&amp;4?-1:r===e?0:1;if(s===0){o=true}return s}}else{if(&quot;sourceIndex&quot; in document.documentElement){c=function(r,e){if(!r.sourceIndex||!e.sourceIndex){if(r==e){o=true}return r.sourceIndex?-1:1}var s=r.sourceIndex-e.sourceIndex;if(s===0){o=true}return s}}else{if(document.createRange){c=function(t,r){if(!t.ownerDocument||!r.ownerDocument){if(t==r){o=true}return t.ownerDocument?-1:1}var s=t.ownerDocument.createRange(),e=r.ownerDocument.createRange();s.setStart(t,0);s.setEnd(t,0);e.setStart(r,0);e.setEnd(r,0);var u=s.compareBoundaryPoints(Range.START_TO_END,e);if(u===0){o=true}return u}}}}b.getText=function(e){var r=&quot;&quot;,t;for(var s=0;e[s];s++){t=e[s];if(t.nodeType===3||t.nodeType===4){r+=t.nodeValue}else{if(t.nodeType!==8){r+=b.getText(t.childNodes)}}}return r};(function(){var r=document.createElement(&quot;div&quot;),s=&quot;script&quot;+(new Date()).getTime();r.innerHTML=&quot;&lt;a name='&quot;+s+&quot;'/&gt;&quot;;var e=document.documentElement;e.insertBefore(r,e.firstChild);if(document.getElementById(s)){f.find.ID=function(u,v,x){if(typeof v.getElementById!==&quot;undefined&quot;&amp;&amp;!x){var t=v.getElementById(u[1]);return t?t.id===u[1]||typeof t.getAttributeNode!==&quot;undefined&quot;&amp;&amp;t.getAttributeNode(&quot;id&quot;).nodeValue===u[1]?[t]:undefined:[]}};f.filter.ID=function(v,t){var u=typeof v.getAttributeNode!==&quot;undefined&quot;&amp;&amp;v.getAttributeNode(&quot;id&quot;);return v.nodeType===1&amp;&amp;u&amp;&amp;u.nodeValue===t}}e.removeChild(r);e=r=null})();(function(){var e=document.createElement(&quot;div&quot;);e.appendChild(document.createComment(&quot;&quot;));if(e.getElementsByTagName(&quot;*&quot;).length&gt;0){f.find.TAG=function(r,v){var u=v.getElementsByTagName(r[1]);if(r[1]===&quot;*&quot;){var t=[];for(var s=0;u[s];s++){if(u[s].nodeType===1){t.push(u[s])}}u=t}return u}}e.innerHTML=&quot;&lt;a href='#'&gt;&lt;/a&gt;&quot;;if(e.firstChild&amp;&amp;typeof e.firstChild.getAttribute!==&quot;undefined&quot;&amp;&amp;e.firstChild.getAttribute(&quot;href&quot;)!==&quot;#&quot;){f.attrHandle.href=function(r){return r.getAttribute(&quot;href&quot;,2)}}e=null})();if(document.querySelectorAll){(function(){var e=b,s=document.createElement(&quot;div&quot;);s.innerHTML=&quot;&lt;p class='TEST'&gt;&lt;/p&gt;&quot;;if(s.querySelectorAll&amp;&amp;s.querySelectorAll(&quot;.TEST&quot;).length===0){return}b=function(x,v,t,u){v=v||document;if(!u&amp;&amp;v.nodeType===9&amp;&amp;!b.isXML(v)){try{return a(v.querySelectorAll(x),t)}catch(y){}}return e(x,v,t,u)};for(var r in e){b[r]=e[r]}s=null})()}(function(){var e=document.createElement(&quot;div&quot;);e.innerHTML=&quot;&lt;div class='test e'&gt;&lt;/div&gt;&lt;div class='test'&gt;&lt;/div&gt;&quot;;if(!e.getElementsByClassName||e.getElementsByClassName(&quot;e&quot;).length===0){return}e.lastChild.className=&quot;e&quot;;if(e.getElementsByClassName(&quot;e&quot;).length===1){return}f.order.splice(1,0,&quot;CLASS&quot;);f.find.CLASS=function(r,s,t){if(typeof s.getElementsByClassName!==&quot;undefined&quot;&amp;&amp;!t){return s.getElementsByClassName(r[1])}};e=null})();function n(r,x,v,A,y,z){for(var t=0,s=A.length;t&lt;s;t++){var e=A[t];if(e){e=e[r];var u=false;while(e){if(e.sizcache===v){u=A[e.sizset];break}if(e.nodeType===1&amp;&amp;!z){e.sizcache=v;e.sizset=t}if(e.nodeName.toLowerCase()===x){u=e;break}e=e[r]}A[t]=u}}}function q(r,x,v,A,y,z){for(var t=0,s=A.length;t&lt;s;t++){var e=A[t];if(e){e=e[r];var u=false;while(e){if(e.sizcache===v){u=A[e.sizset];break}if(e.nodeType===1){if(!z){e.sizcache=v;e.sizset=t}if(typeof x!==&quot;string&quot;){if(e===x){u=true;break}}else{if(b.filter(x,[e]).length&gt;0){u=e;break}}}e=e[r]}A[t]=u}}}b.contains=document.compareDocumentPosition?function(r,e){return !!(r.compareDocumentPosition(e)&amp;16)}:function(r,e){return r!==e&amp;&amp;(r.contains?r.contains(e):true)};b.isXML=function(e){var r=(e?e.ownerDocument||e:0).documentElement;return r?r.nodeName!==&quot;HTML&quot;:false};var h=function(e,y){var t=[],u=&quot;&quot;,v,s=y.nodeType?[y]:y;while((v=f.match.PSEUDO.exec(e))){u+=v[0];e=e.replace(f.match.PSEUDO,&quot;&quot;)}e=f.relative[e]?e+&quot;*&quot;:e;for(var x=0,r=s.length;x&lt;r;x++){b(e,s[x],t)}return b.filter(u,t)};window.tinymce.dom.Sizzle=b})();(function(d){var f=d.each,c=d.DOM,b=d.isIE,e=d.isWebKit,a;d.create(&quot;tinymce.dom.EventUtils&quot;,{EventUtils:function(){this.inits=[];this.events=[]},add:function(m,p,l,j){var g,h=this,i=h.events,k;if(p instanceof Array){k=[];f(p,function(o){k.push(h.add(m,o,l,j))});return k}if(m&amp;&amp;m.hasOwnProperty&amp;&amp;m instanceof Array){k=[];f(m,function(n){n=c.get(n);k.push(h.add(n,p,l,j))});return k}m=c.get(m);if(!m){return}g=function(n){if(h.disabled){return}n=n||window.event;if(n&amp;&amp;b){if(!n.target){n.target=n.srcElement}d.extend(n,h._stoppers)}if(!j){return l(n)}return l.call(j,n)};if(p==&quot;unload&quot;){d.unloads.unshift({func:g});return g}if(p==&quot;init&quot;){if(h.domLoaded){g()}else{h.inits.push(g)}return g}i.push({obj:m,name:p,func:l,cfunc:g,scope:j});h._add(m,p,g);return l},remove:function(l,m,k){var h=this,g=h.events,i=false,j;if(l&amp;&amp;l.hasOwnProperty&amp;&amp;l instanceof Array){j=[];f(l,function(n){n=c.get(n);j.push(h.remove(n,m,k))});return j}l=c.get(l);f(g,function(o,n){if(o.obj==l&amp;&amp;o.name==m&amp;&amp;(!k||(o.func==k||o.cfunc==k))){g.splice(n,1);h._remove(l,m,o.cfunc);i=true;return false}});return i},clear:function(l){var j=this,g=j.events,h,k;if(l){l=c.get(l);for(h=g.length-1;h&gt;=0;h--){k=g[h];if(k.obj===l){j._remove(k.obj,k.name,k.cfunc);k.obj=k.cfunc=null;g.splice(h,1)}}}},cancel:function(g){if(!g){return false}this.stop(g);return this.prevent(g)},stop:function(g){if(g.stopPropagation){g.stopPropagation()}else{g.cancelBubble=true}return false},prevent:function(g){if(g.preventDefault){g.preventDefault()}else{g.returnValue=false}return false},destroy:function(){var g=this;f(g.events,function(j,h){g._remove(j.obj,j.name,j.cfunc);j.obj=j.cfunc=null});g.events=[];g=null},_add:function(h,i,g){if(h.attachEvent){h.attachEvent(&quot;on&quot;+i,g)}else{if(h.addEventListener){h.addEventListener(i,g,false)}else{h[&quot;on&quot;+i]=g}}},_remove:function(i,j,h){if(i){try{if(i.detachEvent){i.detachEvent(&quot;on&quot;+j,h)}else{if(i.removeEventListener){i.removeEventListener(j,h,false)}else{i[&quot;on&quot;+j]=null}}}catch(g){}}},_pageInit:function(h){var g=this;if(g.domLoaded){return}g.domLoaded=true;f(g.inits,function(i){i()});g.inits=[]},_wait:function(i){var g=this,h=i.document;if(i.tinyMCE_GZ&amp;&amp;tinyMCE_GZ.loaded){g.domLoaded=1;return}if(h.attachEvent){h.attachEvent(&quot;onreadystatechange&quot;,function(){if(h.readyState===&quot;complete&quot;){h.detachEvent(&quot;onreadystatechange&quot;,arguments.callee);g._pageInit(i)}});if(h.documentElement.doScroll&amp;&amp;i==i.top){(function(){if(g.domLoaded){return}try{h.documentElement.doScroll(&quot;left&quot;)}catch(j){setTimeout(arguments.callee,0);return}g._pageInit(i)})()}}else{if(h.addEventListener){g._add(i,&quot;DOMContentLoaded&quot;,function(){g._pageInit(i)})}}g._add(i,&quot;load&quot;,function(){g._pageInit(i)})},_stoppers:{preventDefault:function(){this.returnValue=false},stopPropagation:function(){this.cancelBubble=true}}});a=d.dom.Event=new d.dom.EventUtils();a._wait(window);d.addUnload(function(){a.destroy()})})(tinymce);(function(a){a.dom.Element=function(f,d){var b=this,e,c;b.settings=d=d||{};b.id=f;b.dom=e=d.dom||a.DOM;if(!a.isIE){c=e.get(b.id)}a.each((&quot;getPos,getRect,getParent,add,setStyle,getStyle,setStyles,setAttrib,setAttribs,getAttrib,addClass,removeClass,hasClass,getOuterHTML,setOuterHTML,remove,show,hide,isHidden,setHTML,get&quot;).split(/,/),function(g){b[g]=function(){var h=[f],j;for(j=0;j&lt;arguments.length;j++){h.push(arguments[j])}h=e[g].apply(e,h);b.update(g);return h}});a.extend(b,{on:function(i,h,g){return a.dom.Event.add(b.id,i,h,g)},getXY:function(){return{x:parseInt(b.getStyle(&quot;left&quot;)),y:parseInt(b.getStyle(&quot;top&quot;))}},getSize:function(){var g=e.get(b.id);return{w:parseInt(b.getStyle(&quot;width&quot;)||g.clientWidth),h:parseInt(b.getStyle(&quot;height&quot;)||g.clientHeight)}},moveTo:function(g,h){b.setStyles({left:g,top:h})},moveBy:function(g,i){var h=b.getXY();b.moveTo(h.x+g,h.y+i)},resizeTo:function(g,i){b.setStyles({width:g,height:i})},resizeBy:function(g,j){var i=b.getSize();b.resizeTo(i.w+g,i.h+j)},update:function(h){var g;if(a.isIE6&amp;&amp;d.blocker){h=h||&quot;&quot;;if(h.indexOf(&quot;get&quot;)===0||h.indexOf(&quot;has&quot;)===0||h.indexOf(&quot;is&quot;)===0){return}if(h==&quot;remove&quot;){e.remove(b.blocker);return}if(!b.blocker){b.blocker=e.uniqueId();g=e.add(d.container||e.getRoot(),&quot;iframe&quot;,{id:b.blocker,style:&quot;position:absolute;&quot;,frameBorder:0,src:'javascript:&quot;&quot;'});e.setStyle(g,&quot;opacity&quot;,0)}else{g=e.get(b.blocker)}e.setStyles(g,{left:b.getStyle(&quot;left&quot;,1),top:b.getStyle(&quot;top&quot;,1),width:b.getStyle(&quot;width&quot;,1),height:b.getStyle(&quot;height&quot;,1),display:b.getStyle(&quot;display&quot;,1),zIndex:parseInt(b.getStyle(&quot;zIndex&quot;,1)||0)-1})}}})}})(tinymce);(function(c){function e(f){return f.replace(/[\n\r]+/g,&quot;&quot;)}var b=c.is,a=c.isIE,d=c.each;c.create(&quot;tinymce.dom.Selection&quot;,{Selection:function(i,h,g){var f=this;f.dom=i;f.win=h;f.serializer=g;d([&quot;onBeforeSetContent&quot;,&quot;onBeforeGetContent&quot;,&quot;onSetContent&quot;,&quot;onGetContent&quot;],function(j){f[j]=new c.util.Dispatcher(f)});if(!f.win.getSelection){f.tridentSel=new c.dom.TridentSelection(f)}if(c.isIE&amp;&amp;i.boxModel){this._fixIESelection()}c.addUnload(f.destroy,f)},getContent:function(g){var f=this,h=f.getRng(),l=f.dom.create(&quot;body&quot;),j=f.getSel(),i,k,m;g=g||{};i=k=&quot;&quot;;g.get=true;g.format=g.format||&quot;html&quot;;f.onBeforeGetContent.dispatch(f,g);if(g.format==&quot;text&quot;){return f.isCollapsed()?&quot;&quot;:(h.text||(j.toString?j.toString():&quot;&quot;))}if(h.cloneContents){m=h.cloneContents();if(m){l.appendChild(m)}}else{if(b(h.item)||b(h.htmlText)){l.innerHTML=h.item?h.item(0).outerHTML:h.htmlText}else{l.innerHTML=h.toString()}}if(/^\s/.test(l.innerHTML)){i=&quot; &quot;}if(/\s+$/.test(l.innerHTML)){k=&quot; &quot;}g.getInner=true;g.content=f.isCollapsed()?&quot;&quot;:i+f.serializer.serialize(l,g)+k;f.onGetContent.dispatch(f,g);return g.content},setContent:function(j,i){var g=this,k=g.getRng(),n,l=g.win.document;i=i||{format:&quot;html&quot;};i.set=true;j=i.content=g.dom.processHTML(j);g.onBeforeSetContent.dispatch(g,i);j=i.content;if(k.insertNode){j+='&lt;span id=&quot;__caret&quot;&gt;_&lt;/span&gt;';if(k.startContainer==l&amp;&amp;k.endContainer==l){l.body.innerHTML=j}else{k.deleteContents();if(l.body.childNodes.length==0){l.body.innerHTML=j}else{if(k.createContextualFragment){k.insertNode(k.createContextualFragment(j))}else{var m=l.createDocumentFragment(),f=l.createElement(&quot;div&quot;);m.appendChild(f);f.outerHTML=j;k.insertNode(m)}}}n=g.dom.get(&quot;__caret&quot;);k=l.createRange();k.setStartBefore(n);k.setEndBefore(n);g.setRng(k);g.dom.remove(&quot;__caret&quot;)}else{if(k.item){l.execCommand(&quot;Delete&quot;,false,null);k=g.getRng()}k.pasteHTML(j)}g.onSetContent.dispatch(g,i)},getStart:function(){var g=this.getRng(),h,f,j,i;if(g.duplicate||g.item){if(g.item){return g.item(0)}j=g.duplicate();j.collapse(1);h=j.parentElement();f=i=g.parentElement();while(i=i.parentNode){if(i==h){h=f;break}}if(h&amp;&amp;h.nodeName==&quot;BODY&quot;){return h.firstChild||h}return h}else{h=g.startContainer;if(h.nodeType==1&amp;&amp;h.hasChildNodes()){h=h.childNodes[Math.min(h.childNodes.length-1,g.startOffset)]}if(h&amp;&amp;h.nodeType==3){return h.parentNode}return h}},getEnd:function(){var g=this,h=g.getRng(),i,f;if(h.duplicate||h.item){if(h.item){return h.item(0)}h=h.duplicate();h.collapse(0);i=h.parentElement();if(i&amp;&amp;i.nodeName==&quot;BODY&quot;){return i.lastChild||i}return i}else{i=h.endContainer;f=h.endOffset;if(i.nodeType==1&amp;&amp;i.hasChildNodes()){i=i.childNodes[f&gt;0?f-1:f]}if(i&amp;&amp;i.nodeType==3){return i.parentNode}return i}},getBookmark:function(q,r){var u=this,m=u.dom,g,j,i,n,h,o,p,l=&quot;\uFEFF&quot;,s;function f(v,x){var t=0;d(m.select(v),function(z,y){if(z==x){t=y}});return t}if(q==2){function k(){var v=u.getRng(true),t=m.getRoot(),x={};function y(B,G){var A=B[G?&quot;startContainer&quot;:&quot;endContainer&quot;],F=B[G?&quot;startOffset&quot;:&quot;endOffset&quot;],z=[],C,E,D=0;if(A.nodeType==3){if(r){for(C=A.previousSibling;C&amp;&amp;C.nodeType==3;C=C.previousSibling){F+=C.nodeValue.length}}z.push(F)}else{E=A.childNodes;if(F&gt;=E.length&amp;&amp;E.length){D=1;F=Math.max(0,E.length-1)}z.push(u.dom.nodeIndex(E[F],r)+D)}for(;A&amp;&amp;A!=t;A=A.parentNode){z.push(u.dom.nodeIndex(A,r))}return z}x.start=y(v,true);if(!u.isCollapsed()){x.end=y(v)}return x}return k()}if(q){return{rng:u.getRng()}}g=u.getRng();i=m.uniqueId();n=tinyMCE.activeEditor.selection.isCollapsed();s=&quot;overflow:hidden;line-height:0px&quot;;if(g.duplicate||g.item){if(!g.item){j=g.duplicate();g.collapse();g.pasteHTML('&lt;span _mce_type=&quot;bookmark&quot; id=&quot;'+i+'_start&quot; style=&quot;'+s+'&quot;&gt;'+l+&quot;&lt;/span&gt;&quot;);if(!n){j.collapse(false);j.pasteHTML('&lt;span _mce_type=&quot;bookmark&quot; id=&quot;'+i+'_end&quot; style=&quot;'+s+'&quot;&gt;'+l+&quot;&lt;/span&gt;&quot;)}}else{o=g.item(0);h=o.nodeName;return{name:h,index:f(h,o)}}}else{o=u.getNode();h=o.nodeName;if(h==&quot;IMG&quot;){return{name:h,index:f(h,o)}}j=g.cloneRange();if(!n){j.collapse(false);j.insertNode(m.create(&quot;span&quot;,{_mce_type:&quot;bookmark&quot;,id:i+&quot;_end&quot;,style:s},l))}g.collapse(true);g.insertNode(m.create(&quot;span&quot;,{_mce_type:&quot;bookmark&quot;,id:i+&quot;_start&quot;,style:s},l))}u.moveToBookmark({id:i,keep:1});return{id:i}},moveToBookmark:function(n){var r=this,l=r.dom,i,h,f,q,j,s,o,p;if(r.tridentSel){r.tridentSel.destroy()}if(n){if(n.start){f=l.createRng();q=l.getRoot();function g(z){var t=n[z?&quot;start&quot;:&quot;end&quot;],v,x,y,u;if(t){for(x=q,v=t.length-1;v&gt;=1;v--){u=x.childNodes;if(u.length){x=u[t[v]]}}if(z){f.setStart(x,t[0])}else{f.setEnd(x,t[0])}}}g(true);g();r.setRng(f)}else{if(n.id){function k(A){var u=l.get(n.id+&quot;_&quot;+A),z,t,x,y,v=n.keep;if(u){z=u.parentNode;if(A==&quot;start&quot;){if(!v){t=l.nodeIndex(u)}else{z=u.firstChild;t=1}j=s=z;o=p=t}else{if(!v){t=l.nodeIndex(u)}else{z=u.firstChild;t=1}s=z;p=t}if(!v){y=u.previousSibling;x=u.nextSibling;d(c.grep(u.childNodes),function(B){if(B.nodeType==3){B.nodeValue=B.nodeValue.replace(/\uFEFF/g,&quot;&quot;)}});while(u=l.get(n.id+&quot;_&quot;+A)){l.remove(u,1)}if(y&amp;&amp;x&amp;&amp;y.nodeType==x.nodeType&amp;&amp;y.nodeType==3&amp;&amp;!c.isOpera){t=y.nodeValue.length;y.appendData(x.nodeValue);l.remove(x);if(A==&quot;start&quot;){j=s=y;o=p=t}else{s=y;p=t}}}}}function m(t){if(!a&amp;&amp;l.isBlock(t)&amp;&amp;!t.innerHTML){t.innerHTML='&lt;br _mce_bogus=&quot;1&quot; /&gt;'}return t}k(&quot;start&quot;);k(&quot;end&quot;);if(j){f=l.createRng();f.setStart(m(j),o);f.setEnd(m(s),p);r.setRng(f)}}else{if(n.name){r.select(l.select(n.name)[n.index])}else{if(n.rng){r.setRng(n.rng)}}}}}},select:function(k,j){var i=this,l=i.dom,g=l.createRng(),f;f=l.nodeIndex(k);g.setStart(k.parentNode,f);g.setEnd(k.parentNode,f+1);if(j){function h(m,o){var n=new c.dom.TreeWalker(m,m);do{if(m.nodeType==3&amp;&amp;c.trim(m.nodeValue).length!=0){if(o){g.setStart(m,0)}else{g.setEnd(m,m.nodeValue.length)}return}if(m.nodeName==&quot;BR&quot;){if(o){g.setStartBefore(m)}else{g.setEndBefore(m)}return}}while(m=(o?n.next():n.prev()))}h(k,1);h(k)}i.setRng(g);return k},isCollapsed:function(){var f=this,h=f.getRng(),g=f.getSel();if(!h||h.item){return false}if(h.compareEndPoints){return h.compareEndPoints(&quot;StartToEnd&quot;,h)===0}return !g||h.collapsed},collapse:function(f){var g=this,h=g.getRng(),i;if(h.item){i=h.item(0);h=this.win.document.body.createTextRange();h.moveToElementText(i)}h.collapse(!!f);g.setRng(h)},getSel:function(){var g=this,f=this.win;return f.getSelection?f.getSelection():f.document.selection},getRng:function(l){var g=this,h,i,k,j=g.win.document;if(l&amp;&amp;g.tridentSel){return g.tridentSel.getRangeAt(0)}try{if(h=g.getSel()){i=h.rangeCount&gt;0?h.getRangeAt(0):(h.createRange?h.createRange():j.createRange())}}catch(f){}if(c.isIE&amp;&amp;i.setStart&amp;&amp;j.selection.createRange().item){k=j.selection.createRange().item(0);i=j.createRange();i.setStartBefore(k);i.setEndAfter(k)}if(!i){i=j.createRange?j.createRange():j.body.createTextRange()}if(g.selectedRange&amp;&amp;g.explicitRange){if(i.compareBoundaryPoints(i.START_TO_START,g.selectedRange)===0&amp;&amp;i.compareBoundaryPoints(i.END_TO_END,g.selectedRange)===0){i=g.explicitRange}else{g.selectedRange=null;g.explicitRange=null}}return i},setRng:function(i){var h,g=this;if(!g.tridentSel){h=g.getSel();if(h){g.explicitRange=i;h.removeAllRanges();h.addRange(i);g.selectedRange=h.getRangeAt(0)}}else{if(i.cloneRange){g.tridentSel.addRange(i);return}try{i.select()}catch(f){}}},setNode:function(g){var f=this;f.setContent(f.dom.getOuterHTML(g));return g},getNode:function(){var g=this,f=g.getRng(),h=g.getSel(),i;if(f.setStart){if(!f){return g.dom.getRoot()}i=f.commonAncestorContainer;if(!f.collapsed){if(f.startContainer==f.endContainer){if(f.startOffset-f.endOffset&lt;2){if(f.startContainer.hasChildNodes()){i=f.startContainer.childNodes[f.startOffset]}}}if(c.isWebKit&amp;&amp;h.anchorNode&amp;&amp;h.anchorNode.nodeType==1){return h.anchorNode.childNodes[h.anchorOffset]}}if(i&amp;&amp;i.nodeType==3){return i.parentNode}return i}return f.item?f.item(0):f.parentElement()},getSelectedBlocks:function(g,f){var i=this,j=i.dom,m,h,l,k=[];m=j.getParent(g||i.getStart(),j.isBlock);h=j.getParent(f||i.getEnd(),j.isBlock);if(m){k.push(m)}if(m&amp;&amp;h&amp;&amp;m!=h){l=m;while((l=l.nextSibling)&amp;&amp;l!=h){if(j.isBlock(l)){k.push(l)}}}if(h&amp;&amp;m!=h){k.push(h)}return k},destroy:function(g){var f=this;f.win=null;if(f.tridentSel){f.tridentSel.destroy()}if(!g){c.removeUnload(f.destroy)}},_fixIESelection:function(){var m=this.dom,l=m.doc,g=l.body,i,j;l.documentElement.unselectable=true;function k(n,q){var o=g.createTextRange();try{o.moveToPoint(n,q)}catch(p){o=null}return o}function h(o){var n;if(o.button){n=k(o.x,o.y);if(n){if(n.compareEndPoints(&quot;StartToStart&quot;,j)&gt;0){n.setEndPoint(&quot;StartToStart&quot;,j)}else{n.setEndPoint(&quot;EndToEnd&quot;,j)}n.select()}}else{f()}}function f(){m.unbind(l,&quot;mouseup&quot;,f);m.unbind(l,&quot;mousemove&quot;,h);i=0}m.bind(l,&quot;mousedown&quot;,function(n){if(n.target.nodeName===&quot;HTML&quot;){if(i){f()}i=1;j=k(n.x,n.y);if(j){m.bind(l,&quot;mouseup&quot;,f);m.bind(l,&quot;mousemove&quot;,h);m.win.focus();j.select()}}})}})})(tinymce);(function(a){a.create(&quot;tinymce.dom.XMLWriter&quot;,{node:null,XMLWriter:function(c){function b(){var e=document.implementation;if(!e||!e.createDocument){try{return new ActiveXObject(&quot;MSXML2.DOMDocument&quot;)}catch(d){}try{return new ActiveXObject(&quot;Microsoft.XmlDom&quot;)}catch(d){}}else{return e.createDocument(&quot;&quot;,&quot;&quot;,null)}}this.doc=b();this.valid=a.isOpera||a.isWebKit;this.reset()},reset:function(){var b=this,c=b.doc;if(c.firstChild){c.removeChild(c.firstChild)}b.node=c.appendChild(c.createElement(&quot;html&quot;))},writeStartElement:function(c){var b=this;b.node=b.node.appendChild(b.doc.createElement(c))},writeAttribute:function(c,b){if(this.valid){b=b.replace(/&gt;/g,&quot;%MCGT%&quot;)}this.node.setAttribute(c,b)},writeEndElement:function(){this.node=this.node.parentNode},writeFullEndElement:function(){var b=this,c=b.node;c.appendChild(b.doc.createTextNode(&quot;&quot;));b.node=c.parentNode},writeText:function(b){if(this.valid){b=b.replace(/&gt;/g,&quot;%MCGT%&quot;)}this.node.appendChild(this.doc.createTextNode(b))},writeCDATA:function(b){this.node.appendChild(this.doc.createCDATASection(b))},writeComment:function(b){if(a.isIE){b=b.replace(/^\-|\-$/g,&quot; &quot;)}this.node.appendChild(this.doc.createComment(b.replace(/\-\-/g,&quot; &quot;)))},getContent:function(){var b;b=this.doc.xml||new XMLSerializer().serializeToString(this.doc);b=b.replace(/&lt;\?[^?]+\?&gt;|&lt;html[^&gt;]*&gt;|&lt;\/html&gt;|&lt;html\/&gt;|&lt;!DOCTYPE[^&gt;]+&gt;/g,&quot;&quot;);b=b.replace(/ ?\/&gt;/g,&quot; /&gt;&quot;);if(this.valid){b=b.replace(/\%MCGT%/g,&quot;&amp;gt;&quot;)}return b}})})(tinymce);(function(c){var d=/[&amp;\&quot;&lt;&gt;]/g,b=/[&lt;&gt;&amp;]/g,a={&quot;&amp;&quot;:&quot;&amp;amp;&quot;,'&quot;':&quot;&amp;quot;&quot;,&quot;&lt;&quot;:&quot;&amp;lt;&quot;,&quot;&gt;&quot;:&quot;&amp;gt;&quot;};c.create(&quot;tinymce.dom.StringWriter&quot;,{str:null,tags:null,count:0,settings:null,indent:null,StringWriter:function(e){this.settings=c.extend({indent_char:&quot; &quot;,indentation:0},e);this.reset()},reset:function(){this.indent=&quot;&quot;;this.str=&quot;&quot;;this.tags=[];this.count=0},writeStartElement:function(e){this._writeAttributesEnd();this.writeRaw(&quot;&lt;&quot;+e);this.tags.push(e);this.inAttr=true;this.count++;this.elementCount=this.count;this.attrs={}},writeAttribute:function(g,e){var f=this;if(!f.attrs[g]){f.writeRaw(&quot; &quot;+f.encode(g,true)+'=&quot;'+f.encode(e,true)+'&quot;');f.attrs[g]=e}},writeEndElement:function(){var e;if(this.tags.length&gt;0){e=this.tags.pop();if(this._writeAttributesEnd(1)){this.writeRaw(&quot;&lt;/&quot;+e+&quot;&gt;&quot;)}if(this.settings.indentation&gt;0){this.writeRaw(&quot;\n&quot;)}}},writeFullEndElement:function(){if(this.tags.length&gt;0){this._writeAttributesEnd();this.writeRaw(&quot;&lt;/&quot;+this.tags.pop()+&quot;&gt;&quot;);if(this.settings.indentation&gt;0){this.writeRaw(&quot;\n&quot;)}}},writeText:function(e){this._writeAttributesEnd();this.writeRaw(this.encode(e));this.count++},writeCDATA:function(e){this._writeAttributesEnd();this.writeRaw(&quot;&lt;![CDATA[&quot;+e+&quot;]]&gt;&quot;);this.count++},writeComment:function(e){this._writeAttributesEnd();this.writeRaw(&quot;&lt;!--&quot;+e+&quot;--&gt;&quot;);this.count++},writeRaw:function(e){this.str+=e},encode:function(f,e){return f.replace(e?d:b,function(g){return a[g]})},getContent:function(){return this.str},_writeAttributesEnd:function(e){if(!this.inAttr){return}this.inAttr=false;if(e&amp;&amp;this.elementCount==this.count){this.writeRaw(&quot; /&gt;&quot;);return false}this.writeRaw(&quot;&gt;&quot;);return true}})})(tinymce);(function(e){var g=e.extend,f=e.each,b=e.util.Dispatcher,d=e.isIE,a=e.isGecko;function c(h){return h.replace(/([?+*])/g,&quot;.$1&quot;)}e.create(&quot;tinymce.dom.Serializer&quot;,{Serializer:function(j){var i=this;i.key=0;i.onPreProcess=new b(i);i.onPostProcess=new b(i);try{i.writer=new e.dom.XMLWriter()}catch(h){i.writer=new e.dom.StringWriter()}if(e.isIE&amp;&amp;document.documentMode&gt;8){i.writer=new e.dom.StringWriter()}i.settings=j=g({dom:e.DOM,valid_nodes:0,node_filter:0,attr_filter:0,invalid_attrs:/^(_mce_|_moz_|sizset|sizcache)/,closed:/^(br|hr|input|meta|img|link|param|area)$/,entity_encoding:&quot;named&quot;,entities:&quot;160,nbsp,161,iexcl,162,cent,163,pound,164,curren,165,yen,166,brvbar,167,sect,168,uml,169,copy,170,ordf,171,laquo,172,not,173,shy,174,reg,175,macr,176,deg,177,plusmn,178,sup2,179,sup3,180,acute,181,micro,182,para,183,middot,184,cedil,185,sup1,186,ordm,187,raquo,188,frac14,189,frac12,190,frac34,191,iquest,192,Agrave,193,Aacute,194,Acirc,195,Atilde,196,Auml,197,Aring,198,AElig,199,Ccedil,200,Egrave,201,Eacute,202,Ecirc,203,Euml,204,Igrave,205,Iacute,206,Icirc,207,Iuml,208,ETH,209,Ntilde,210,Ograve,211,Oacute,212,Ocirc,213,Otilde,214,Ouml,215,times,216,Oslash,217,Ugrave,218,Uacute,219,Ucirc,220,Uuml,221,Yacute,222,THORN,223,szlig,224,agrave,225,aacute,226,acirc,227,atilde,228,auml,229,aring,230,aelig,231,ccedil,232,egrave,233,eacute,234,ecirc,235,euml,236,igrave,237,iacute,238,icirc,239,iuml,240,eth,241,ntilde,242,ograve,243,oacute,244,ocirc,245,otilde,246,ouml,247,divide,248,oslash,249,ugrave,250,uacute,251,ucirc,252,uuml,253,yacute,254,thorn,255,yuml,402,fnof,913,Alpha,914,Beta,915,Gamma,916,Delta,917,Epsilon,918,Zeta,919,Eta,920,Theta,921,Iota,922,Kappa,923,Lambda,924,Mu,925,Nu,926,Xi,927,Omicron,928,Pi,929,Rho,931,Sigma,932,Tau,933,Upsilon,934,Phi,935,Chi,936,Psi,937,Omega,945,alpha,946,beta,947,gamma,948,delta,949,epsilon,950,zeta,951,eta,952,theta,953,iota,954,kappa,955,lambda,956,mu,957,nu,958,xi,959,omicron,960,pi,961,rho,962,sigmaf,963,sigma,964,tau,965,upsilon,966,phi,967,chi,968,psi,969,omega,977,thetasym,978,upsih,982,piv,8226,bull,8230,hellip,8242,prime,8243,Prime,8254,oline,8260,frasl,8472,weierp,8465,image,8476,real,8482,trade,8501,alefsym,8592,larr,8593,uarr,8594,rarr,8595,darr,8596,harr,8629,crarr,8656,lArr,8657,uArr,8658,rArr,8659,dArr,8660,hArr,8704,forall,8706,part,8707,exist,8709,empty,8711,nabla,8712,isin,8713,notin,8715,ni,8719,prod,8721,sum,8722,minus,8727,lowast,8730,radic,8733,prop,8734,infin,8736,ang,8743,and,8744,or,8745,cap,8746,cup,8747,int,8756,there4,8764,sim,8773,cong,8776,asymp,8800,ne,8801,equiv,8804,le,8805,ge,8834,sub,8835,sup,8836,nsub,8838,sube,8839,supe,8853,oplus,8855,otimes,8869,perp,8901,sdot,8968,lceil,8969,rceil,8970,lfloor,8971,rfloor,9001,lang,9002,rang,9674,loz,9824,spades,9827,clubs,9829,hearts,9830,diams,338,OElig,339,oelig,352,Scaron,353,scaron,376,Yuml,710,circ,732,tilde,8194,ensp,8195,emsp,8201,thinsp,8204,zwnj,8205,zwj,8206,lrm,8207,rlm,8211,ndash,8212,mdash,8216,lsquo,8217,rsquo,8218,sbquo,8220,ldquo,8221,rdquo,8222,bdquo,8224,dagger,8225,Dagger,8240,permil,8249,lsaquo,8250,rsaquo,8364,euro&quot;,valid_elements:&quot;*[*]&quot;,extended_valid_elements:0,invalid_elements:0,fix_table_elements:1,fix_list_elements:true,fix_content_duplication:true,convert_fonts_to_spans:false,font_size_classes:0,apply_source_formatting:0,indent_mode:&quot;simple&quot;,indent_char:&quot;\t&quot;,indent_levels:1,remove_linebreaks:1,remove_redundant_brs:1,element_format:&quot;xhtml&quot;},j);i.dom=j.dom;i.schema=j.schema;if(j.entity_encoding==&quot;named&quot;&amp;&amp;!j.entities){j.entity_encoding=&quot;raw&quot;}if(j.remove_redundant_brs){i.onPostProcess.add(function(k,l){l.content=l.content.replace(/(&lt;br \/&gt;\s*)+&lt;\/(p|h[1-6]|div|li)&gt;/gi,function(n,m,o){if(/^&lt;br \/&gt;\s*&lt;\//.test(n)){return&quot;&lt;/&quot;+o+&quot;&gt;&quot;}return n})})}if(j.element_format==&quot;html&quot;){i.onPostProcess.add(function(k,l){l.content=l.content.replace(/&lt;([^&gt;]+) \/&gt;/g,&quot;&lt;$1&gt;&quot;)})}if(j.fix_list_elements){i.onPreProcess.add(function(v,s){var l,z,y=[&quot;ol&quot;,&quot;ul&quot;],u,t,q,k=/^(OL|UL)$/,A;function m(r,x){var o=x.split(&quot;,&quot;),p;while((r=r.previousSibling)!=null){for(p=0;p&lt;o.length;p++){if(r.nodeName==o[p]){return r}}}return null}for(z=0;z&lt;y.length;z++){l=i.dom.select(y[z],s.node);for(u=0;u&lt;l.length;u++){t=l[u];q=t.parentNode;if(k.test(q.nodeName)){A=m(t,&quot;LI&quot;);if(!A){A=i.dom.create(&quot;li&quot;);A.innerHTML=&quot;&amp;nbsp;&quot;;A.appendChild(t);q.insertBefore(A,q.firstChild)}else{A.appendChild(t)}}}}})}if(j.fix_table_elements){i.onPreProcess.add(function(k,l){f(i.dom.select(&quot;p table&quot;,l.node).reverse(),function(p){var o=i.dom.getParent(p.parentNode,&quot;table,p&quot;);if(o.nodeName!=&quot;TABLE&quot;){try{i.dom.split(o,p)}catch(m){}}})})}},setEntities:function(o){var n=this,j,m,h={},k;if(n.entityLookup){return}j=o.split(&quot;,&quot;);for(m=0;m&lt;j.length;m+=2){k=j[m];if(k==34||k==38||k==60||k==62){continue}h[String.fromCharCode(j[m])]=j[m+1];k=parseInt(j[m]).toString(16)}n.entityLookup=h},setRules:function(i){var h=this;h._setup();h.rules={};h.wildRules=[];h.validElements={};return h.addRules(i)},addRules:function(i){var h=this,j;if(!i){return}h._setup();f(i.split(&quot;,&quot;),function(m){var q=m.split(/\[|\]/),l=q[0].split(&quot;/&quot;),r,k,o,n=[];if(j){k=e.extend([],j.attribs)}if(q.length&gt;1){f(q[1].split(&quot;|&quot;),function(u){var p={},t;k=k||[];u=u.replace(/::/g,&quot;~&quot;);u=/^([!\-])?([\w*.?~_\-]+|)([=:&lt;])?(.+)?$/.exec(u);u[2]=u[2].replace(/~/g,&quot;:&quot;);if(u[1]==&quot;!&quot;){r=r||[];r.push(u[2])}if(u[1]==&quot;-&quot;){for(t=0;t&lt;k.length;t++){if(k[t].name==u[2]){k.splice(t,1);return}}}switch(u[3]){case&quot;=&quot;:p.defaultVal=u[4]||&quot;&quot;;break;case&quot;:&quot;:p.forcedVal=u[4];break;case&quot;&lt;&quot;:p.validVals=u[4].split(&quot;?&quot;);break}if(/[*.?]/.test(u[2])){o=o||[];p.nameRE=new RegExp(&quot;^&quot;+c(u[2])+&quot;$&quot;);o.push(p)}else{p.name=u[2];k.push(p)}n.push(u[2])})}f(l,function(v,u){var y=v.charAt(0),t=1,p={};if(j){if(j.noEmpty){p.noEmpty=j.noEmpty}if(j.fullEnd){p.fullEnd=j.fullEnd}if(j.padd){p.padd=j.padd}}switch(y){case&quot;-&quot;:p.noEmpty=true;break;case&quot;+&quot;:p.fullEnd=true;break;case&quot;#&quot;:p.padd=true;break;default:t=0}l[u]=v=v.substring(t);h.validElements[v]=1;if(/[*.?]/.test(l[0])){p.nameRE=new RegExp(&quot;^&quot;+c(l[0])+&quot;$&quot;);h.wildRules=h.wildRules||{};h.wildRules.push(p)}else{p.name=l[0];if(l[0]==&quot;@&quot;){j=p}h.rules[v]=p}p.attribs=k;if(r){p.requiredAttribs=r}if(o){v=&quot;&quot;;f(n,function(s){if(v){v+=&quot;|&quot;}v+=&quot;(&quot;+c(s)+&quot;)&quot;});p.validAttribsRE=new RegExp(&quot;^&quot;+v.toLowerCase()+&quot;$&quot;);p.wildAttribs=o}})});i=&quot;&quot;;f(h.validElements,function(m,l){if(i){i+=&quot;|&quot;}if(l!=&quot;@&quot;){i+=l}});h.validElementsRE=new RegExp(&quot;^(&quot;+c(i.toLowerCase())+&quot;)$&quot;)},findRule:function(m){var j=this,l=j.rules,h,k;j._setup();k=l[m];if(k){return k}l=j.wildRules;for(h=0;h&lt;l.length;h++){if(l[h].nameRE.test(m)){return l[h]}}return null},findAttribRule:function(h,l){var j,k=h.wildAttribs;for(j=0;j&lt;k.length;j++){if(k[j].nameRE.test(l)){return k[j]}}return null},serialize:function(r,q){var m,k=this,p,i,j,l;k._setup();q=q||{};q.format=q.format||&quot;html&quot;;k.processObj=q;if(d){l=[];f(r.getElementsByTagName(&quot;option&quot;),function(o){var h=k.dom.getAttrib(o,&quot;selected&quot;);l.push(h?h:null)})}r=r.cloneNode(true);if(d){f(r.getElementsByTagName(&quot;option&quot;),function(o,h){k.dom.setAttrib(o,&quot;selected&quot;,l[h])})}j=r.ownerDocument.implementation;if(j.createHTMLDocument){p=j.createHTMLDocument(&quot;&quot;);f(r.nodeName==&quot;BODY&quot;?r.childNodes:[r],function(h){p.body.appendChild(p.importNode(h,true))});if(r.nodeName!=&quot;BODY&quot;){r=p.body.firstChild}else{r=p.body}i=k.dom.doc;k.dom.doc=p}k.key=&quot;&quot;+(parseInt(k.key)+1);if(!q.no_events){q.node=r;k.onPreProcess.dispatch(k,q)}k.writer.reset();k._info=q;k._serializeNode(r,q.getInner);q.content=k.writer.getContent();if(i){k.dom.doc=i}if(!q.no_events){k.onPostProcess.dispatch(k,q)}k._postProcess(q);q.node=null;return e.trim(q.content)},_postProcess:function(n){var i=this,k=i.settings,j=n.content,m=[],l;if(n.format==&quot;html&quot;){l=i._protect({content:j,patterns:[{pattern:/(&lt;script[^&gt;]*&gt;)(.*?)(&lt;\/script&gt;)/g},{pattern:/(&lt;noscript[^&gt;]*&gt;)(.*?)(&lt;\/noscript&gt;)/g},{pattern:/(&lt;style[^&gt;]*&gt;)(.*?)(&lt;\/style&gt;)/g},{pattern:/(&lt;pre[^&gt;]*&gt;)(.*?)(&lt;\/pre&gt;)/g,encode:1},{pattern:/(&lt;!--\[CDATA\[)(.*?)(\]\]--&gt;)/g}]});j=l.content;if(k.entity_encoding!==&quot;raw&quot;){j=i._encode(j)}if(!n.set){j=e._replace(/&lt;p&gt;\s+&lt;\/p&gt;|&lt;p([^&gt;]+)&gt;\s+&lt;\/p&gt;/g,k.entity_encoding==&quot;numeric&quot;?&quot;&lt;p$1&gt;&amp;#160;&lt;/p&gt;&quot;:&quot;&lt;p$1&gt;&amp;nbsp;&lt;/p&gt;&quot;,j);if(k.remove_linebreaks){j=j.replace(/\r?\n|\r/g,&quot; &quot;);j=e._replace(/(&lt;[^&gt;]+&gt;)\s+/g,&quot;$1 &quot;,j);j=e._replace(/\s+(&lt;\/[^&gt;]+&gt;)/g,&quot; $1&quot;,j);j=e._replace(/&lt;(p|h[1-6]|blockquote|hr|div|table|tbody|tr|td|body|head|html|title|meta|style|pre|script|link|object) ([^&gt;]+)&gt;\s+/g,&quot;&lt;$1 $2&gt;&quot;,j);j=e._replace(/&lt;(p|h[1-6]|blockquote|hr|div|table|tbody|tr|td|body|head|html|title|meta|style|pre|script|link|object)&gt;\s+/g,&quot;&lt;$1&gt;&quot;,j);j=e._replace(/\s+&lt;\/(p|h[1-6]|blockquote|hr|div|table|tbody|tr|td|body|head|html|title|meta|style|pre|script|link|object)&gt;/g,&quot;&lt;/$1&gt;&quot;,j)}if(k.apply_source_formatting&amp;&amp;k.indent_mode==&quot;simple&quot;){j=e._replace(/&lt;(\/?)(ul|hr|table|meta|link|tbody|tr|object|body|head|html|map)(|[^&gt;]+)&gt;\s*/g,&quot;\n&lt;$1$2$3&gt;\n&quot;,j);j=e._replace(/\s*&lt;(p|h[1-6]|blockquote|div|title|style|pre|script|td|li|area)(|[^&gt;]+)&gt;/g,&quot;\n&lt;$1$2&gt;&quot;,j);j=e._replace(/&lt;\/(p|h[1-6]|blockquote|div|title|style|pre|script|td|li)&gt;\s*/g,&quot;&lt;/$1&gt;\n&quot;,j);j=j.replace(/\n\n/g,&quot;\n&quot;)}}j=i._unprotect(j,l);j=e._replace(/&lt;!--\[CDATA\[([\s\S]+)\]\]--&gt;/g,&quot;&lt;![CDATA[$1]]&gt;&quot;,j);if(k.entity_encoding==&quot;raw&quot;){j=e._replace(/&lt;p&gt;&amp;nbsp;&lt;\/p&gt;|&lt;p([^&gt;]+)&gt;&amp;nbsp;&lt;\/p&gt;/g,&quot;&lt;p$1&gt;\u00a0&lt;/p&gt;&quot;,j)}j=j.replace(/&lt;noscript([^&gt;]+|)&gt;([\s\S]*?)&lt;\/noscript&gt;/g,function(h,p,o){return&quot;&lt;noscript&quot;+p+&quot;&gt;&quot;+i.dom.decode(o.replace(/&lt;!--|--&gt;/g,&quot;&quot;))+&quot;&lt;/noscript&gt;&quot;})}n.content=j},_serializeNode:function(E,J){var A=this,B=A.settings,y=A.writer,q,j,u,G,F,I,C,h,z,k,r,D,p,m,H,o,x;if(!B.node_filter||B.node_filter(E)){switch(E.nodeType){case 1:if(E.hasAttribute?E.hasAttribute(&quot;_mce_bogus&quot;):E.getAttribute(&quot;_mce_bogus&quot;)){return}p=H=false;q=E.hasChildNodes();k=E.getAttribute(&quot;_mce_name&quot;)||E.nodeName.toLowerCase();o=E.getAttribute(&quot;_mce_type&quot;);if(o){if(!A._info.cleanup){p=true;return}else{H=1}}if(d){x=E.scopeName;if(x&amp;&amp;x!==&quot;HTML&quot;&amp;&amp;x!==&quot;html&quot;){k=x+&quot;:&quot;+k}}if(k.indexOf(&quot;mce:&quot;)===0){k=k.substring(4)}if(!H){if(!A.validElementsRE||!A.validElementsRE.test(k)||(A.invalidElementsRE&amp;&amp;A.invalidElementsRE.test(k))||J){p=true;break}}if(d){if(B.fix_content_duplication){if(E._mce_serialized==A.key){return}E._mce_serialized=A.key}if(k.charAt(0)==&quot;/&quot;){k=k.substring(1)}}else{if(a){if(E.nodeName===&quot;BR&quot;&amp;&amp;E.getAttribute(&quot;type&quot;)==&quot;_moz&quot;){return}}}if(B.validate_children){if(A.elementName&amp;&amp;!A.schema.isValid(A.elementName,k)){p=true;break}A.elementName=k}r=A.findRule(k);if(!r){p=true;break}k=r.name||k;m=B.closed.test(k);if((!q&amp;&amp;r.noEmpty)||(d&amp;&amp;!k)){p=true;break}if(r.requiredAttribs){I=r.requiredAttribs;for(G=I.length-1;G&gt;=0;G--){if(this.dom.getAttrib(E,I[G])!==&quot;&quot;){break}}if(G==-1){p=true;break}}y.writeStartElement(k);if(r.attribs){for(G=0,C=r.attribs,F=C.length;G&lt;F;G++){I=C[G];z=A._getAttrib(E,I);if(z!==null){y.writeAttribute(I.name,z)}}}if(r.validAttribsRE){C=A.dom.getAttribs(E);for(G=C.length-1;G&gt;-1;G--){h=C[G];if(h.specified){I=h.nodeName.toLowerCase();if(B.invalid_attrs.test(I)||!r.validAttribsRE.test(I)){continue}D=A.findAttribRule(r,I);z=A._getAttrib(E,D,I);if(z!==null){y.writeAttribute(I,z)}}}}if(o&amp;&amp;H){y.writeAttribute(&quot;_mce_type&quot;,o)}if(k===&quot;script&quot;&amp;&amp;e.trim(E.innerHTML)){y.writeText(&quot;// &quot;);y.writeCDATA(E.innerHTML.replace(/&lt;!--|--&gt;|&lt;\[CDATA\[|\]\]&gt;/g,&quot;&quot;));q=false;break}if(r.padd){if(q&amp;&amp;(u=E.firstChild)&amp;&amp;u.nodeType===1&amp;&amp;E.childNodes.length===1){if(u.hasAttribute?u.hasAttribute(&quot;_mce_bogus&quot;):u.getAttribute(&quot;_mce_bogus&quot;)){y.writeText(&quot;\u00a0&quot;)}}else{if(!q){y.writeText(&quot;\u00a0&quot;)}}}break;case 3:if(B.validate_children&amp;&amp;A.elementName&amp;&amp;!A.schema.isValid(A.elementName,&quot;#text&quot;)){return}return y.writeText(E.nodeValue);case 4:return y.writeCDATA(E.nodeValue);case 8:return y.writeComment(E.nodeValue)}}else{if(E.nodeType==1){q=E.hasChildNodes()}}if(q&amp;&amp;!m){u=E.firstChild;while(u){A._serializeNode(u);A.elementName=k;u=u.nextSibling}}if(!p){if(!m){y.writeFullEndElement()}else{y.writeEndElement()}}},_protect:function(j){var i=this;j.items=j.items||[];function h(l){return l.replace(/[\r\n\\]/g,function(m){if(m===&quot;\n&quot;){return&quot;\\n&quot;}else{if(m===&quot;\\&quot;){return&quot;\\\\&quot;}}return&quot;\\r&quot;})}function k(l){return l.replace(/\\[\\rn]/g,function(m){if(m===&quot;\\n&quot;){return&quot;\n&quot;}else{if(m===&quot;\\\\&quot;){return&quot;\\&quot;}}return&quot;\r&quot;})}f(j.patterns,function(l){j.content=k(h(j.content).replace(l.pattern,function(n,o,m,p){m=k(m);if(l.encode){m=i._encode(m)}j.items.push(m);return o+&quot;&lt;!--mce:&quot;+(j.items.length-1)+&quot;--&gt;&quot;+p}))});return j},_unprotect:function(i,j){i=i.replace(/\&lt;!--mce:([0-9]+)--\&gt;/g,function(k,h){return j.items[parseInt(h)]});j.items=[];return i},_encode:function(m){var j=this,k=j.settings,i;if(k.entity_encoding!==&quot;raw&quot;){if(k.entity_encoding.indexOf(&quot;named&quot;)!=-1){j.setEntities(k.entities);i=j.entityLookup;m=m.replace(/[\u007E-\uFFFF]/g,function(h){var l;if(l=i[h]){h=&quot;&amp;&quot;+l+&quot;;&quot;}return h})}if(k.entity_encoding.indexOf(&quot;numeric&quot;)!=-1){m=m.replace(/[\u007E-\uFFFF]/g,function(h){return&quot;&amp;#&quot;+h.charCodeAt(0)+&quot;;&quot;})}}return m},_setup:function(){var h=this,i=this.settings;if(h.done){return}h.done=1;h.setRules(i.valid_elements);h.addRules(i.extended_valid_elements);if(i.invalid_elements){h.invalidElementsRE=new RegExp(&quot;^(&quot;+c(i.invalid_elements.replace(/,/g,&quot;|&quot;).toLowerCase())+&quot;)$&quot;)}if(i.attrib_value_filter){h.attribValueFilter=i.attribValueFilter}},_getAttrib:function(m,j,h){var l,k;h=h||j.name;if(j.forcedVal&amp;&amp;(k=j.forcedVal)){if(k===&quot;{$uid}&quot;){return this.dom.uniqueId()}return k}k=this.dom.getAttrib(m,h);switch(h){case&quot;rowspan&quot;:case&quot;colspan&quot;:if(k==&quot;1&quot;){k=&quot;&quot;}break}if(this.attribValueFilter){k=this.attribValueFilter(h,k,m)}if(j.validVals){for(l=j.validVals.length-1;l&gt;=0;l--){if(k==j.validVals[l]){break}}if(l==-1){return null}}if(k===&quot;&quot;&amp;&amp;typeof(j.defaultVal)!=&quot;undefined&quot;){k=j.defaultVal;if(k===&quot;{$uid}&quot;){return this.dom.uniqueId()}return k}else{if(h==&quot;class&quot;&amp;&amp;this.processObj.get){k=k.replace(/\s?mceItem\w+\s?/g,&quot;&quot;)}}if(k===&quot;&quot;){return null}return k}})})(tinymce);(function(a){a.dom.ScriptLoader=function(h){var c=0,k=1,i=2,l={},j=[],f={},d=[],g=0,e;function b(m,u){var v=this,q=a.DOM,s,o,r,n;function p(){q.remove(n);if(s){s.onreadystatechange=s.onload=s=null}u()}n=q.uniqueId();if(a.isIE6){o=new a.util.URI(m);r=location;if(o.host==r.hostname&amp;&amp;o.port==r.port&amp;&amp;(o.protocol+&quot;:&quot;)==r.protocol){a.util.XHR.send({url:a._addVer(o.getURI()),success:function(x){var t=q.create(&quot;script&quot;,{type:&quot;text/javascript&quot;});t.text=x;document.getElementsByTagName(&quot;head&quot;)[0].appendChild(t);q.remove(t);p()}});return}}s=q.create(&quot;script&quot;,{id:n,type:&quot;text/javascript&quot;,src:a._addVer(m)});if(!a.isIE){s.onload=p}s.onreadystatechange=function(){var t=s.readyState;if(t==&quot;complete&quot;||t==&quot;loaded&quot;){p()}};(document.getElementsByTagName(&quot;head&quot;)[0]||document.body).appendChild(s)}this.isDone=function(m){return l[m]==i};this.markDone=function(m){l[m]=i};this.add=this.load=function(m,q,n){var o,p=l[m];if(p==e){j.push(m);l[m]=c}if(q){if(!f[m]){f[m]=[]}f[m].push({func:q,scope:n||this})}};this.loadQueue=function(n,m){this.loadScripts(j,n,m)};this.loadScripts=function(m,q,p){var o;function n(r){a.each(f[r],function(s){s.func.call(s.scope)});f[r]=e}d.push({func:q,scope:p||this});o=function(){var r=a.grep(m);m.length=0;a.each(r,function(s){if(l[s]==i){n(s);return}if(l[s]!=k){l[s]=k;g++;b(s,function(){l[s]=i;g--;n(s);o()})}});if(!g){a.each(d,function(s){s.func.call(s.scope)});d.length=0}};o()}};a.ScriptLoader=new a.dom.ScriptLoader()})(tinymce);tinymce.dom.TreeWalker=function(a,c){var b=a;function d(i,f,e,j){var h,g;if(i){if(!j&amp;&amp;i[f]){return i[f]}if(i!=c){h=i[e];if(h){return h}for(g=i.parentNode;g&amp;&amp;g!=c;g=g.parentNode){h=g[e];if(h){return h}}}}}this.current=function(){return b};this.next=function(e){return(b=d(b,&quot;firstChild&quot;,&quot;nextSibling&quot;,e))};this.prev=function(e){return(b=d(b,&quot;lastChild&quot;,&quot;lastSibling&quot;,e))}};(function(){var a={};function b(f,e){var d;function c(g){return g.replace(/[A-Z]+/g,function(h){return c(f[h])})}for(d in f){if(f.hasOwnProperty(d)){f[d]=c(f[d])}}c(e).replace(/#/g,&quot;#text&quot;).replace(/(\w+)\[([^\]]+)\]/g,function(l,g,j){var h,k={};j=j.split(/\|/);for(h=j.length-1;h&gt;=0;h--){k[j[h]]=1}a[g]=k})}b({Z:&quot;#|H|K|N|O|P&quot;,Y:&quot;#|X|form|R|Q&quot;,X:&quot;p|T|div|U|W|isindex|fieldset|table&quot;,W:&quot;pre|hr|blockquote|address|center|noframes&quot;,U:&quot;ul|ol|dl|menu|dir&quot;,ZC:&quot;#|p|Y|div|U|W|table|br|span|bdo|object|applet|img|map|K|N|Q&quot;,T:&quot;h1|h2|h3|h4|h5|h6&quot;,ZB:&quot;#|X|S|Q&quot;,S:&quot;R|P&quot;,ZA:&quot;#|a|G|J|M|O|P&quot;,R:&quot;#|a|H|K|N|O&quot;,Q:&quot;noscript|P&quot;,P:&quot;ins|del|script&quot;,O:&quot;input|select|textarea|label|button&quot;,N:&quot;M|L&quot;,M:&quot;em|strong|dfn|code|q|samp|kbd|var|cite|abbr|acronym&quot;,L:&quot;sub|sup&quot;,K:&quot;J|I&quot;,J:&quot;tt|i|b|u|s|strike&quot;,I:&quot;big|small|font|basefont&quot;,H:&quot;G|F&quot;,G:&quot;br|span|bdo&quot;,F:&quot;object|applet|img|map|iframe&quot;},&quot;script[]style[]object[#|param|X|form|a|H|K|N|O|Q]param[]p[S]a[Z]br[]span[S]bdo[S]applet[#|param|X|form|a|H|K|N|O|Q]h1[S]img[]map[X|form|Q|area]h2[S]iframe[#|X|form|a|H|K|N|O|Q]h3[S]tt[S]i[S]b[S]u[S]s[S]strike[S]big[S]small[S]font[S]basefont[]em[S]strong[S]dfn[S]code[S]q[S]samp[S]kbd[S]var[S]cite[S]abbr[S]acronym[S]sub[S]sup[S]input[]select[optgroup|option]optgroup[option]option[]textarea[]label[S]button[#|p|T|div|U|W|table|G|object|applet|img|map|K|N|Q]h4[S]ins[#|X|form|a|H|K|N|O|Q]h5[S]del[#|X|form|a|H|K|N|O|Q]h6[S]div[#|X|form|a|H|K|N|O|Q]ul[li]li[#|X|form|a|H|K|N|O|Q]ol[li]dl[dt|dd]dt[S]dd[#|X|form|a|H|K|N|O|Q]menu[li]dir[li]pre[ZA]hr[]blockquote[#|X|form|a|H|K|N|O|Q]address[S|p]center[#|X|form|a|H|K|N|O|Q]noframes[#|X|form|a|H|K|N|O|Q]isindex[]fieldset[#|legend|X|form|a|H|K|N|O|Q]legend[S]table[caption|col|colgroup|thead|tfoot|tbody|tr]caption[S]col[]colgroup[col]thead[tr]tr[th|td]th[#|X|form|a|H|K|N|O|Q]form[#|X|a|H|K|N|O|Q]noscript[#|X|form|a|H|K|N|O|Q]td[#|X|form|a|H|K|N|O|Q]tfoot[tr]tbody[tr]area[]base[]body[#|X|form|a|H|K|N|O|Q]&quot;);tinymce.dom.Schema=function(){var c=this,d=a;c.isValid=function(f,e){var g=d[f];return !!(g&amp;&amp;(!e||g[e]))}}})();(function(a){a.dom.RangeUtils=function(c){var b=&quot;\uFEFF&quot;;this.walk=function(d,r){var h=d.startContainer,k=d.startOffset,s=d.endContainer,l=d.endOffset,i,f,n,g,q,p,e;e=c.select(&quot;td.mceSelected,th.mceSelected&quot;);if(e.length&gt;0){a.each(e,function(t){r([t])});return}function o(v,u,t){var x=[];for(;v&amp;&amp;v!=t;v=v[u]){x.push(v)}return x}function m(u,t){do{if(u.parentNode==t){return u}u=u.parentNode}while(u)}function j(v,u,x){var t=x?&quot;nextSibling&quot;:&quot;previousSibling&quot;;for(g=v,q=g.parentNode;g&amp;&amp;g!=u;g=q){q=g.parentNode;p=o(g==v?g:g[t],t);if(p.length){if(!x){p.reverse()}r(p)}}}if(h.nodeType==1&amp;&amp;h.hasChildNodes()){h=h.childNodes[k]}if(s.nodeType==1&amp;&amp;s.hasChildNodes()){s=s.childNodes[Math.min(k==l?l:l-1,s.childNodes.length-1)]}i=c.findCommonAncestor(h,s);if(h==s){return r([h])}for(g=h;g;g=g.parentNode){if(g==s){return j(h,i,true)}if(g==i){break}}for(g=s;g;g=g.parentNode){if(g==h){return j(s,i)}if(g==i){break}}f=m(h,i)||h;n=m(s,i)||s;j(h,f,true);p=o(f==h?f:f.nextSibling,&quot;nextSibling&quot;,n==s?n.nextSibling:n);if(p.length){r(p)}j(s,n)}};a.dom.RangeUtils.compareRanges=function(c,b){if(c&amp;&amp;b){if(c.item||c.duplicate){if(c.item&amp;&amp;b.item&amp;&amp;c.item(0)===b.item(0)){return true}if(c.isEqual&amp;&amp;b.isEqual&amp;&amp;b.isEqual(c)){return true}}else{return c.startContainer==b.startContainer&amp;&amp;c.startOffset==b.startOffset}}return false}})(tinymce);(function(c){var b=c.DOM,a=c.is;c.create(&quot;tinymce.ui.Control&quot;,{Control:function(e,d){this.id=e;this.settings=d=d||{};this.rendered=false;this.onRender=new c.util.Dispatcher(this);this.classPrefix=&quot;&quot;;this.scope=d.scope||this;this.disabled=0;this.active=0},setDisabled:function(d){var f;if(d!=this.disabled){f=b.get(this.id);if(f&amp;&amp;this.settings.unavailable_prefix){if(d){this.prevTitle=f.title;f.title=this.settings.unavailable_prefix+&quot;: &quot;+f.title}else{f.title=this.prevTitle}}this.setState(&quot;Disabled&quot;,d);this.setState(&quot;Enabled&quot;,!d);this.disabled=d}},isDisabled:function(){return this.disabled},setActive:function(d){if(d!=this.active){this.setState(&quot;Active&quot;,d);this.active=d}},isActive:function(){return this.active},setState:function(f,d){var e=b.get(this.id);f=this.classPrefix+f;if(d){b.addClass(e,f)}else{b.removeClass(e,f)}},isRendered:function(){return this.rendered},renderHTML:function(){},renderTo:function(d){b.setHTML(d,this.renderHTML())},postRender:function(){var e=this,d;if(a(e.disabled)){d=e.disabled;e.disabled=-1;e.setDisabled(d)}if(a(e.active)){d=e.active;e.active=-1;e.setActive(d)}},remove:function(){b.remove(this.id);this.destroy()},destroy:function(){c.dom.Event.clear(this.id)}})})(tinymce);tinymce.create(&quot;tinymce.ui.Container:tinymce.ui.Control&quot;,{Container:function(b,a){this.parent(b,a);this.controls=[];this.lookup={}},add:function(a){this.lookup[a.id]=a;this.controls.push(a);return a},get:function(a){return this.lookup[a]}});tinymce.create(&quot;tinymce.ui.Separator:tinymce.ui.Control&quot;,{Separator:function(b,a){this.parent(b,a);this.classPrefix=&quot;mceSeparator&quot;},renderHTML:function(){return tinymce.DOM.createHTML(&quot;span&quot;,{&quot;class&quot;:this.classPrefix})}});(function(d){var c=d.is,b=d.DOM,e=d.each,a=d.walk;d.create(&quot;tinymce.ui.MenuItem:tinymce.ui.Control&quot;,{MenuItem:function(g,f){this.parent(g,f);this.classPrefix=&quot;mceMenuItem&quot;},setSelected:function(f){this.setState(&quot;Selected&quot;,f);this.selected=f},isSelected:function(){return this.selected},postRender:function(){var f=this;f.parent();if(c(f.selected)){f.setSelected(f.selected)}}})})(tinymce);(function(d){var c=d.is,b=d.DOM,e=d.each,a=d.walk;d.create(&quot;tinymce.ui.Menu:tinymce.ui.MenuItem&quot;,{Menu:function(h,g){var f=this;f.parent(h,g);f.items={};f.collapsed=false;f.menuCount=0;f.onAddItem=new d.util.Dispatcher(this)},expand:function(g){var f=this;if(g){a(f,function(h){if(h.expand){h.expand()}},&quot;items&quot;,f)}f.collapsed=false},collapse:function(g){var f=this;if(g){a(f,function(h){if(h.collapse){h.collapse()}},&quot;items&quot;,f)}f.collapsed=true},isCollapsed:function(){return this.collapsed},add:function(f){if(!f.settings){f=new d.ui.MenuItem(f.id||b.uniqueId(),f)}this.onAddItem.dispatch(this,f);return this.items[f.id]=f},addSeparator:function(){return this.add({separator:true})},addMenu:function(f){if(!f.collapse){f=this.createMenu(f)}this.menuCount++;return this.add(f)},hasMenus:function(){return this.menuCount!==0},remove:function(f){delete this.items[f.id]},removeAll:function(){var f=this;a(f,function(g){if(g.removeAll){g.removeAll()}else{g.remove()}g.destroy()},&quot;items&quot;,f);f.items={}},createMenu:function(g){var f=new d.ui.Menu(g.id||b.uniqueId(),g);f.onAddItem.add(this.onAddItem.dispatch,this.onAddItem);return f}})})(tinymce);(function(e){var d=e.is,c=e.DOM,f=e.each,a=e.dom.Event,b=e.dom.Element;e.create(&quot;tinymce.ui.DropMenu:tinymce.ui.Menu&quot;,{DropMenu:function(h,g){g=g||{};g.container=g.container||c.doc.body;g.offset_x=g.offset_x||0;g.offset_y=g.offset_y||0;g.vp_offset_x=g.vp_offset_x||0;g.vp_offset_y=g.vp_offset_y||0;if(d(g.icons)&amp;&amp;!g.icons){g[&quot;class&quot;]+=&quot; mceNoIcons&quot;}this.parent(h,g);this.onShowMenu=new e.util.Dispatcher(this);this.onHideMenu=new e.util.Dispatcher(this);this.classPrefix=&quot;mceMenu&quot;},createMenu:function(j){var h=this,i=h.settings,g;j.container=j.container||i.container;j.parent=h;j.constrain=j.constrain||i.constrain;j[&quot;class&quot;]=j[&quot;class&quot;]||i[&quot;class&quot;];j.vp_offset_x=j.vp_offset_x||i.vp_offset_x;j.vp_offset_y=j.vp_offset_y||i.vp_offset_y;g=new e.ui.DropMenu(j.id||c.uniqueId(),j);g.onAddItem.add(h.onAddItem.dispatch,h.onAddItem);return g},update:function(){var i=this,j=i.settings,g=c.get(&quot;menu_&quot;+i.id+&quot;_tbl&quot;),l=c.get(&quot;menu_&quot;+i.id+&quot;_co&quot;),h,k;h=j.max_width?Math.min(g.clientWidth,j.max_width):g.clientWidth;k=j.max_height?Math.min(g.clientHeight,j.max_height):g.clientHeight;if(!c.boxModel){i.element.setStyles({width:h+2,height:k+2})}else{i.element.setStyles({width:h,height:k})}if(j.max_width){c.setStyle(l,&quot;width&quot;,h)}if(j.max_height){c.setStyle(l,&quot;height&quot;,k);if(g.clientHeight&lt;j.max_height){c.setStyle(l,&quot;overflow&quot;,&quot;hidden&quot;)}}},showMenu:function(p,n,r){var z=this,A=z.settings,o,g=c.getViewPort(),u,l,v,q,i=2,k,j,m=z.classPrefix;z.collapse(1);if(z.isMenuVisible){return}if(!z.rendered){o=c.add(z.settings.container,z.renderNode());f(z.items,function(h){h.postRender()});z.element=new b(&quot;menu_&quot;+z.id,{blocker:1,container:A.container})}else{o=c.get(&quot;menu_&quot;+z.id)}if(!e.isOpera){c.setStyles(o,{left:-65535,top:-65535})}c.show(o);z.update();p+=A.offset_x||0;n+=A.offset_y||0;g.w-=4;g.h-=4;if(A.constrain){u=o.clientWidth-i;l=o.clientHeight-i;v=g.x+g.w;q=g.y+g.h;if((p+A.vp_offset_x+u)&gt;v){p=r?r-u:Math.max(0,(v-A.vp_offset_x)-u)}if((n+A.vp_offset_y+l)&gt;q){n=Math.max(0,(q-A.vp_offset_y)-l)}}c.setStyles(o,{left:p,top:n});z.element.update();z.isMenuVisible=1;z.mouseClickFunc=a.add(o,&quot;click&quot;,function(s){var h;s=s.target;if(s&amp;&amp;(s=c.getParent(s,&quot;tr&quot;))&amp;&amp;!c.hasClass(s,m+&quot;ItemSub&quot;)){h=z.items[s.id];if(h.isDisabled()){return}k=z;while(k){if(k.hideMenu){k.hideMenu()}k=k.settings.parent}if(h.settings.onclick){h.settings.onclick(s)}return a.cancel(s)}});if(z.hasMenus()){z.mouseOverFunc=a.add(o,&quot;mouseover&quot;,function(x){var h,t,s;x=x.target;if(x&amp;&amp;(x=c.getParent(x,&quot;tr&quot;))){h=z.items[x.id];if(z.lastMenu){z.lastMenu.collapse(1)}if(h.isDisabled()){return}if(x&amp;&amp;c.hasClass(x,m+&quot;ItemSub&quot;)){t=c.getRect(x);h.showMenu((t.x+t.w-i),t.y-i,t.x);z.lastMenu=h;c.addClass(c.get(h.id).firstChild,m+&quot;ItemActive&quot;)}}})}z.onShowMenu.dispatch(z);if(A.keyboard_focus){a.add(o,&quot;keydown&quot;,z._keyHandler,z);c.select(&quot;a&quot;,&quot;menu_&quot;+z.id)[0].focus();z._focusIdx=0}},hideMenu:function(j){var g=this,i=c.get(&quot;menu_&quot;+g.id),h;if(!g.isMenuVisible){return}a.remove(i,&quot;mouseover&quot;,g.mouseOverFunc);a.remove(i,&quot;click&quot;,g.mouseClickFunc);a.remove(i,&quot;keydown&quot;,g._keyHandler);c.hide(i);g.isMenuVisible=0;if(!j){g.collapse(1)}if(g.element){g.element.hide()}if(h=c.get(g.id)){c.removeClass(h.firstChild,g.classPrefix+&quot;ItemActive&quot;)}g.onHideMenu.dispatch(g)},add:function(i){var g=this,h;i=g.parent(i);if(g.isRendered&amp;&amp;(h=c.get(&quot;menu_&quot;+g.id))){g._add(c.select(&quot;tbody&quot;,h)[0],i)}return i},collapse:function(g){this.parent(g);this.hideMenu(1)},remove:function(g){c.remove(g.id);this.destroy();return this.parent(g)},destroy:function(){var g=this,h=c.get(&quot;menu_&quot;+g.id);a.remove(h,&quot;mouseover&quot;,g.mouseOverFunc);a.remove(h,&quot;click&quot;,g.mouseClickFunc);if(g.element){g.element.remove()}c.remove(h)},renderNode:function(){var i=this,j=i.settings,l,h,k,g;g=c.create(&quot;div&quot;,{id:&quot;menu_&quot;+i.id,&quot;class&quot;:j[&quot;class&quot;],style:&quot;position:absolute;left:0;top:0;z-index:200000&quot;});k=c.add(g,&quot;div&quot;,{id:&quot;menu_&quot;+i.id+&quot;_co&quot;,&quot;class&quot;:i.classPrefix+(j[&quot;class&quot;]?&quot; &quot;+j[&quot;class&quot;]:&quot;&quot;)});i.element=new b(&quot;menu_&quot;+i.id,{blocker:1,container:j.container});if(j.menu_line){c.add(k,&quot;span&quot;,{&quot;class&quot;:i.classPrefix+&quot;Line&quot;})}l=c.add(k,&quot;table&quot;,{id:&quot;menu_&quot;+i.id+&quot;_tbl&quot;,border:0,cellPadding:0,cellSpacing:0});h=c.add(l,&quot;tbody&quot;);f(i.items,function(m){i._add(h,m)});i.rendered=true;return g},_keyHandler:function(j){var i=this,h=j.keyCode;function g(m){var k=i._focusIdx+m,l=c.select(&quot;a&quot;,&quot;menu_&quot;+i.id)[k];if(l){i._focusIdx=k;l.focus()}}switch(h){case 38:g(-1);return;case 40:g(1);return;case 13:return;case 27:return this.hideMenu()}},_add:function(j,h){var i,q=h.settings,p,l,k,m=this.classPrefix,g;if(q.separator){l=c.add(j,&quot;tr&quot;,{id:h.id,&quot;class&quot;:m+&quot;ItemSeparator&quot;});c.add(l,&quot;td&quot;,{&quot;class&quot;:m+&quot;ItemSeparator&quot;});if(i=l.previousSibling){c.addClass(i,&quot;mceLast&quot;)}return}i=l=c.add(j,&quot;tr&quot;,{id:h.id,&quot;class&quot;:m+&quot;Item &quot;+m+&quot;ItemEnabled&quot;});i=k=c.add(i,&quot;td&quot;);i=p=c.add(i,&quot;a&quot;,{href:&quot;javascript:;&quot;,onclick:&quot;return false;&quot;,onmousedown:&quot;return false;&quot;});c.addClass(k,q[&quot;class&quot;]);g=c.add(i,&quot;span&quot;,{&quot;class&quot;:&quot;mceIcon&quot;+(q.icon?&quot; mce_&quot;+q.icon:&quot;&quot;)});if(q.icon_src){c.add(g,&quot;img&quot;,{src:q.icon_src})}i=c.add(i,q.element||&quot;span&quot;,{&quot;class&quot;:&quot;mceText&quot;,title:h.settings.title},h.settings.title);if(h.settings.style){c.setAttrib(i,&quot;style&quot;,h.settings.style)}if(j.childNodes.length==1){c.addClass(l,&quot;mceFirst&quot;)}if((i=l.previousSibling)&amp;&amp;c.hasClass(i,m+&quot;ItemSeparator&quot;)){c.addClass(l,&quot;mceFirst&quot;)}if(h.collapse){c.addClass(l,m+&quot;ItemSub&quot;)}if(i=l.previousSibling){c.removeClass(i,&quot;mceLast&quot;)}c.addClass(l,&quot;mceLast&quot;)}})})(tinymce);(function(b){var a=b.DOM;b.create(&quot;tinymce.ui.Button:tinymce.ui.Control&quot;,{Button:function(d,c){this.parent(d,c);this.classPrefix=&quot;mceButton&quot;},renderHTML:function(){var f=this.classPrefix,e=this.settings,d,c;c=a.encode(e.label||&quot;&quot;);d='&lt;a id=&quot;'+this.id+'&quot; href=&quot;javascript:;&quot; class=&quot;'+f+&quot; &quot;+f+&quot;Enabled &quot;+e[&quot;class&quot;]+(c?&quot; &quot;+f+&quot;Labeled&quot;:&quot;&quot;)+'&quot; onmousedown=&quot;return false;&quot; onclick=&quot;return false;&quot; title=&quot;'+a.encode(e.title)+'&quot;&gt;';if(e.image){d+='&lt;img class=&quot;mceIcon&quot; src=&quot;'+e.image+'&quot; /&gt;'+c+&quot;&lt;/a&gt;&quot;}else{d+='&lt;span class=&quot;mceIcon '+e[&quot;class&quot;]+'&quot;&gt;&lt;/span&gt;'+(c?'&lt;span class=&quot;'+f+'Label&quot;&gt;'+c+&quot;&lt;/span&gt;&quot;:&quot;&quot;)+&quot;&lt;/a&gt;&quot;}return d},postRender:function(){var c=this,d=c.settings;b.dom.Event.add(c.id,&quot;click&quot;,function(f){if(!c.isDisabled()){return d.onclick.call(d.scope,f)}})}})})(tinymce);(function(d){var c=d.DOM,b=d.dom.Event,e=d.each,a=d.util.Dispatcher;d.create(&quot;tinymce.ui.ListBox:tinymce.ui.Control&quot;,{ListBox:function(h,g){var f=this;f.parent(h,g);f.items=[];f.onChange=new a(f);f.onPostRender=new a(f);f.onAdd=new a(f);f.onRenderMenu=new d.util.Dispatcher(this);f.classPrefix=&quot;mceListBox&quot;},select:function(h){var g=this,j,i;if(h==undefined){return g.selectByIndex(-1)}if(h&amp;&amp;h.call){i=h}else{i=function(f){return f==h}}if(h!=g.selectedValue){e(g.items,function(k,f){if(i(k.value)){j=1;g.selectByIndex(f);return false}});if(!j){g.selectByIndex(-1)}}},selectByIndex:function(f){var g=this,h,i;if(f!=g.selectedIndex){h=c.get(g.id+&quot;_text&quot;);i=g.items[f];if(i){g.selectedValue=i.value;g.selectedIndex=f;c.setHTML(h,c.encode(i.title));c.removeClass(h,&quot;mceTitle&quot;)}else{c.setHTML(h,c.encode(g.settings.title));c.addClass(h,&quot;mceTitle&quot;);g.selectedValue=g.selectedIndex=null}h=0}},add:function(i,f,h){var g=this;h=h||{};h=d.extend(h,{title:i,value:f});g.items.push(h);g.onAdd.dispatch(g,h)},getLength:function(){return this.items.length},renderHTML:function(){var i=&quot;&quot;,f=this,g=f.settings,j=f.classPrefix;i='&lt;table id=&quot;'+f.id+'&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;'+j+&quot; &quot;+j+&quot;Enabled&quot;+(g[&quot;class&quot;]?(&quot; &quot;+g[&quot;class&quot;]):&quot;&quot;)+'&quot;&gt;&lt;tbody&gt;&lt;tr&gt;';i+=&quot;&lt;td&gt;&quot;+c.createHTML(&quot;a&quot;,{id:f.id+&quot;_text&quot;,href:&quot;javascript:;&quot;,&quot;class&quot;:&quot;mceText&quot;,onclick:&quot;return false;&quot;,onmousedown:&quot;return false;&quot;},c.encode(f.settings.title))+&quot;&lt;/td&gt;&quot;;i+=&quot;&lt;td&gt;&quot;+c.createHTML(&quot;a&quot;,{id:f.id+&quot;_open&quot;,tabindex:-1,href:&quot;javascript:;&quot;,&quot;class&quot;:&quot;mceOpen&quot;,onclick:&quot;return false;&quot;,onmousedown:&quot;return false;&quot;},&quot;&lt;span&gt;&lt;/span&gt;&quot;)+&quot;&lt;/td&gt;&quot;;i+=&quot;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&quot;;return i},showMenu:function(){var g=this,j,i,h=c.get(this.id),f;if(g.isDisabled()||g.items.length==0){return}if(g.menu&amp;&amp;g.menu.isMenuVisible){return g.hideMenu()}if(!g.isMenuRendered){g.renderMenu();g.isMenuRendered=true}j=c.getPos(this.settings.menu_container);i=c.getPos(h);f=g.menu;f.settings.offset_x=i.x;f.settings.offset_y=i.y;f.settings.keyboard_focus=!d.isOpera;if(g.oldID){f.items[g.oldID].setSelected(0)}e(g.items,function(k){if(k.value===g.selectedValue){f.items[k.id].setSelected(1);g.oldID=k.id}});f.showMenu(0,h.clientHeight);b.add(c.doc,&quot;mousedown&quot;,g.hideMenu,g);c.addClass(g.id,g.classPrefix+&quot;Selected&quot;)},hideMenu:function(g){var f=this;if(f.menu&amp;&amp;f.menu.isMenuVisible){if(g&amp;&amp;g.type==&quot;mousedown&quot;&amp;&amp;(g.target.id==f.id+&quot;_text&quot;||g.target.id==f.id+&quot;_open&quot;)){return}if(!g||!c.getParent(g.target,&quot;.mceMenu&quot;)){c.removeClass(f.id,f.classPrefix+&quot;Selected&quot;);b.remove(c.doc,&quot;mousedown&quot;,f.hideMenu,f);f.menu.hideMenu()}}},renderMenu:function(){var g=this,f;f=g.settings.control_manager.createDropMenu(g.id+&quot;_menu&quot;,{menu_line:1,&quot;class&quot;:g.classPrefix+&quot;Menu mceNoIcons&quot;,max_width:150,max_height:150});f.onHideMenu.add(g.hideMenu,g);f.add({title:g.settings.title,&quot;class&quot;:&quot;mceMenuItemTitle&quot;,onclick:function(){if(g.settings.onselect(&quot;&quot;)!==false){g.select(&quot;&quot;)}}});e(g.items,function(h){if(h.value===undefined){f.add({title:h.title,&quot;class&quot;:&quot;mceMenuItemTitle&quot;,onclick:function(){if(g.settings.onselect(&quot;&quot;)!==false){g.select(&quot;&quot;)}}})}else{h.id=c.uniqueId();h.onclick=function(){if(g.settings.onselect(h.value)!==false){g.select(h.value)}};f.add(h)}});g.onRenderMenu.dispatch(g,f);g.menu=f},postRender:function(){var f=this,g=f.classPrefix;b.add(f.id,&quot;click&quot;,f.showMenu,f);b.add(f.id+&quot;_text&quot;,&quot;focus&quot;,function(){if(!f._focused){f.keyDownHandler=b.add(f.id+&quot;_text&quot;,&quot;keydown&quot;,function(k){var h=-1,i,j=k.keyCode;e(f.items,function(l,m){if(f.selectedValue==l.value){h=m}});if(j==38){i=f.items[h-1]}else{if(j==40){i=f.items[h+1]}else{if(j==13){i=f.selectedValue;f.selectedValue=null;f.settings.onselect(i);return b.cancel(k)}}}if(i){f.hideMenu();f.select(i.value)}})}f._focused=1});b.add(f.id+&quot;_text&quot;,&quot;blur&quot;,function(){b.remove(f.id+&quot;_text&quot;,&quot;keydown&quot;,f.keyDownHandler);f._focused=0});if(d.isIE6||!c.boxModel){b.add(f.id,&quot;mouseover&quot;,function(){if(!c.hasClass(f.id,g+&quot;Disabled&quot;)){c.addClass(f.id,g+&quot;Hover&quot;)}});b.add(f.id,&quot;mouseout&quot;,function(){if(!c.hasClass(f.id,g+&quot;Disabled&quot;)){c.removeClass(f.id,g+&quot;Hover&quot;)}})}f.onPostRender.dispatch(f,c.get(f.id))},destroy:function(){this.parent();b.clear(this.id+&quot;_text&quot;);b.clear(this.id+&quot;_open&quot;)}})})(tinymce);(function(d){var c=d.DOM,b=d.dom.Event,e=d.each,a=d.util.Dispatcher;d.create(&quot;tinymce.ui.NativeListBox:tinymce.ui.ListBox&quot;,{NativeListBox:function(g,f){this.parent(g,f);this.classPrefix=&quot;mceNativeListBox&quot;},setDisabled:function(f){c.get(this.id).disabled=f},isDisabled:function(){return c.get(this.id).disabled},select:function(h){var g=this,j,i;if(h==undefined){return g.selectByIndex(-1)}if(h&amp;&amp;h.call){i=h}else{i=function(f){return f==h}}if(h!=g.selectedValue){e(g.items,function(k,f){if(i(k.value)){j=1;g.selectByIndex(f);return false}});if(!j){g.selectByIndex(-1)}}},selectByIndex:function(f){c.get(this.id).selectedIndex=f+1;this.selectedValue=this.items[f]?this.items[f].value:null},add:function(j,g,f){var i,h=this;f=f||{};f.value=g;if(h.isRendered()){c.add(c.get(this.id),&quot;option&quot;,f,j)}i={title:j,value:g,attribs:f};h.items.push(i);h.onAdd.dispatch(h,i)},getLength:function(){return this.items.length},renderHTML:function(){var g,f=this;g=c.createHTML(&quot;option&quot;,{value:&quot;&quot;},&quot;-- &quot;+f.settings.title+&quot; --&quot;);e(f.items,function(h){g+=c.createHTML(&quot;option&quot;,{value:h.value},h.title)});g=c.createHTML(&quot;select&quot;,{id:f.id,&quot;class&quot;:&quot;mceNativeListBox&quot;},g);return g},postRender:function(){var g=this,h;g.rendered=true;function f(j){var i=g.items[j.target.selectedIndex-1];if(i&amp;&amp;(i=i.value)){g.onChange.dispatch(g,i);if(g.settings.onselect){g.settings.onselect(i)}}}b.add(g.id,&quot;change&quot;,f);b.add(g.id,&quot;keydown&quot;,function(j){var i;b.remove(g.id,&quot;change&quot;,h);i=b.add(g.id,&quot;blur&quot;,function(){b.add(g.id,&quot;change&quot;,f);b.remove(g.id,&quot;blur&quot;,i)});if(j.keyCode==13||j.keyCode==32){f(j);return b.cancel(j)}});g.onPostRender.dispatch(g,c.get(g.id))}})})(tinymce);(function(c){var b=c.DOM,a=c.dom.Event,d=c.each;c.create(&quot;tinymce.ui.MenuButton:tinymce.ui.Button&quot;,{MenuButton:function(f,e){this.parent(f,e);this.onRenderMenu=new c.util.Dispatcher(this);e.menu_container=e.menu_container||b.doc.body},showMenu:function(){var g=this,j,i,h=b.get(g.id),f;if(g.isDisabled()){return}if(!g.isMenuRendered){g.renderMenu();g.isMenuRendered=true}if(g.isMenuVisible){return g.hideMenu()}j=b.getPos(g.settings.menu_container);i=b.getPos(h);f=g.menu;f.settings.offset_x=i.x;f.settings.offset_y=i.y;f.settings.vp_offset_x=i.x;f.settings.vp_offset_y=i.y;f.settings.keyboard_focus=g._focused;f.showMenu(0,h.clientHeight);a.add(b.doc,&quot;mousedown&quot;,g.hideMenu,g);g.setState(&quot;Selected&quot;,1);g.isMenuVisible=1},renderMenu:function(){var f=this,e;e=f.settings.control_manager.createDropMenu(f.id+&quot;_menu&quot;,{menu_line:1,&quot;class&quot;:this.classPrefix+&quot;Menu&quot;,icons:f.settings.icons});e.onHideMenu.add(f.hideMenu,f);f.onRenderMenu.dispatch(f,e);f.menu=e},hideMenu:function(g){var f=this;if(g&amp;&amp;g.type==&quot;mousedown&quot;&amp;&amp;b.getParent(g.target,function(h){return h.id===f.id||h.id===f.id+&quot;_open&quot;})){return}if(!g||!b.getParent(g.target,&quot;.mceMenu&quot;)){f.setState(&quot;Selected&quot;,0);a.remove(b.doc,&quot;mousedown&quot;,f.hideMenu,f);if(f.menu){f.menu.hideMenu()}}f.isMenuVisible=0},postRender:function(){var e=this,f=e.settings;a.add(e.id,&quot;click&quot;,function(){if(!e.isDisabled()){if(f.onclick){f.onclick(e.value)}e.showMenu()}})}})})(tinymce);(function(c){var b=c.DOM,a=c.dom.Event,d=c.each;c.create(&quot;tinymce.ui.SplitButton:tinymce.ui.MenuButton&quot;,{SplitButton:function(f,e){this.parent(f,e);this.classPrefix=&quot;mceSplitButton&quot;},renderHTML:function(){var i,f=this,g=f.settings,e;i=&quot;&lt;tbody&gt;&lt;tr&gt;&quot;;if(g.image){e=b.createHTML(&quot;img &quot;,{src:g.image,&quot;class&quot;:&quot;mceAction &quot;+g[&quot;class&quot;]})}else{e=b.createHTML(&quot;span&quot;,{&quot;class&quot;:&quot;mceAction &quot;+g[&quot;class&quot;]},&quot;&quot;)}i+=&quot;&lt;td&gt;&quot;+b.createHTML(&quot;a&quot;,{id:f.id+&quot;_action&quot;,href:&quot;javascript:;&quot;,&quot;class&quot;:&quot;mceAction &quot;+g[&quot;class&quot;],onclick:&quot;return false;&quot;,onmousedown:&quot;return false;&quot;,title:g.title},e)+&quot;&lt;/td&gt;&quot;;e=b.createHTML(&quot;span&quot;,{&quot;class&quot;:&quot;mceOpen &quot;+g[&quot;class&quot;]});i+=&quot;&lt;td&gt;&quot;+b.createHTML(&quot;a&quot;,{id:f.id+&quot;_open&quot;,href:&quot;javascript:;&quot;,&quot;class&quot;:&quot;mceOpen &quot;+g[&quot;class&quot;],onclick:&quot;return false;&quot;,onmousedown:&quot;return false;&quot;,title:g.title},e)+&quot;&lt;/td&gt;&quot;;i+=&quot;&lt;/tr&gt;&lt;/tbody&gt;&quot;;return b.createHTML(&quot;table&quot;,{id:f.id,&quot;class&quot;:&quot;mceSplitButton mceSplitButtonEnabled &quot;+g[&quot;class&quot;],cellpadding:&quot;0&quot;,cellspacing:&quot;0&quot;,onmousedown:&quot;return false;&quot;,title:g.title},i)},postRender:function(){var e=this,f=e.settings;if(f.onclick){a.add(e.id+&quot;_action&quot;,&quot;click&quot;,function(){if(!e.isDisabled()){f.onclick(e.value)}})}a.add(e.id+&quot;_open&quot;,&quot;click&quot;,e.showMenu,e);a.add(e.id+&quot;_open&quot;,&quot;focus&quot;,function(){e._focused=1});a.add(e.id+&quot;_open&quot;,&quot;blur&quot;,function(){e._focused=0});if(c.isIE6||!b.boxModel){a.add(e.id,&quot;mouseover&quot;,function(){if(!b.hasClass(e.id,&quot;mceSplitButtonDisabled&quot;)){b.addClass(e.id,&quot;mceSplitButtonHover&quot;)}});a.add(e.id,&quot;mouseout&quot;,function(){if(!b.hasClass(e.id,&quot;mceSplitButtonDisabled&quot;)){b.removeClass(e.id,&quot;mceSplitButtonHover&quot;)}})}},destroy:function(){this.parent();a.clear(this.id+&quot;_action&quot;);a.clear(this.id+&quot;_open&quot;)}})})(tinymce);(function(d){var c=d.DOM,a=d.dom.Event,b=d.is,e=d.each;d.create(&quot;tinymce.ui.ColorSplitButton:tinymce.ui.SplitButton&quot;,{ColorSplitButton:function(h,g){var f=this;f.parent(h,g);f.settings=g=d.extend({colors:&quot;000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,008000,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF&quot;,grid_width:8,default_color:&quot;#888888&quot;},f.settings);f.onShowMenu=new d.util.Dispatcher(f);f.onHideMenu=new d.util.Dispatcher(f);f.value=g.default_color},showMenu:function(){var f=this,g,j,i,h;if(f.isDisabled()){return}if(!f.isMenuRendered){f.renderMenu();f.isMenuRendered=true}if(f.isMenuVisible){return f.hideMenu()}i=c.get(f.id);c.show(f.id+&quot;_menu&quot;);c.addClass(i,&quot;mceSplitButtonSelected&quot;);h=c.getPos(i);c.setStyles(f.id+&quot;_menu&quot;,{left:h.x,top:h.y+i.clientHeight,zIndex:200000});i=0;a.add(c.doc,&quot;mousedown&quot;,f.hideMenu,f);f.onShowMenu.dispatch(f);if(f._focused){f._keyHandler=a.add(f.id+&quot;_menu&quot;,&quot;keydown&quot;,function(k){if(k.keyCode==27){f.hideMenu()}});c.select(&quot;a&quot;,f.id+&quot;_menu&quot;)[0].focus()}f.isMenuVisible=1},hideMenu:function(g){var f=this;if(g&amp;&amp;g.type==&quot;mousedown&quot;&amp;&amp;c.getParent(g.target,function(h){return h.id===f.id+&quot;_open&quot;})){return}if(!g||!c.getParent(g.target,&quot;.mceSplitButtonMenu&quot;)){c.removeClass(f.id,&quot;mceSplitButtonSelected&quot;);a.remove(c.doc,&quot;mousedown&quot;,f.hideMenu,f);a.remove(f.id+&quot;_menu&quot;,&quot;keydown&quot;,f._keyHandler);c.hide(f.id+&quot;_menu&quot;)}f.onHideMenu.dispatch(f);f.isMenuVisible=0},renderMenu:function(){var k=this,f,j=0,l=k.settings,p,h,o,g;g=c.add(l.menu_container,&quot;div&quot;,{id:k.id+&quot;_menu&quot;,&quot;class&quot;:l.menu_class+&quot; &quot;+l[&quot;class&quot;],style:&quot;position:absolute;left:0;top:-1000px;&quot;});f=c.add(g,&quot;div&quot;,{&quot;class&quot;:l[&quot;class&quot;]+&quot; mceSplitButtonMenu&quot;});c.add(f,&quot;span&quot;,{&quot;class&quot;:&quot;mceMenuLine&quot;});p=c.add(f,&quot;table&quot;,{&quot;class&quot;:&quot;mceColorSplitMenu&quot;});h=c.add(p,&quot;tbody&quot;);j=0;e(b(l.colors,&quot;array&quot;)?l.colors:l.colors.split(&quot;,&quot;),function(i){i=i.replace(/^#/,&quot;&quot;);if(!j--){o=c.add(h,&quot;tr&quot;);j=l.grid_width-1}p=c.add(o,&quot;td&quot;);p=c.add(p,&quot;a&quot;,{href:&quot;javascript:;&quot;,style:{backgroundColor:&quot;#&quot;+i},_mce_color:&quot;#&quot;+i})});if(l.more_colors_func){p=c.add(h,&quot;tr&quot;);p=c.add(p,&quot;td&quot;,{colspan:l.grid_width,&quot;class&quot;:&quot;mceMoreColors&quot;});p=c.add(p,&quot;a&quot;,{id:k.id+&quot;_more&quot;,href:&quot;javascript:;&quot;,onclick:&quot;return false;&quot;,&quot;class&quot;:&quot;mceMoreColors&quot;},l.more_colors_title);a.add(p,&quot;click&quot;,function(i){l.more_colors_func.call(l.more_colors_scope||this);return a.cancel(i)})}c.addClass(f,&quot;mceColorSplitMenu&quot;);a.add(k.id+&quot;_menu&quot;,&quot;click&quot;,function(i){var m;i=i.target;if(i.nodeName==&quot;A&quot;&amp;&amp;(m=i.getAttribute(&quot;_mce_color&quot;))){k.setColor(m)}return a.cancel(i)});return g},setColor:function(g){var f=this;c.setStyle(f.id+&quot;_preview&quot;,&quot;backgroundColor&quot;,g);f.value=g;f.hideMenu();f.settings.onselect(g)},postRender:function(){var f=this,g=f.id;f.parent();c.add(g+&quot;_action&quot;,&quot;div&quot;,{id:g+&quot;_preview&quot;,&quot;class&quot;:&quot;mceColorPreview&quot;});c.setStyle(f.id+&quot;_preview&quot;,&quot;backgroundColor&quot;,f.value)},destroy:function(){this.parent();a.clear(this.id+&quot;_menu&quot;);a.clear(this.id+&quot;_more&quot;);c.remove(this.id+&quot;_menu&quot;)}})})(tinymce);tinymce.create(&quot;tinymce.ui.Toolbar:tinymce.ui.Container&quot;,{renderHTML:function(){var l=this,e=&quot;&quot;,g,j,b=tinymce.DOM,m=l.settings,d,a,f,k;k=l.controls;for(d=0;d&lt;k.length;d++){j=k[d];a=k[d-1];f=k[d+1];if(d===0){g=&quot;mceToolbarStart&quot;;if(j.Button){g+=&quot; mceToolbarStartButton&quot;}else{if(j.SplitButton){g+=&quot; mceToolbarStartSplitButton&quot;}else{if(j.ListBox){g+=&quot; mceToolbarStartListBox&quot;}}}e+=b.createHTML(&quot;td&quot;,{&quot;class&quot;:g},b.createHTML(&quot;span&quot;,null,&quot;&lt;!-- IE --&gt;&quot;))}if(a&amp;&amp;j.ListBox){if(a.Button||a.SplitButton){e+=b.createHTML(&quot;td&quot;,{&quot;class&quot;:&quot;mceToolbarEnd&quot;},b.createHTML(&quot;span&quot;,null,&quot;&lt;!-- IE --&gt;&quot;))}}if(b.stdMode){e+='&lt;td style=&quot;position: relative&quot;&gt;'+j.renderHTML()+&quot;&lt;/td&gt;&quot;}else{e+=&quot;&lt;td&gt;&quot;+j.renderHTML()+&quot;&lt;/td&gt;&quot;}if(f&amp;&amp;j.ListBox){if(f.Button||f.SplitButton){e+=b.createHTML(&quot;td&quot;,{&quot;class&quot;:&quot;mceToolbarStart&quot;},b.createHTML(&quot;span&quot;,null,&quot;&lt;!-- IE --&gt;&quot;))}}}g=&quot;mceToolbarEnd&quot;;if(j.Button){g+=&quot; mceToolbarEndButton&quot;}else{if(j.SplitButton){g+=&quot; mceToolbarEndSplitButton&quot;}else{if(j.ListBox){g+=&quot; mceToolbarEndListBox&quot;}}}e+=b.createHTML(&quot;td&quot;,{&quot;class&quot;:g},b.createHTML(&quot;span&quot;,null,&quot;&lt;!-- IE --&gt;&quot;));return b.createHTML(&quot;table&quot;,{id:l.id,&quot;class&quot;:&quot;mceToolbar&quot;+(m[&quot;class&quot;]?&quot; &quot;+m[&quot;class&quot;]:&quot;&quot;),cellpadding:&quot;0&quot;,cellspacing:&quot;0&quot;,align:l.settings.align||&quot;&quot;},&quot;&lt;tbody&gt;&lt;tr&gt;&quot;+e+&quot;&lt;/tr&gt;&lt;/tbody&gt;&quot;)}});(function(b){var a=b.util.Dispatcher,c=b.each;b.create(&quot;tinymce.AddOnManager&quot;,{AddOnManager:function(){var d=this;d.items=[];d.urls={};d.lookup={};d.onAdd=new a(d)},get:function(d){return this.lookup[d]},requireLangPack:function(e){var d=b.settings;if(d&amp;&amp;d.language){b.ScriptLoader.add(this.urls[e]+&quot;/langs/&quot;+d.language+&quot;.js&quot;)}},add:function(e,d){this.items.push(d);this.lookup[e]=d;this.onAdd.dispatch(this,e,d);return d},load:function(h,e,d,g){var f=this;if(f.urls[h]){return}if(e.indexOf(&quot;/&quot;)!=0&amp;&amp;e.indexOf(&quot;://&quot;)==-1){e=b.baseURL+&quot;/&quot;+e}f.urls[h]=e.substring(0,e.lastIndexOf(&quot;/&quot;));if(!f.lookup[h]){b.ScriptLoader.add(e,d,g)}}});b.PluginManager=new b.AddOnManager();b.ThemeManager=new b.AddOnManager()}(tinymce));(function(j){var g=j.each,d=j.extend,k=j.DOM,i=j.dom.Event,f=j.ThemeManager,b=j.PluginManager,e=j.explode,h=j.util.Dispatcher,a,c=0;j.documentBaseURL=window.location.href.replace(/[\?#].*$/,&quot;&quot;).replace(/[\/\\][^\/]+$/,&quot;&quot;);if(!/[\/\\]$/.test(j.documentBaseURL)){j.documentBaseURL+=&quot;/&quot;}j.baseURL=new j.util.URI(j.documentBaseURL).toAbsolute(j.baseURL);j.baseURI=new j.util.URI(j.baseURL);j.onBeforeUnload=new h(j);i.add(window,&quot;beforeunload&quot;,function(l){j.onBeforeUnload.dispatch(j,l)});j.onAddEditor=new h(j);j.onRemoveEditor=new h(j);j.EditorManager=d(j,{editors:[],i18n:{},activeEditor:null,init:function(q){var n=this,p,l=j.ScriptLoader,u,o=[],m;function r(x,y,t){var v=x[y];if(!v){return}if(j.is(v,&quot;string&quot;)){t=v.replace(/\.\w+$/,&quot;&quot;);t=t?j.resolve(t):0;v=j.resolve(v)}return v.apply(t||this,Array.prototype.slice.call(arguments,2))}q=d({theme:&quot;simple&quot;,language:&quot;en&quot;},q);n.settings=q;i.add(document,&quot;init&quot;,function(){var s,v;r(q,&quot;onpageload&quot;);switch(q.mode){case&quot;exact&quot;:s=q.elements||&quot;&quot;;if(s.length&gt;0){g(e(s),function(x){if(k.get(x)){m=new j.Editor(x,q);o.push(m);m.render(1)}else{g(document.forms,function(y){g(y.elements,function(z){if(z.name===x){x=&quot;mce_editor_&quot;+c++;k.setAttrib(z,&quot;id&quot;,x);m=new j.Editor(x,q);o.push(m);m.render(1)}})})}})}break;case&quot;textareas&quot;:case&quot;specific_textareas&quot;:function t(y,x){return x.constructor===RegExp?x.test(y.className):k.hasClass(y,x)}g(k.select(&quot;textarea&quot;),function(x){if(q.editor_deselector&amp;&amp;t(x,q.editor_deselector)){return}if(!q.editor_selector||t(x,q.editor_selector)){u=k.get(x.name);if(!x.id&amp;&amp;!u){x.id=x.name}if(!x.id||n.get(x.id)){x.id=k.uniqueId()}m=new j.Editor(x.id,q);o.push(m);m.render(1)}});break}if(q.oninit){s=v=0;g(o,function(x){v++;if(!x.initialized){x.onInit.add(function(){s++;if(s==v){r(q,&quot;oninit&quot;)}})}else{s++}if(s==v){r(q,&quot;oninit&quot;)}})}})},get:function(l){if(l===a){return this.editors}return this.editors[l]},getInstanceById:function(l){return this.get(l)},add:function(m){var l=this,n=l.editors;n[m.id]=m;n.push(m);l._setActive(m);l.onAddEditor.dispatch(l,m);return m},remove:function(n){var m=this,l,o=m.editors;if(!o[n.id]){return null}delete o[n.id];for(l=0;l&lt;o.length;l++){if(o[l]==n){o.splice(l,1);break}}if(m.activeEditor==n){m._setActive(o[0])}n.destroy();m.onRemoveEditor.dispatch(m,n);return n},execCommand:function(r,p,o){var q=this,n=q.get(o),l;switch(r){case&quot;mceFocus&quot;:n.focus();return true;case&quot;mceAddEditor&quot;:case&quot;mceAddControl&quot;:if(!q.get(o)){new j.Editor(o,q.settings).render()}return true;case&quot;mceAddFrameControl&quot;:l=o.window;l.tinyMCE=tinyMCE;l.tinymce=j;j.DOM.doc=l.document;j.DOM.win=l;n=new j.Editor(o.element_id,o);n.render();if(j.isIE){function m(){n.destroy();l.detachEvent(&quot;onunload&quot;,m);l=l.tinyMCE=l.tinymce=null}l.attachEvent(&quot;onunload&quot;,m)}o.page_window=null;return true;case&quot;mceRemoveEditor&quot;:case&quot;mceRemoveControl&quot;:if(n){n.remove()}return true;case&quot;mceToggleEditor&quot;:if(!n){q.execCommand(&quot;mceAddControl&quot;,0,o);return true}if(n.isHidden()){n.show()}else{n.hide()}return true}if(q.activeEditor){return q.activeEditor.execCommand(r,p,o)}return false},execInstanceCommand:function(p,o,n,m){var l=this.get(p);if(l){return l.execCommand(o,n,m)}return false},triggerSave:function(){g(this.editors,function(l){l.save()})},addI18n:function(n,q){var l,m=this.i18n;if(!j.is(n,&quot;string&quot;)){g(n,function(r,p){g(r,function(t,s){g(t,function(v,u){if(s===&quot;common&quot;){m[p+&quot;.&quot;+u]=v}else{m[p+&quot;.&quot;+s+&quot;.&quot;+u]=v}})})})}else{g(q,function(r,p){m[n+&quot;.&quot;+p]=r})}},_setActive:function(l){this.selectedInstance=this.activeEditor=l}})})(tinymce);(function(m){var n=m.DOM,j=m.dom.Event,f=m.extend,k=m.util.Dispatcher,i=m.each,a=m.isGecko,b=m.isIE,e=m.isWebKit,d=m.is,h=m.ThemeManager,c=m.PluginManager,o=m.inArray,l=m.grep,g=m.explode;m.create(&quot;tinymce.Editor&quot;,{Editor:function(r,q){var p=this;p.id=p.editorId=r;p.execCommands={};p.queryStateCommands={};p.queryValueCommands={};p.isNotDirty=false;p.plugins={};i([&quot;onPreInit&quot;,&quot;onBeforeRenderUI&quot;,&quot;onPostRender&quot;,&quot;onInit&quot;,&quot;onRemove&quot;,&quot;onActivate&quot;,&quot;onDeactivate&quot;,&quot;onClick&quot;,&quot;onEvent&quot;,&quot;onMouseUp&quot;,&quot;onMouseDown&quot;,&quot;onDblClick&quot;,&quot;onKeyDown&quot;,&quot;onKeyUp&quot;,&quot;onKeyPress&quot;,&quot;onContextMenu&quot;,&quot;onSubmit&quot;,&quot;onReset&quot;,&quot;onPaste&quot;,&quot;onPreProcess&quot;,&quot;onPostProcess&quot;,&quot;onBeforeSetContent&quot;,&quot;onBeforeGetContent&quot;,&quot;onSetContent&quot;,&quot;onGetContent&quot;,&quot;onLoadContent&quot;,&quot;onSaveContent&quot;,&quot;onNodeChange&quot;,&quot;onChange&quot;,&quot;onBeforeExecCommand&quot;,&quot;onExecCommand&quot;,&quot;onUndo&quot;,&quot;onRedo&quot;,&quot;onVisualAid&quot;,&quot;onSetProgressState&quot;],function(s){p[s]=new k(p)});p.settings=q=f({id:r,language:&quot;en&quot;,docs_language:&quot;en&quot;,theme:&quot;simple&quot;,skin:&quot;default&quot;,delta_width:0,delta_height:0,popup_css:&quot;&quot;,plugins:&quot;&quot;,document_base_url:m.documentBaseURL,add_form_submit_trigger:1,submit_patch:1,add_unload_trigger:1,convert_urls:1,relative_urls:1,remove_script_host:1,table_inline_editing:0,object_resizing:1,cleanup:1,accessibility_focus:1,custom_shortcuts:1,custom_undo_redo_keyboard_shortcuts:1,custom_undo_redo_restore_selection:1,custom_undo_redo:1,doctype:m.isIE6?'&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;':&quot;&lt;!DOCTYPE&gt;&quot;,visual_table_class:&quot;mceItemTable&quot;,visual:1,font_size_style_values:&quot;xx-small,x-small,small,medium,large,x-large,xx-large&quot;,apply_source_formatting:1,directionality:&quot;ltr&quot;,forced_root_block:&quot;p&quot;,valid_elements:&quot;@[id|class|style|title|dir&lt;ltr?rtl|lang|xml::lang|onclick|ondblclick|onmousedown|onmouseup|onmouseover|onmousemove|onmouseout|onkeypress|onkeydown|onkeyup],a[rel|rev|charset|hreflang|tabindex|accesskey|type|name|href|target|title|class|onfocus|onblur],strong/b,em/i,strike,u,#p,-ol[type|compact],-ul[type|compact],-li,br,img[longdesc|usemap|src|border|alt=|title|hspace|vspace|width|height|align],-sub,-sup,-blockquote[cite],-table[border|cellspacing|cellpadding|width|frame|rules|height|align|summary|bgcolor|background|bordercolor],-tr[rowspan|width|height|align|valign|bgcolor|background|bordercolor],tbody,thead,tfoot,#td[colspan|rowspan|width|height|align|valign|bgcolor|background|bordercolor|scope],#th[colspan|rowspan|width|height|align|valign|scope],caption,-div,-span,-code,-pre,address,-h1,-h2,-h3,-h4,-h5,-h6,hr[size|noshade],-font[face|size|color],dd,dl,dt,cite,abbr,acronym,del[datetime|cite],ins[datetime|cite],object[classid|width|height|codebase|*],param[name|value],embed[type|width|height|src|*],script[src|type],map[name],area[shape|coords|href|alt|target],bdo,button,col[align|char|charoff|span|valign|width],colgroup[align|char|charoff|span|valign|width],dfn,fieldset,form[action|accept|accept-charset|enctype|method],input[accept|alt|checked|disabled|maxlength|name|readonly|size|src|type|value|tabindex|accesskey],kbd,label[for],legend,noscript,optgroup[label|disabled],option[disabled|label|selected|value],q[cite],samp,select[disabled|multiple|name|size],small,textarea[cols|rows|disabled|name|readonly],tt,var,big&quot;,hidden_input:1,padd_empty_editor:1,render_ui:1,init_theme:1,force_p_newlines:1,indentation:&quot;30px&quot;,keep_styles:1,fix_table_elements:1,inline_styles:1,convert_fonts_to_spans:true},q);p.documentBaseURI=new m.util.URI(q.document_base_url||m.documentBaseURL,{base_uri:tinyMCE.baseURI});p.baseURI=m.baseURI;p.execCallback(&quot;setup&quot;,p)},render:function(r){var u=this,v=u.settings,x=u.id,p=m.ScriptLoader;if(!j.domLoaded){j.add(document,&quot;init&quot;,function(){u.render()});return}tinyMCE.settings=v;if(!u.getElement()){return}if(m.isIDevice){return}if(!/TEXTAREA|INPUT/i.test(u.getElement().nodeName)&amp;&amp;v.hidden_input&amp;&amp;n.getParent(x,&quot;form&quot;)){n.insertAfter(n.create(&quot;input&quot;,{type:&quot;hidden&quot;,name:x}),x)}if(m.WindowManager){u.windowManager=new m.WindowManager(u)}if(v.encoding==&quot;xml&quot;){u.onGetContent.add(function(s,t){if(t.save){t.content=n.encode(t.content)}})}if(v.add_form_submit_trigger){u.onSubmit.addToTop(function(){if(u.initialized){u.save();u.isNotDirty=1}})}if(v.add_unload_trigger){u._beforeUnload=tinyMCE.onBeforeUnload.add(function(){if(u.initialized&amp;&amp;!u.destroyed&amp;&amp;!u.isHidden()){u.save({format:&quot;raw&quot;,no_events:true})}})}m.addUnload(u.destroy,u);if(v.submit_patch){u.onBeforeRenderUI.add(function(){var s=u.getElement().form;if(!s){return}if(s._mceOldSubmit){return}if(!s.submit.nodeType&amp;&amp;!s.submit.length){u.formElement=s;s._mceOldSubmit=s.submit;s.submit=function(){m.triggerSave();u.isNotDirty=1;return u.formElement._mceOldSubmit(u.formElement)}}s=null})}function q(){if(v.language){p.add(m.baseURL+&quot;/langs/&quot;+v.language+&quot;.js&quot;)}if(v.theme&amp;&amp;v.theme.charAt(0)!=&quot;-&quot;&amp;&amp;!h.urls[v.theme]){h.load(v.theme,&quot;themes/&quot;+v.theme+&quot;/editor_template&quot;+m.suffix+&quot;.js&quot;)}i(g(v.plugins),function(s){if(s&amp;&amp;s.charAt(0)!=&quot;-&quot;&amp;&amp;!c.urls[s]){if(s==&quot;safari&quot;){return}c.load(s,&quot;plugins/&quot;+s+&quot;/editor_plugin&quot;+m.suffix+&quot;.js&quot;)}});p.loadQueue(function(){if(!u.removed){u.init()}})}q()},init:function(){var r,E=this,F=E.settings,B,y,A=E.getElement(),q,p,C,x,z,D;m.add(E);if(F.theme){F.theme=F.theme.replace(/-/,&quot;&quot;);q=h.get(F.theme);E.theme=new q();if(E.theme.init&amp;&amp;F.init_theme){E.theme.init(E,h.urls[F.theme]||m.documentBaseURL.replace(/\/$/,&quot;&quot;))}}i(g(F.plugins.replace(/\-/g,&quot;&quot;)),function(G){var H=c.get(G),t=c.urls[G]||m.documentBaseURL.replace(/\/$/,&quot;&quot;),s;if(H){s=new H(E,t);E.plugins[G]=s;if(s.init){s.init(E,t)}}});if(F.popup_css!==false){if(F.popup_css){F.popup_css=E.documentBaseURI.toAbsolute(F.popup_css)}else{F.popup_css=E.baseURI.toAbsolute(&quot;themes/&quot;+F.theme+&quot;/skins/&quot;+F.skin+&quot;/dialog.css&quot;)}}if(F.popup_css_add){F.popup_css+=&quot;,&quot;+E.documentBaseURI.toAbsolute(F.popup_css_add)}E.controlManager=new m.ControlManager(E);if(F.custom_undo_redo){E.onBeforeExecCommand.add(function(t,G,u,H,s){if(G!=&quot;Undo&quot;&amp;&amp;G!=&quot;Redo&quot;&amp;&amp;G!=&quot;mceRepaint&quot;&amp;&amp;(!s||!s.skip_undo)){if(!E.undoManager.hasUndo()){E.undoManager.add()}}});E.onExecCommand.add(function(t,G,u,H,s){if(G!=&quot;Undo&quot;&amp;&amp;G!=&quot;Redo&quot;&amp;&amp;G!=&quot;mceRepaint&quot;&amp;&amp;(!s||!s.skip_undo)){E.undoManager.add()}})}E.onExecCommand.add(function(s,t){if(!/^(FontName|FontSize)$/.test(t)){E.nodeChanged()}});if(a){function v(s,t){if(!t||!t.initial){E.execCommand(&quot;mceRepaint&quot;)}}E.onUndo.add(v);E.onRedo.add(v);E.onSetContent.add(v)}E.onBeforeRenderUI.dispatch(E,E.controlManager);if(F.render_ui){B=F.width||A.style.width||A.offsetWidth;y=F.height||A.style.height||A.offsetHeight;E.orgDisplay=A.style.display;D=/^[0-9\.]+(|px)$/i;if(D.test(&quot;&quot;+B)){B=Math.max(parseInt(B)+(q.deltaWidth||0),100)}if(D.test(&quot;&quot;+y)){y=Math.max(parseInt(y)+(q.deltaHeight||0),100)}q=E.theme.renderUI({targetNode:A,width:B,height:y,deltaWidth:F.delta_width,deltaHeight:F.delta_height});E.editorContainer=q.editorContainer}if(document.domain&amp;&amp;location.hostname!=document.domain){m.relaxedDomain=document.domain}n.setStyles(q.sizeContainer||q.editorContainer,{width:B,height:y});y=(q.iframeHeight||y)+(typeof(y)==&quot;number&quot;?(q.deltaHeight||0):&quot;&quot;);if(y&lt;100){y=100}E.iframeHTML=F.doctype+'&lt;html&gt;&lt;head xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;';if(F.document_base_url!=m.documentBaseURL){E.iframeHTML+='&lt;base href=&quot;'+E.documentBaseURI.getURI()+'&quot; /&gt;'}E.iframeHTML+='&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=7&quot; /&gt;&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;';if(m.relaxedDomain){E.iframeHTML+='&lt;script type=&quot;text/javascript&quot;&gt;document.domain = &quot;'+m.relaxedDomain+'&quot;;&lt;\/script&gt;'}x=F.body_id||&quot;tinymce&quot;;if(x.indexOf(&quot;=&quot;)!=-1){x=E.getParam(&quot;body_id&quot;,&quot;&quot;,&quot;hash&quot;);x=x[E.id]||x}z=F.body_class||&quot;&quot;;if(z.indexOf(&quot;=&quot;)!=-1){z=E.getParam(&quot;body_class&quot;,&quot;&quot;,&quot;hash&quot;);z=z[E.id]||&quot;&quot;}E.iframeHTML+='&lt;/head&gt;&lt;body id=&quot;'+x+'&quot; class=&quot;mceContentBody '+z+'&quot;&gt;&lt;/body&gt;&lt;/html&gt;';if(m.relaxedDomain){if(b||(m.isOpera&amp;&amp;parseFloat(opera.version())&gt;=9.5)){C='javascript:(function(){document.open();document.domain=&quot;'+document.domain+'&quot;;var ed = window.parent.tinyMCE.get(&quot;'+E.id+'&quot;);document.write(ed.iframeHTML);document.close();ed.setupIframe();})()'}else{if(m.isOpera){C='javascript:(function(){document.open();document.domain=&quot;'+document.domain+'&quot;;document.close();ed.setupIframe();})()'}}}r=n.add(q.iframeContainer,&quot;iframe&quot;,{id:E.id+&quot;_ifr&quot;,src:C||'javascript:&quot;&quot;',frameBorder:&quot;0&quot;,style:{width:&quot;100%&quot;,height:y}});E.contentAreaContainer=q.iframeContainer;n.get(q.editorContainer).style.display=E.orgDisplay;n.get(E.id).style.display=&quot;none&quot;;if(!b||!m.relaxedDomain){E.setupIframe()}A=r=q=null},setupIframe:function(){var z=this,A=z.settings,r=n.get(z.id),u=z.getDoc(),q,x;if(!b||!m.relaxedDomain){u.open();u.write(z.iframeHTML);u.close()}if(!b){try{if(!A.readonly){u.designMode=&quot;On&quot;}}catch(v){}}if(b){x=z.getBody();n.hide(x);if(!A.readonly){x.contentEditable=true}n.show(x)}z.dom=new m.dom.DOMUtils(z.getDoc(),{keep_values:true,url_converter:z.convertURL,url_converter_scope:z,hex_colors:A.force_hex_style_colors,class_filter:A.class_filter,update_styles:1,fix_ie_paragraphs:1,valid_styles:A.valid_styles});z.schema=new m.dom.Schema();z.serializer=new m.dom.Serializer(f(A,{valid_elements:A.verify_html===false?&quot;*[*]&quot;:A.valid_elements,dom:z.dom,schema:z.schema}));z.selection=new m.dom.Selection(z.dom,z.getWin(),z.serializer);z.formatter=new m.Formatter(this);z.formatter.register({alignleft:[{selector:&quot;p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li&quot;,styles:{textAlign:&quot;left&quot;}},{selector:&quot;img,table&quot;,styles:{&quot;float&quot;:&quot;left&quot;}}],aligncenter:[{selector:&quot;p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li&quot;,styles:{textAlign:&quot;center&quot;}},{selector:&quot;img&quot;,styles:{display:&quot;block&quot;,marginLeft:&quot;auto&quot;,marginRight:&quot;auto&quot;}},{selector:&quot;table&quot;,styles:{marginLeft:&quot;auto&quot;,marginRight:&quot;auto&quot;}}],alignright:[{selector:&quot;p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li&quot;,styles:{textAlign:&quot;right&quot;}},{selector:&quot;img,table&quot;,styles:{&quot;float&quot;:&quot;right&quot;}}],alignfull:[{selector:&quot;p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li&quot;,styles:{textAlign:&quot;justify&quot;}}],bold:[{inline:&quot;strong&quot;},{inline:&quot;span&quot;,styles:{fontWeight:&quot;bold&quot;}},{inline:&quot;b&quot;}],italic:[{inline:&quot;em&quot;},{inline:&quot;span&quot;,styles:{fontStyle:&quot;italic&quot;}},{inline:&quot;i&quot;}],underline:[{inline:&quot;span&quot;,styles:{textDecoration:&quot;underline&quot;},exact:true},{inline:&quot;u&quot;}],strikethrough:[{inline:&quot;span&quot;,styles:{textDecoration:&quot;line-through&quot;},exact:true},{inline:&quot;u&quot;}],forecolor:{inline:&quot;span&quot;,styles:{color:&quot;%value&quot;},wrap_links:false},hilitecolor:{inline:&quot;span&quot;,styles:{backgroundColor:&quot;%value&quot;},wrap_links:false},fontname:{inline:&quot;span&quot;,styles:{fontFamily:&quot;%value&quot;}},fontsize:{inline:&quot;span&quot;,styles:{fontSize:&quot;%value&quot;}},fontsize_class:{inline:&quot;span&quot;,attributes:{&quot;class&quot;:&quot;%value&quot;}},blockquote:{block:&quot;blockquote&quot;,wrapper:1,remove:&quot;all&quot;},removeformat:[{selector:&quot;b,strong,em,i,font,u,strike&quot;,remove:&quot;all&quot;,split:true,expand:false,block_expand:true,deep:true},{selector:&quot;span&quot;,attributes:[&quot;style&quot;,&quot;class&quot;],remove:&quot;empty&quot;,split:true,expand:false,deep:true},{selector:&quot;*&quot;,attributes:[&quot;style&quot;,&quot;class&quot;],split:false,expand:false,deep:true}]});i(&quot;p h1 h2 h3 h4 h5 h6 div address pre div code dt dd samp&quot;.split(/\s/),function(s){z.formatter.register(s,{block:s,remove:&quot;all&quot;})});z.formatter.register(z.settings.formats);z.undoManager=new m.UndoManager(z);z.undoManager.onAdd.add(function(t,s){if(!s.initial){return z.onChange.dispatch(z,s,t)}});z.undoManager.onUndo.add(function(t,s){return z.onUndo.dispatch(z,s,t)});z.undoManager.onRedo.add(function(t,s){return z.onRedo.dispatch(z,s,t)});z.forceBlocks=new m.ForceBlocks(z,{forced_root_block:A.forced_root_block});z.editorCommands=new m.EditorCommands(z);z.serializer.onPreProcess.add(function(s,t){return z.onPreProcess.dispatch(z,t,s)});z.serializer.onPostProcess.add(function(s,t){return z.onPostProcess.dispatch(z,t,s)});z.onPreInit.dispatch(z);if(!A.gecko_spellcheck){z.getBody().spellcheck=0}if(!A.readonly){z._addEvents()}z.controlManager.onPostRender.dispatch(z,z.controlManager);z.onPostRender.dispatch(z);if(A.directionality){z.getBody().dir=A.directionality}if(A.nowrap){z.getBody().style.whiteSpace=&quot;nowrap&quot;}if(A.custom_elements){function y(s,t){i(g(A.custom_elements),function(B){var C;if(B.indexOf(&quot;~&quot;)===0){B=B.substring(1);C=&quot;span&quot;}else{C=&quot;div&quot;}t.content=t.content.replace(new RegExp(&quot;&lt;(&quot;+B+&quot;)([^&gt;]*)&gt;&quot;,&quot;g&quot;),&quot;&lt;&quot;+C+' _mce_name=&quot;$1&quot;$2&gt;');t.content=t.content.replace(new RegExp(&quot;&lt;/(&quot;+B+&quot;)&gt;&quot;,&quot;g&quot;),&quot;&lt;/&quot;+C+&quot;&gt;&quot;)})}z.onBeforeSetContent.add(y);z.onPostProcess.add(function(s,t){if(t.set){y(s,t)}})}if(A.handle_node_change_callback){z.onNodeChange.add(function(t,s,B){z.execCallback(&quot;handle_node_change_callback&quot;,z.id,B,-1,-1,true,z.selection.isCollapsed())})}if(A.save_callback){z.onSaveContent.add(function(s,B){var t=z.execCallback(&quot;save_callback&quot;,z.id,B.content,z.getBody());if(t){B.content=t}})}if(A.onchange_callback){z.onChange.add(function(t,s){z.execCallback(&quot;onchange_callback&quot;,z,s)})}if(A.convert_newlines_to_brs){z.onBeforeSetContent.add(function(s,t){if(t.initial){t.content=t.content.replace(/\r?\n/g,&quot;&lt;br /&gt;&quot;)}})}if(A.fix_nesting&amp;&amp;b){z.onBeforeSetContent.add(function(s,t){t.content=z._fixNesting(t.content)})}if(A.preformatted){z.onPostProcess.add(function(s,t){t.content=t.content.replace(/^\s*&lt;pre.*?&gt;/,&quot;&quot;);t.content=t.content.replace(/&lt;\/pre&gt;\s*$/,&quot;&quot;);if(t.set){t.content='&lt;pre class=&quot;mceItemHidden&quot;&gt;'+t.content+&quot;&lt;/pre&gt;&quot;}})}if(A.verify_css_classes){z.serializer.attribValueFilter=function(D,B){var C,t;if(D==&quot;class&quot;){if(!z.classesRE){t=z.dom.getClasses();if(t.length&gt;0){C=&quot;&quot;;i(t,function(s){C+=(C?&quot;|&quot;:&quot;&quot;)+s[&quot;class&quot;]});z.classesRE=new RegExp(&quot;(&quot;+C+&quot;)&quot;,&quot;gi&quot;)}}return !z.classesRE||/(\bmceItem\w+\b|\bmceTemp\w+\b)/g.test(B)||z.classesRE.test(B)?B:&quot;&quot;}return B}}if(A.cleanup_callback){z.onBeforeSetContent.add(function(s,t){t.content=z.execCallback(&quot;cleanup_callback&quot;,&quot;insert_to_editor&quot;,t.content,t)});z.onPreProcess.add(function(s,t){if(t.set){z.execCallback(&quot;cleanup_callback&quot;,&quot;insert_to_editor_dom&quot;,t.node,t)}if(t.get){z.execCallback(&quot;cleanup_callback&quot;,&quot;get_from_editor_dom&quot;,t.node,t)}});z.onPostProcess.add(function(s,t){if(t.set){t.content=z.execCallback(&quot;cleanup_callback&quot;,&quot;insert_to_editor&quot;,t.content,t)}if(t.get){t.content=z.execCallback(&quot;cleanup_callback&quot;,&quot;get_from_editor&quot;,t.content,t)}})}if(A.save_callback){z.onGetContent.add(function(s,t){if(t.save){t.content=z.execCallback(&quot;save_callback&quot;,z.id,t.content,z.getBody())}})}if(A.handle_event_callback){z.onEvent.add(function(s,t,B){if(z.execCallback(&quot;handle_event_callback&quot;,t,s,B)===false){j.cancel(t)}})}z.onSetContent.add(function(){z.addVisual(z.getBody())});if(A.padd_empty_editor){z.onPostProcess.add(function(s,t){t.content=t.content.replace(/^(&lt;p[^&gt;]*&gt;(&amp;nbsp;|&amp;#160;|\s|\u00a0|)&lt;\/p&gt;[\r\n]*|&lt;br \/&gt;[\r\n]*)$/,&quot;&quot;)})}if(a){function p(s,t){i(s.dom.select(&quot;a&quot;),function(C){var B=C.parentNode;if(s.dom.isBlock(B)&amp;&amp;B.lastChild===C){s.dom.add(B,&quot;br&quot;,{_mce_bogus:1})}})}z.onExecCommand.add(function(s,t){if(t===&quot;CreateLink&quot;){p(s)}});z.onSetContent.add(z.selection.onSetContent.add(p));if(!A.readonly){try{u.designMode=&quot;Off&quot;;u.designMode=&quot;On&quot;}catch(v){}}}setTimeout(function(){if(z.removed){return}z.load({initial:true,format:(A.cleanup_on_startup?&quot;html&quot;:&quot;raw&quot;)});z.startContent=z.getContent({format:&quot;raw&quot;});z.initialized=true;z.onInit.dispatch(z);z.execCallback(&quot;setupcontent_callback&quot;,z.id,z.getBody(),z.getDoc());z.execCallback(&quot;init_instance_callback&quot;,z);z.focus(true);z.nodeChanged({initial:1});if(A.content_css){m.each(g(A.content_css),function(s){z.dom.loadCSS(z.documentBaseURI.toAbsolute(s))})}if(A.auto_focus){setTimeout(function(){var s=m.get(A.auto_focus);s.selection.select(s.getBody(),1);s.selection.collapse(1);s.getWin().focus()},100)}},1);r=null},focus:function(s){var x,q=this,v=q.settings.content_editable,r,p,u=q.getDoc();if(!s){r=q.selection.getRng();if(r.item){p=r.item(0)}if(!v){q.getWin().focus()}if(p&amp;&amp;p.ownerDocument==u){r=u.body.createControlRange();r.addElement(p);r.select()}}if(m.activeEditor!=q){if((x=m.activeEditor)!=null){x.onDeactivate.dispatch(x,q)}q.onActivate.dispatch(q,x)}m._setActive(q)},execCallback:function(u){var p=this,r=p.settings[u],q;if(!r){return}if(p.callbackLookup&amp;&amp;(q=p.callbackLookup[u])){r=q.func;q=q.scope}if(d(r,&quot;string&quot;)){q=r.replace(/\.\w+$/,&quot;&quot;);q=q?m.resolve(q):0;r=m.resolve(r);p.callbackLookup=p.callbackLookup||{};p.callbackLookup[u]={func:r,scope:q}}return r.apply(q||p,Array.prototype.slice.call(arguments,1))},translate:function(p){var r=this.settings.language||&quot;en&quot;,q=m.i18n;if(!p){return&quot;&quot;}return q[r+&quot;.&quot;+p]||p.replace(/{\#([^}]+)\}/g,function(t,s){return q[r+&quot;.&quot;+s]||&quot;{#&quot;+s+&quot;}&quot;})},getLang:function(q,p){return m.i18n[(this.settings.language||&quot;en&quot;)+&quot;.&quot;+q]||(d(p)?p:&quot;{#&quot;+q+&quot;}&quot;)},getParam:function(u,r,p){var s=m.trim,q=d(this.settings[u])?this.settings[u]:r,t;if(p===&quot;hash&quot;){t={};if(d(q,&quot;string&quot;)){i(q.indexOf(&quot;=&quot;)&gt;0?q.split(/[;,](?![^=;,]*(?:[;,]|$))/):q.split(&quot;,&quot;),function(x){x=x.split(&quot;=&quot;);if(x.length&gt;1){t[s(x[0])]=s(x[1])}else{t[s(x[0])]=s(x)}})}else{t=q}return t}return q},nodeChanged:function(r){var p=this,q=p.selection,u=(b?q.getNode():q.getStart())||p.getBody();if(p.initialized){r=r||{};u=b&amp;&amp;u.ownerDocument!=p.getDoc()?p.getBody():u;r.parents=[];p.dom.getParent(u,function(s){if(s.nodeName==&quot;BODY&quot;){return true}r.parents.push(s)});p.onNodeChange.dispatch(p,r?r.controlManager||p.controlManager:p.controlManager,u,q.isCollapsed(),r)}},addButton:function(r,q){var p=this;p.buttons=p.buttons||{};p.buttons[r]=q},addCommand:function(r,q,p){this.execCommands[r]={func:q,scope:p||this}},addQueryStateHandler:function(r,q,p){this.queryStateCommands[r]={func:q,scope:p||this}},addQueryValueHandler:function(r,q,p){this.queryValueCommands[r]={func:q,scope:p||this}},addShortcut:function(r,u,p,s){var q=this,v;if(!q.settings.custom_shortcuts){return false}q.shortcuts=q.shortcuts||{};if(d(p,&quot;string&quot;)){v=p;p=function(){q.execCommand(v,false,null)}}if(d(p,&quot;object&quot;)){v=p;p=function(){q.execCommand(v[0],v[1],v[2])}}i(g(r),function(t){var x={func:p,scope:s||this,desc:u,alt:false,ctrl:false,shift:false};i(g(t,&quot;+&quot;),function(y){switch(y){case&quot;alt&quot;:case&quot;ctrl&quot;:case&quot;shift&quot;:x[y]=true;break;default:x.charCode=y.charCodeAt(0);x.keyCode=y.toUpperCase().charCodeAt(0)}});q.shortcuts[(x.ctrl?&quot;ctrl&quot;:&quot;&quot;)+&quot;,&quot;+(x.alt?&quot;alt&quot;:&quot;&quot;)+&quot;,&quot;+(x.shift?&quot;shift&quot;:&quot;&quot;)+&quot;,&quot;+x.keyCode]=x});return true},execCommand:function(x,v,z,p){var r=this,u=0,y,q;if(!/^(mceAddUndoLevel|mceEndUndoLevel|mceBeginUndoLevel|mceRepaint|SelectAll)$/.test(x)&amp;&amp;(!p||!p.skip_focus)){r.focus()}y={};r.onBeforeExecCommand.dispatch(r,x,v,z,y);if(y.terminate){return false}if(r.execCallback(&quot;execcommand_callback&quot;,r.id,r.selection.getNode(),x,v,z)){r.onExecCommand.dispatch(r,x,v,z,p);return true}if(y=r.execCommands[x]){q=y.func.call(y.scope,v,z);if(q!==true){r.onExecCommand.dispatch(r,x,v,z,p);return q}}i(r.plugins,function(s){if(s.execCommand&amp;&amp;s.execCommand(x,v,z)){r.onExecCommand.dispatch(r,x,v,z,p);u=1;return false}});if(u){return true}if(r.theme&amp;&amp;r.theme.execCommand&amp;&amp;r.theme.execCommand(x,v,z)){r.onExecCommand.dispatch(r,x,v,z,p);return true}if(m.GlobalCommands.execCommand(r,x,v,z)){r.onExecCommand.dispatch(r,x,v,z,p);return true}if(r.editorCommands.execCommand(x,v,z)){r.onExecCommand.dispatch(r,x,v,z,p);return true}r.getDoc().execCommand(x,v,z);r.onExecCommand.dispatch(r,x,v,z,p)},queryCommandState:function(u){var q=this,v,r;if(q._isHidden()){return}if(v=q.queryStateCommands[u]){r=v.func.call(v.scope);if(r!==true){return r}}v=q.editorCommands.queryCommandState(u);if(v!==-1){return v}try{return this.getDoc().queryCommandState(u)}catch(p){}},queryCommandValue:function(v){var q=this,u,r;if(q._isHidden()){return}if(u=q.queryValueCommands[v]){r=u.func.call(u.scope);if(r!==true){return r}}u=q.editorCommands.queryCommandValue(v);if(d(u)){return u}try{return this.getDoc().queryCommandValue(v)}catch(p){}},show:function(){var p=this;n.show(p.getContainer());n.hide(p.id);p.load()},hide:function(){var p=this,q=p.getDoc();if(b&amp;&amp;q){q.execCommand(&quot;SelectAll&quot;)}p.save();n.hide(p.getContainer());n.setStyle(p.id,&quot;display&quot;,p.orgDisplay)},isHidden:function(){return !n.isHidden(this.id)},setProgressState:function(p,q,r){this.onSetProgressState.dispatch(this,p,q,r);return p},load:function(s){var p=this,r=p.getElement(),q;if(r){s=s||{};s.load=true;q=p.setContent(d(r.value)?r.value:r.innerHTML,s);s.element=r;if(!s.no_events){p.onLoadContent.dispatch(p,s)}s.element=r=null;return q}},save:function(u){var p=this,s=p.getElement(),q,r;if(!s||!p.initialized){return}u=u||{};u.save=true;if(!u.no_events){p.undoManager.typing=0;p.undoManager.add()}u.element=s;q=u.content=p.getContent(u);if(!u.no_events){p.onSaveContent.dispatch(p,u)}q=u.content;if(!/TEXTAREA|INPUT/i.test(s.nodeName)){s.innerHTML=q;if(r=n.getParent(p.id,&quot;form&quot;)){i(r.elements,function(t){if(t.name==p.id){t.value=q;return false}})}}else{s.value=q}u.element=s=null;return q},setContent:function(q,r){var p=this;r=r||{};r.format=r.format||&quot;html&quot;;r.set=true;r.content=q;if(!r.no_events){p.onBeforeSetContent.dispatch(p,r)}if(!m.isIE&amp;&amp;(q.length===0||/^\s+$/.test(q))){r.content=p.dom.setHTML(p.getBody(),'&lt;br _mce_bogus=&quot;1&quot; /&gt;');r.format=&quot;raw&quot;}r.content=p.dom.setHTML(p.getBody(),m.trim(r.content));if(r.format!=&quot;raw&quot;&amp;&amp;p.settings.cleanup){r.getInner=true;r.content=p.dom.setHTML(p.getBody(),p.serializer.serialize(p.getBody(),r))}if(!r.no_events){p.onSetContent.dispatch(p,r)}return r.content},getContent:function(r){var p=this,q;r=r||{};r.format=r.format||&quot;html&quot;;r.get=true;if(!r.no_events){p.onBeforeGetContent.dispatch(p,r)}if(r.format!=&quot;raw&quot;&amp;&amp;p.settings.cleanup){r.getInner=true;q=p.serializer.serialize(p.getBody(),r)}else{q=p.getBody().innerHTML}q=q.replace(/^\s*|\s*$/g,&quot;&quot;);r.content=q;if(!r.no_events){p.onGetContent.dispatch(p,r)}return r.content},isDirty:function(){var p=this;return m.trim(p.startContent)!=m.trim(p.getContent({format:&quot;raw&quot;,no_events:1}))&amp;&amp;!p.isNotDirty},getContainer:function(){var p=this;if(!p.container){p.container=n.get(p.editorContainer||p.id+&quot;_parent&quot;)}return p.container},getContentAreaContainer:function(){return this.contentAreaContainer},getElement:function(){return n.get(this.settings.content_element||this.id)},getWin:function(){var p=this,q;if(!p.contentWindow){q=n.get(p.id+&quot;_ifr&quot;);if(q){p.contentWindow=q.contentWindow}}return p.contentWindow},getDoc:function(){var q=this,p;if(!q.contentDocument){p=q.getWin();if(p){q.contentDocument=p.document}}return q.contentDocument},getBody:function(){return this.bodyElement||this.getDoc().body},convertURL:function(p,x,v){var q=this,r=q.settings;if(r.urlconverter_callback){return q.execCallback(&quot;urlconverter_callback&quot;,p,v,true,x)}if(!r.convert_urls||(v&amp;&amp;v.nodeName==&quot;LINK&quot;)||p.indexOf(&quot;file:&quot;)===0){return p}if(r.relative_urls){return q.documentBaseURI.toRelative(p)}p=q.documentBaseURI.toAbsolute(p,r.remove_script_host);return p},addVisual:function(r){var p=this,q=p.settings;r=r||p.getBody();if(!d(p.hasVisual)){p.hasVisual=q.visual}i(p.dom.select(&quot;table,a&quot;,r),function(t){var s;switch(t.nodeName){case&quot;TABLE&quot;:s=p.dom.getAttrib(t,&quot;border&quot;);if(!s||s==&quot;0&quot;){if(p.hasVisual){p.dom.addClass(t,q.visual_table_class)}else{p.dom.removeClass(t,q.visual_table_class)}}return;case&quot;A&quot;:s=p.dom.getAttrib(t,&quot;name&quot;);if(s){if(p.hasVisual){p.dom.addClass(t,&quot;mceItemAnchor&quot;)}else{p.dom.removeClass(t,&quot;mceItemAnchor&quot;)}}return}});p.onVisualAid.dispatch(p,r,p.hasVisual)},remove:function(){var p=this,q=p.getContainer();p.removed=1;p.hide();p.execCallback(&quot;remove_instance_callback&quot;,p);p.onRemove.dispatch(p);p.onExecCommand.listeners=[];m.remove(p);n.remove(q)},destroy:function(q){var p=this;if(p.destroyed){return}if(!q){m.removeUnload(p.destroy);tinyMCE.onBeforeUnload.remove(p._beforeUnload);if(p.theme&amp;&amp;p.theme.destroy){p.theme.destroy()}p.controlManager.destroy();p.selection.destroy();p.dom.destroy();if(!p.settings.content_editable){j.clear(p.getWin());j.clear(p.getDoc())}j.clear(p.getBody());j.clear(p.formElement)}if(p.formElement){p.formElement.submit=p.formElement._mceOldSubmit;p.formElement._mceOldSubmit=null}p.contentAreaContainer=p.formElement=p.container=p.settings.content_element=p.bodyElement=p.contentDocument=p.contentWindow=null;if(p.selection){p.selection=p.selection.win=p.selection.dom=p.selection.dom.doc=null}p.destroyed=1},_addEvents:function(){var z=this,r,A=z.settings,q=z.dom,x={mouseup:&quot;onMouseUp&quot;,mousedown:&quot;onMouseDown&quot;,click:&quot;onClick&quot;,keyup:&quot;onKeyUp&quot;,keydown:&quot;onKeyDown&quot;,keypress:&quot;onKeyPress&quot;,submit:&quot;onSubmit&quot;,reset:&quot;onReset&quot;,contextmenu:&quot;onContextMenu&quot;,dblclick:&quot;onDblClick&quot;,paste:&quot;onPaste&quot;};function p(t,B){var s=t.type;if(z.removed){return}if(z.onEvent.dispatch(z,t,B)!==false){z[x[t.fakeType||t.type]].dispatch(z,t,B)}}i(x,function(t,s){switch(s){case&quot;contextmenu&quot;:if(m.isOpera){q.bind(z.getBody(),&quot;mousedown&quot;,function(B){if(B.ctrlKey){B.fakeType=&quot;contextmenu&quot;;p(B)}})}else{q.bind(z.getBody(),s,p)}break;case&quot;paste&quot;:q.bind(z.getBody(),s,function(B){p(B)});break;case&quot;submit&quot;:case&quot;reset&quot;:q.bind(z.getElement().form||n.getParent(z.id,&quot;form&quot;),s,p);break;default:q.bind(A.content_editable?z.getBody():z.getDoc(),s,p)}});q.bind(A.content_editable?z.getBody():(a?z.getDoc():z.getWin()),&quot;focus&quot;,function(s){z.focus(true)});if(m.isGecko){q.bind(z.getDoc(),&quot;DOMNodeInserted&quot;,function(t){var s;t=t.target;if(t.nodeType===1&amp;&amp;t.nodeName===&quot;IMG&quot;&amp;&amp;(s=t.getAttribute(&quot;_mce_src&quot;))){t.src=z.documentBaseURI.toAbsolute(s)}})}if(a){function u(){var C=this,E=C.getDoc(),D=C.settings;if(a&amp;&amp;!D.readonly){if(C._isHidden()){try{if(!D.content_editable){E.designMode=&quot;On&quot;}}catch(B){}}try{E.execCommand(&quot;styleWithCSS&quot;,0,false)}catch(B){if(!C._isHidden()){try{E.execCommand(&quot;useCSS&quot;,0,true)}catch(B){}}}if(!D.table_inline_editing){try{E.execCommand(&quot;enableInlineTableEditing&quot;,false,false)}catch(B){}}if(!D.object_resizing){try{E.execCommand(&quot;enableObjectResizing&quot;,false,false)}catch(B){}}}}z.onBeforeExecCommand.add(u);z.onMouseDown.add(u)}if(m.isWebKit){z.onClick.add(function(s,t){t=t.target;if(t.nodeName==&quot;IMG&quot;||(t.nodeName==&quot;A&quot;&amp;&amp;q.hasClass(t,&quot;mceItemAnchor&quot;))){z.selection.getSel().setBaseAndExtent(t,0,t,1);z.nodeChanged()}})}z.onMouseUp.add(z.nodeChanged);z.onKeyUp.add(function(s,t){var B=t.keyCode;if((B&gt;=33&amp;&amp;B&lt;=36)||(B&gt;=37&amp;&amp;B&lt;=40)||B==13||B==45||B==46||B==8||(m.isMac&amp;&amp;(B==91||B==93))||t.ctrlKey){z.nodeChanged()}});z.onReset.add(function(){z.setContent(z.startContent,{format:&quot;raw&quot;})});if(A.custom_shortcuts){if(A.custom_undo_redo_keyboard_shortcuts){z.addShortcut(&quot;ctrl+z&quot;,z.getLang(&quot;undo_desc&quot;),&quot;Undo&quot;);z.addShortcut(&quot;ctrl+y&quot;,z.getLang(&quot;redo_desc&quot;),&quot;Redo&quot;)}z.addShortcut(&quot;ctrl+b&quot;,z.getLang(&quot;bold_desc&quot;),&quot;Bold&quot;);z.addShortcut(&quot;ctrl+i&quot;,z.getLang(&quot;italic_desc&quot;),&quot;Italic&quot;);z.addShortcut(&quot;ctrl+u&quot;,z.getLang(&quot;underline_desc&quot;),&quot;Underline&quot;);for(r=1;r&lt;=6;r++){z.addShortcut(&quot;ctrl+&quot;+r,&quot;&quot;,[&quot;FormatBlock&quot;,false,&quot;h&quot;+r])}z.addShortcut(&quot;ctrl+7&quot;,&quot;&quot;,[&quot;FormatBlock&quot;,false,&quot;&lt;p&gt;&quot;]);z.addShortcut(&quot;ctrl+8&quot;,&quot;&quot;,[&quot;FormatBlock&quot;,false,&quot;&lt;div&gt;&quot;]);z.addShortcut(&quot;ctrl+9&quot;,&quot;&quot;,[&quot;FormatBlock&quot;,false,&quot;&lt;address&gt;&quot;]);function v(t){var s=null;if(!t.altKey&amp;&amp;!t.ctrlKey&amp;&amp;!t.metaKey){return s}i(z.shortcuts,function(B){if(m.isMac&amp;&amp;B.ctrl!=t.metaKey){return}else{if(!m.isMac&amp;&amp;B.ctrl!=t.ctrlKey){return}}if(B.alt!=t.altKey){return}if(B.shift!=t.shiftKey){return}if(t.keyCode==B.keyCode||(t.charCode&amp;&amp;t.charCode==B.charCode)){s=B;return false}});return s}z.onKeyUp.add(function(s,t){var B=v(t);if(B){return j.cancel(t)}});z.onKeyPress.add(function(s,t){var B=v(t);if(B){return j.cancel(t)}});z.onKeyDown.add(function(s,t){var B=v(t);if(B){B.func.call(B.scope);return j.cancel(t)}})}if(m.isIE){q.bind(z.getDoc(),&quot;controlselect&quot;,function(B){var t=z.resizeInfo,s;B=B.target;if(B.nodeName!==&quot;IMG&quot;){return}if(t){q.unbind(t.node,t.ev,t.cb)}if(!q.hasClass(B,&quot;mceItemNoResize&quot;)){ev=&quot;resizeend&quot;;s=q.bind(B,ev,function(D){var C;D=D.target;if(C=q.getStyle(D,&quot;width&quot;)){q.setAttrib(D,&quot;width&quot;,C.replace(/[^0-9%]+/g,&quot;&quot;));q.setStyle(D,&quot;width&quot;,&quot;&quot;)}if(C=q.getStyle(D,&quot;height&quot;)){q.setAttrib(D,&quot;height&quot;,C.replace(/[^0-9%]+/g,&quot;&quot;));q.setStyle(D,&quot;height&quot;,&quot;&quot;)}})}else{ev=&quot;resizestart&quot;;s=q.bind(B,&quot;resizestart&quot;,j.cancel,j)}t=z.resizeInfo={node:B,ev:ev,cb:s}});z.onKeyDown.add(function(s,t){switch(t.keyCode){case 8:if(z.selection.getRng().item){s.dom.remove(z.selection.getRng().item(0));return j.cancel(t)}}})}if(m.isOpera){z.onClick.add(function(s,t){j.prevent(t)})}if(A.custom_undo_redo){function y(){z.undoManager.typing=0;z.undoManager.add()}q.bind(z.getDoc(),&quot;focusout&quot;,function(s){if(!z.removed&amp;&amp;z.undoManager.typing){y()}});z.onKeyUp.add(function(s,t){if((t.keyCode&gt;=33&amp;&amp;t.keyCode&lt;=36)||(t.keyCode&gt;=37&amp;&amp;t.keyCode&lt;=40)||t.keyCode==13||t.keyCode==45||t.ctrlKey){y()}});z.onKeyDown.add(function(t,E){var s,D,C;if(b&amp;&amp;E.keyCode==46){s=z.selection.getRng();if(s.parentElement){D=s.parentElement();if(E.ctrlKey){s.moveEnd(&quot;word&quot;,1);s.select()}z.selection.getSel().clear();if(s.parentElement()==D){C=z.selection.getBookmark();try{D.innerHTML=D.innerHTML}catch(B){}z.selection.moveToBookmark(C)}E.preventDefault();return}}if((E.keyCode&gt;=33&amp;&amp;E.keyCode&lt;=36)||(E.keyCode&gt;=37&amp;&amp;E.keyCode&lt;=40)||E.keyCode==13||E.keyCode==45){if(z.undoManager.typing){y()}return}if(!z.undoManager.typing){z.undoManager.add();z.undoManager.typing=1}});z.onMouseDown.add(function(){if(z.undoManager.typing){y()}})}},_isHidden:function(){var p;if(!a){return 0}p=this.selection.getSel();return(!p||!p.rangeCount||p.rangeCount==0)},_fixNesting:function(q){var r=[],p;q=q.replace(/&lt;(\/)?([^\s&gt;]+)[^&gt;]*?&gt;/g,function(t,s,v){var u;if(s===&quot;/&quot;){if(!r.length){return&quot;&quot;}if(v!==r[r.length-1].tag){for(p=r.length-1;p&gt;=0;p--){if(r[p].tag===v){r[p].close=1;break}}return&quot;&quot;}else{r.pop();if(r.length&amp;&amp;r[r.length-1].close){t=t+&quot;&lt;/&quot;+r[r.length-1].tag+&quot;&gt;&quot;;r.pop()}}}else{if(/^(br|hr|input|meta|img|link|param)$/i.test(v)){return t}if(/\/&gt;$/.test(t)){return t}r.push({tag:v})}return t});for(p=r.length-1;p&gt;=0;p--){q+=&quot;&lt;/&quot;+r[p].tag+&quot;&gt;&quot;}return q}})})(tinymce);(function(c){var d=c.each,e,a=true,b=false;c.EditorCommands=function(n){var l=n.dom,p=n.selection,j={state:{},exec:{},value:{}},k=n.settings,o;function q(y,x,v){var u;y=y.toLowerCase();if(u=j.exec[y]){u(y,x,v);return a}return b}function m(v){var u;v=v.toLowerCase();if(u=j.state[v]){return u(v)}return -1}function h(v){var u;v=v.toLowerCase();if(u=j.value[v]){return u(v)}return b}function t(u,v){v=v||&quot;exec&quot;;d(u,function(y,x){d(x.toLowerCase().split(&quot;,&quot;),function(z){j[v][z]=y})})}c.extend(this,{execCommand:q,queryCommandState:m,queryCommandValue:h,addCommands:t});function f(x,v,u){if(v===e){v=b}if(u===e){u=null}return n.getDoc().execCommand(x,v,u)}function s(u){return n.formatter.match(u)}function r(u,v){n.formatter.toggle(u,v?{value:v}:e)}function i(u){o=p.getBookmark(u)}function g(){p.moveToBookmark(o)}t({&quot;mceResetDesignMode,mceBeginUndoLevel&quot;:function(){},&quot;mceEndUndoLevel,mceAddUndoLevel&quot;:function(){n.undoManager.add()},&quot;Cut,Copy,Paste&quot;:function(y){var x=n.getDoc(),u;try{f(y)}catch(v){u=a}if(u||!x.queryCommandSupported(y)){if(c.isGecko){n.windowManager.confirm(n.getLang(&quot;clipboard_msg&quot;),function(z){if(z){open(&quot;http://www.mozilla.org/editor/midasdemo/securityprefs.html&quot;,&quot;_blank&quot;)}})}else{n.windowManager.alert(n.getLang(&quot;clipboard_no_support&quot;))}}},unlink:function(u){if(p.isCollapsed()){p.select(p.getNode())}f(u);p.collapse(b)},&quot;JustifyLeft,JustifyCenter,JustifyRight,JustifyFull&quot;:function(u){var v=u.substring(7);d(&quot;left,center,right,full&quot;.split(&quot;,&quot;),function(x){if(v!=x){n.formatter.remove(&quot;align&quot;+x)}});r(&quot;align&quot;+v)},&quot;InsertUnorderedList,InsertOrderedList&quot;:function(x){var u,v;f(x);u=l.getParent(p.getNode(),&quot;ol,ul&quot;);if(u){v=u.parentNode;if(/^(H[1-6]|P|ADDRESS|PRE)$/.test(v.nodeName)){i();l.split(v,u);g()}}},&quot;Bold,Italic,Underline,Strikethrough&quot;:function(u){r(u)},&quot;ForeColor,HiliteColor,FontName&quot;:function(x,v,u){r(x,u)},FontSize:function(y,x,v){var u,z;if(v&gt;=1&amp;&amp;v&lt;=7){z=c.explode(k.font_size_style_values);u=c.explode(k.font_size_classes);if(u){v=u[v-1]||v}else{v=z[v-1]||v}}r(y,v)},RemoveFormat:function(u){n.formatter.remove(u)},mceBlockQuote:function(u){r(&quot;blockquote&quot;)},FormatBlock:function(x,v,u){return r(u||&quot;p&quot;)},mceCleanup:function(){var u=p.getBookmark();n.setContent(n.getContent({cleanup:a}),{cleanup:a});p.moveToBookmark(u)},mceRemoveNode:function(y,x,v){var u=v||p.getNode();if(u!=n.getBody()){i();n.dom.remove(u,a);g()}},mceSelectNodeDepth:function(y,x,v){var u=0;l.getParent(p.getNode(),function(z){if(z.nodeType==1&amp;&amp;u++==v){p.select(z);return b}},n.getBody())},mceSelectNode:function(x,v,u){p.select(u)},mceInsertContent:function(x,v,u){p.setContent(u)},mceInsertRawHTML:function(x,v,u){p.setContent(&quot;tiny_mce_marker&quot;);n.setContent(n.getContent().replace(/tiny_mce_marker/g,function(){return u}))},mceSetContent:function(x,v,u){n.setContent(u)},&quot;Indent,Outdent&quot;:function(y){var v,u,x;v=k.indentation;u=/[a-z%]+$/i.exec(v);v=parseInt(v);if(!m(&quot;InsertUnorderedList&quot;)&amp;&amp;!m(&quot;InsertOrderedList&quot;)){d(p.getSelectedBlocks(),function(z){if(y==&quot;outdent&quot;){x=Math.max(0,parseInt(z.style.paddingLeft||0)-v);l.setStyle(z,&quot;paddingLeft&quot;,x?x+u:&quot;&quot;)}else{l.setStyle(z,&quot;paddingLeft&quot;,(parseInt(z.style.paddingLeft||0)+v)+u)}})}else{f(y)}},mceRepaint:function(){var v;if(c.isGecko){try{i(a);if(p.getSel()){p.getSel().selectAllChildren(n.getBody())}p.collapse(a);g()}catch(u){}}},mceToggleFormat:function(x,v,u){n.formatter.toggle(u)},InsertHorizontalRule:function(){p.setContent(&quot;&lt;hr /&gt;&quot;)},mceToggleVisualAid:function(){n.hasVisual=!n.hasVisual;n.addVisual()},mceReplaceContent:function(x,v,u){p.setContent(u.replace(/\{\$selection\}/g,p.getContent({format:&quot;text&quot;})))},mceInsertLink:function(y,x,v){var u=l.getParent(p.getNode(),&quot;a&quot;);if(c.is(v,&quot;string&quot;)){v={href:v}}if(!u){f(&quot;CreateLink&quot;,b,&quot;javascript:mctmp(0);&quot;);d(l.select(&quot;a[href=javascript:mctmp(0);]&quot;),function(z){l.setAttribs(z,v)})}else{if(v.href){l.setAttribs(u,v)}else{n.dom.remove(u,a)}}},selectAll:function(){var v=l.getRoot(),u=l.createRng();u.setStart(v,0);u.setEnd(v,v.childNodes.length);n.selection.setRng(u)}});t({&quot;JustifyLeft,JustifyCenter,JustifyRight,JustifyFull&quot;:function(u){return s(&quot;align&quot;+u.substring(7))},&quot;Bold,Italic,Underline,Strikethrough&quot;:function(u){return s(u)},mceBlockQuote:function(){return s(&quot;blockquote&quot;)},Outdent:function(){var u;if(k.inline_styles){if((u=l.getParent(p.getStart(),l.isBlock))&amp;&amp;parseInt(u.style.paddingLeft)&gt;0){return a}if((u=l.getParent(p.getEnd(),l.isBlock))&amp;&amp;parseInt(u.style.paddingLeft)&gt;0){return a}}return m(&quot;InsertUnorderedList&quot;)||m(&quot;InsertOrderedList&quot;)||(!k.inline_styles&amp;&amp;!!l.getParent(p.getNode(),&quot;BLOCKQUOTE&quot;))},&quot;InsertUnorderedList,InsertOrderedList&quot;:function(u){return l.getParent(p.getNode(),u==&quot;insertunorderedlist&quot;?&quot;UL&quot;:&quot;OL&quot;)}},&quot;state&quot;);t({&quot;FontSize,FontName&quot;:function(x){var v=0,u;if(u=l.getParent(p.getNode(),&quot;span&quot;)){if(x==&quot;fontsize&quot;){v=u.style.fontSize}else{v=u.style.fontFamily.replace(/, /g,&quot;,&quot;).replace(/[\'\&quot;]/g,&quot;&quot;).toLowerCase()}}return v}},&quot;value&quot;);if(k.custom_undo_redo){t({Undo:function(){n.undoManager.undo()},Redo:function(){n.undoManager.redo()}})}}})(tinymce);(function(b){var a=b.util.Dispatcher;b.UndoManager=function(e){var c,d=0,g=[];function f(){return b.trim(e.getContent({format:&quot;raw&quot;,no_events:1}))}return c={typing:0,onAdd:new a(c),onUndo:new a(c),onRedo:new a(c),add:function(l){var h,j=e.settings,k;l=l||{};l.content=f();k=g[d];if(k&amp;&amp;k.content==l.content){if(d&gt;0||g.length==1){return null}}if(j.custom_undo_redo_levels){if(g.length&gt;j.custom_undo_redo_levels){for(h=0;h&lt;g.length-1;h++){g[h]=g[h+1]}g.length--;d=g.length}}l.bookmark=e.selection.getBookmark(2,true);if(d&lt;g.length-1){if(d==0){g=[]}else{g.length=d+1}}g.push(l);d=g.length-1;c.onAdd.dispatch(c,l);e.isNotDirty=0;return l},undo:function(){var j,h;if(c.typing){c.add();c.typing=0}if(d&gt;0){j=g[--d];e.setContent(j.content,{format:&quot;raw&quot;});e.selection.moveToBookmark(j.bookmark);c.onUndo.dispatch(c,j)}return j},redo:function(){var h;if(d&lt;g.length-1){h=g[++d];e.setContent(h.content,{format:&quot;raw&quot;});e.selection.moveToBookmark(h.bookmark);c.onRedo.dispatch(c,h)}return h},clear:function(){g=[];d=c.typing=0},hasUndo:function(){return d&gt;0||c.typing},hasRedo:function(){return d&lt;g.length-1}}}})(tinymce);(function(m){var k=m.dom.Event,c=m.isIE,a=m.isGecko,b=m.isOpera,j=m.each,i=m.extend,d=true,h=false;function l(p){var q,o,n;do{if(/^(SPAN|STRONG|B|EM|I|FONT|STRIKE|U)$/.test(p.nodeName)){if(q){o=p.cloneNode(false);o.appendChild(q);q=o}else{q=n=p.cloneNode(false)}q.removeAttribute(&quot;id&quot;)}}while(p=p.parentNode);if(q){return{wrapper:q,inner:n}}}function g(o,p){var n=p.ownerDocument.createRange();n.setStart(o.endContainer,o.endOffset);n.setEndAfter(p);return n.cloneContents().textContent.length==0}function f(o){o=o.innerHTML;o=o.replace(/&lt;(img|hr|table|input|select|textarea)[ \&gt;]/gi,&quot;-&quot;);o=o.replace(/&lt;[^&gt;]+&gt;/g,&quot;&quot;);return o.replace(/[ \u00a0\t\r\n]+/g,&quot;&quot;)==&quot;&quot;}function e(p,r,n){var o,q;if(f(n)){o=r.getParent(n,&quot;ul,ol&quot;);if(!r.getParent(o.parentNode,&quot;ul,ol&quot;)){r.split(o,n);q=r.create(&quot;p&quot;,0,'&lt;br _mce_bogus=&quot;1&quot; /&gt;');r.replace(q,n);p.select(q,1)}return h}return d}m.create(&quot;tinymce.ForceBlocks&quot;,{ForceBlocks:function(o){var p=this,q=o.settings,r;p.editor=o;p.dom=o.dom;r=(q.forced_root_block||&quot;p&quot;).toLowerCase();q.element=r.toUpperCase();o.onPreInit.add(p.setup,p);p.reOpera=new RegExp(&quot;(\\u00a0|&amp;#160;|&amp;nbsp;)&lt;/&quot;+r+&quot;&gt;&quot;,&quot;gi&quot;);p.rePadd=new RegExp(&quot;&lt;p( )([^&gt;]+)&gt;&lt;\\/p&gt;|&lt;p( )([^&gt;]+)\\/&gt;|&lt;p( )([^&gt;]+)&gt;\\s+&lt;\\/p&gt;|&lt;p&gt;&lt;\\/p&gt;|&lt;p\\/&gt;|&lt;p&gt;\\s+&lt;\\/p&gt;&quot;.replace(/p/g,r),&quot;gi&quot;);p.reNbsp2BR1=new RegExp(&quot;&lt;p( )([^&gt;]+)&gt;[\\s\\u00a0]+&lt;\\/p&gt;|&lt;p&gt;[\\s\\u00a0]+&lt;\\/p&gt;&quot;.replace(/p/g,r),&quot;gi&quot;);p.reNbsp2BR2=new RegExp(&quot;&lt;%p()([^&gt;]+)&gt;(&amp;nbsp;|&amp;#160;)&lt;\\/%p&gt;|&lt;%p&gt;(&amp;nbsp;|&amp;#160;)&lt;\\/%p&gt;&quot;.replace(/%p/g,r),&quot;gi&quot;);p.reBR2Nbsp=new RegExp(&quot;&lt;p( )([^&gt;]+)&gt;\\s*&lt;br \\/&gt;\\s*&lt;\\/p&gt;|&lt;p&gt;\\s*&lt;br \\/&gt;\\s*&lt;\\/p&gt;&quot;.replace(/p/g,r),&quot;gi&quot;);function n(s,t){if(b){t.content=t.content.replace(p.reOpera,&quot;&lt;/&quot;+r+&quot;&gt;&quot;)}t.content=m._replace(p.rePadd,&quot;&lt;&quot;+r+&quot;$1$2$3$4$5$6&gt;\u00a0&lt;/&quot;+r+&quot;&gt;&quot;,t.content);if(!c&amp;&amp;!b&amp;&amp;t.set){t.content=t.content.replace(p.reNbsp2BR1,&quot;&lt;&quot;+r+&quot;$1$2&gt;&lt;br /&gt;&lt;/&quot;+r+&quot;&gt;&quot;);t.content=t.content.replace(p.reNbsp2BR2,&quot;&lt;&quot;+r+&quot;$1$2&gt;&lt;br /&gt;&lt;/&quot;+r+&quot;&gt;&quot;)}else{t.content=m._replace(p.reBR2Nbsp,&quot;&lt;&quot;+r+&quot;$1$2&gt;\u00a0&lt;/&quot;+r+&quot;&gt;&quot;,t.content)}}o.onBeforeSetContent.add(n);o.onPostProcess.add(n);if(q.forced_root_block){o.onInit.add(p.forceRoots,p);o.onSetContent.add(p.forceRoots,p);o.onBeforeGetContent.add(p.forceRoots,p)}},setup:function(){var o=this,n=o.editor,q=n.settings,u=n.dom,p=n.selection;if(q.forced_root_block){n.onBeforeExecCommand.add(o.forceRoots,o);n.onKeyUp.add(o.forceRoots,o);n.onPreProcess.add(o.forceRoots,o)}if(q.force_br_newlines){if(c){n.onKeyPress.add(function(s,t){var v;if(t.keyCode==13&amp;&amp;p.getNode().nodeName!=&quot;LI&quot;){p.setContent('&lt;br id=&quot;__&quot; /&gt; ',{format:&quot;raw&quot;});v=u.get(&quot;__&quot;);v.removeAttribute(&quot;id&quot;);p.select(v);p.collapse();return k.cancel(t)}})}}if(q.force_p_newlines){if(!c){n.onKeyPress.add(function(s,t){if(t.keyCode==13&amp;&amp;!t.shiftKey&amp;&amp;!o.insertPara(t)){k.cancel(t)}})}else{m.addUnload(function(){o._previousFormats=0});n.onKeyPress.add(function(s,t){o._previousFormats=0;if(t.keyCode==13&amp;&amp;!t.shiftKey&amp;&amp;s.selection.isCollapsed()&amp;&amp;q.keep_styles){o._previousFormats=l(s.selection.getStart())}});n.onKeyUp.add(function(t,x){if(x.keyCode==13&amp;&amp;!x.shiftKey){var v=t.selection.getStart(),s=o._previousFormats;if(!v.hasChildNodes()&amp;&amp;s){v=u.getParent(v,u.isBlock);if(v&amp;&amp;v.nodeName!=&quot;LI&quot;){v.innerHTML=&quot;&quot;;if(o._previousFormats){v.appendChild(s.wrapper);s.inner.innerHTML=&quot;\uFEFF&quot;}else{v.innerHTML=&quot;\uFEFF&quot;}p.select(v,1);t.getDoc().execCommand(&quot;Delete&quot;,false,null);o._previousFormats=0}}}})}if(a){n.onKeyDown.add(function(s,t){if((t.keyCode==8||t.keyCode==46)&amp;&amp;!t.shiftKey){o.backspaceDelete(t,t.keyCode==8)}})}}if(m.isWebKit){function r(t){var s=p.getRng(),v,z=u.create(&quot;div&quot;,null,&quot; &quot;),y,x=u.getViewPort(t.getWin()).h;s.insertNode(v=u.create(&quot;br&quot;));s.setStartAfter(v);s.setEndAfter(v);p.setRng(s);if(p.getSel().focusNode==v.previousSibling){p.select(u.insertAfter(u.doc.createTextNode(&quot;\u00a0&quot;),v));p.collapse(d)}u.insertAfter(z,v);y=u.getPos(z).y;u.remove(z);if(y&gt;x){t.getWin().scrollTo(0,y)}}n.onKeyPress.add(function(s,t){if(t.keyCode==13&amp;&amp;(t.shiftKey||(q.force_br_newlines&amp;&amp;!u.getParent(p.getNode(),&quot;h1,h2,h3,h4,h5,h6,ol,ul&quot;)))){r(s);k.cancel(t)}})}n.onPreProcess.add(function(s,t){j(u.select(&quot;p,h1,h2,h3,h4,h5,h6,div&quot;,t.node),function(v){if(f(v)){j(u.select(&quot;span,em,strong,b,i&quot;,t.node),function(x){if(!x.hasChildNodes()){x.appendChild(s.getDoc().createTextNode(&quot;\u00a0&quot;));return h}})}})});if(c){if(q.element!=&quot;P&quot;){n.onKeyPress.add(function(s,t){o.lastElm=p.getNode().nodeName});n.onKeyUp.add(function(t,v){var y,x=p.getNode(),s=t.getBody();if(s.childNodes.length===1&amp;&amp;x.nodeName==&quot;P&quot;){x=u.rename(x,q.element);p.select(x);p.collapse();t.nodeChanged()}else{if(v.keyCode==13&amp;&amp;!v.shiftKey&amp;&amp;o.lastElm!=&quot;P&quot;){y=u.getParent(x,&quot;p&quot;);if(y){u.rename(y,q.element);t.nodeChanged()}}}})}}},find:function(v,q,r){var p=this.editor,o=p.getDoc().createTreeWalker(v,4,null,h),u=-1;while(v=o.nextNode()){u++;if(q==0&amp;&amp;v==r){return u}if(q==1&amp;&amp;u==r){return v}}return -1},forceRoots:function(x,I){var z=this,x=z.editor,M=x.getBody(),J=x.getDoc(),P=x.selection,A=P.getSel(),B=P.getRng(),N=-2,v,G,o,p,K=-16777215;var L,q,O,F,C,u=M.childNodes,E,D,y;for(E=u.length-1;E&gt;=0;E--){L=u[E];if(L.nodeType===1&amp;&amp;L.getAttribute(&quot;_mce_type&quot;)){q=null;continue}if(L.nodeType===3||(!z.dom.isBlock(L)&amp;&amp;L.nodeType!==8&amp;&amp;!/^(script|mce:script|style|mce:style)$/i.test(L.nodeName))){if(!q){if(L.nodeType!=3||/[^\s]/g.test(L.nodeValue)){if(N==-2&amp;&amp;B){if(!c||B.setStart){if(B.startContainer.nodeType==1&amp;&amp;(D=B.startContainer.childNodes[B.startOffset])&amp;&amp;D.nodeType==1){y=D.getAttribute(&quot;id&quot;);D.setAttribute(&quot;id&quot;,&quot;__mce&quot;)}else{if(x.dom.getParent(B.startContainer,function(n){return n===M})){G=B.startOffset;o=B.endOffset;N=z.find(M,0,B.startContainer);v=z.find(M,0,B.endContainer)}}}else{if(B.item){p=J.body.createTextRange();p.moveToElementText(B.item(0));B=p}p=J.body.createTextRange();p.moveToElementText(M);p.collapse(1);O=p.move(&quot;character&quot;,K)*-1;p=B.duplicate();p.collapse(1);F=p.move(&quot;character&quot;,K)*-1;p=B.duplicate();p.collapse(0);C=(p.move(&quot;character&quot;,K)*-1)-F;N=F-O;v=C}}q=x.dom.create(x.settings.forced_root_block);L.parentNode.replaceChild(q,L);q.appendChild(L)}}else{if(q.hasChildNodes()){q.insertBefore(L,q.firstChild)}else{q.appendChild(L)}}}else{q=null}}if(N!=-2){if(!c||B.setStart){q=M.getElementsByTagName(x.settings.element)[0];B=J.createRange();if(N!=-1){B.setStart(z.find(M,1,N),G)}else{B.setStart(q,0)}if(v!=-1){B.setEnd(z.find(M,1,v),o)}else{B.setEnd(q,0)}if(A){A.removeAllRanges();A.addRange(B)}}else{try{B=A.createRange();B.moveToElementText(M);B.collapse(1);B.moveStart(&quot;character&quot;,N);B.moveEnd(&quot;character&quot;,v);B.select()}catch(H){}}}else{if((!c||B.setStart)&amp;&amp;(D=x.dom.get(&quot;__mce&quot;))){if(y){D.setAttribute(&quot;id&quot;,y)}else{D.removeAttribute(&quot;id&quot;)}B=J.createRange();B.setStartBefore(D);B.setEndBefore(D);P.setRng(B)}}},getParentBlock:function(p){var o=this.dom;return o.getParent(p,o.isBlock)},insertPara:function(S){var G=this,x=G.editor,O=x.dom,T=x.getDoc(),X=x.settings,H=x.selection.getSel(),I=H.getRangeAt(0),W=T.body;var L,M,J,Q,P,u,p,v,A,o,E,V,q,z,K,N=O.getViewPort(x.getWin()),D,F,C;L=T.createRange();L.setStart(H.anchorNode,H.anchorOffset);L.collapse(d);M=T.createRange();M.setStart(H.focusNode,H.focusOffset);M.collapse(d);J=L.compareBoundaryPoints(L.START_TO_END,M)&lt;0;Q=J?H.anchorNode:H.focusNode;P=J?H.anchorOffset:H.focusOffset;u=J?H.focusNode:H.anchorNode;p=J?H.focusOffset:H.anchorOffset;if(Q===u&amp;&amp;/^(TD|TH)$/.test(Q.nodeName)){if(Q.firstChild.nodeName==&quot;BR&quot;){O.remove(Q.firstChild)}if(Q.childNodes.length==0){x.dom.add(Q,X.element,null,&quot;&lt;br /&gt;&quot;);V=x.dom.add(Q,X.element,null,&quot;&lt;br /&gt;&quot;)}else{K=Q.innerHTML;Q.innerHTML=&quot;&quot;;x.dom.add(Q,X.element,null,K);V=x.dom.add(Q,X.element,null,&quot;&lt;br /&gt;&quot;)}I=T.createRange();I.selectNodeContents(V);I.collapse(1);x.selection.setRng(I);return h}if(Q==W&amp;&amp;u==W&amp;&amp;W.firstChild&amp;&amp;x.dom.isBlock(W.firstChild)){Q=u=Q.firstChild;P=p=0;L=T.createRange();L.setStart(Q,0);M=T.createRange();M.setStart(u,0)}Q=Q.nodeName==&quot;HTML&quot;?T.body:Q;Q=Q.nodeName==&quot;BODY&quot;?Q.firstChild:Q;u=u.nodeName==&quot;HTML&quot;?T.body:u;u=u.nodeName==&quot;BODY&quot;?u.firstChild:u;v=G.getParentBlock(Q);A=G.getParentBlock(u);o=v?v.nodeName:X.element;if(K=G.dom.getParent(v,&quot;li,pre&quot;)){if(K.nodeName==&quot;LI&quot;){return e(x.selection,G.dom,K)}return d}if(v&amp;&amp;(v.nodeName==&quot;CAPTION&quot;||/absolute|relative|fixed/gi.test(O.getStyle(v,&quot;position&quot;,1)))){o=X.element;v=null}if(A&amp;&amp;(A.nodeName==&quot;CAPTION&quot;||/absolute|relative|fixed/gi.test(O.getStyle(v,&quot;position&quot;,1)))){o=X.element;A=null}if(/(TD|TABLE|TH|CAPTION)/.test(o)||(v&amp;&amp;o==&quot;DIV&quot;&amp;&amp;/left|right/gi.test(O.getStyle(v,&quot;float&quot;,1)))){o=X.element;v=A=null}E=(v&amp;&amp;v.nodeName==o)?v.cloneNode(0):x.dom.create(o);V=(A&amp;&amp;A.nodeName==o)?A.cloneNode(0):x.dom.create(o);V.removeAttribute(&quot;id&quot;);if(/^(H[1-6])$/.test(o)&amp;&amp;g(I,v)){V=x.dom.create(X.element)}K=q=Q;do{if(K==W||K.nodeType==9||G.dom.isBlock(K)||/(TD|TABLE|TH|CAPTION)/.test(K.nodeName)){break}q=K}while((K=K.previousSibling?K.previousSibling:K.parentNode));K=z=u;do{if(K==W||K.nodeType==9||G.dom.isBlock(K)||/(TD|TABLE|TH|CAPTION)/.test(K.nodeName)){break}z=K}while((K=K.nextSibling?K.nextSibling:K.parentNode));if(q.nodeName==o){L.setStart(q,0)}else{L.setStartBefore(q)}L.setEnd(Q,P);E.appendChild(L.cloneContents()||T.createTextNode(&quot;&quot;));try{M.setEndAfter(z)}catch(R){}M.setStart(u,p);V.appendChild(M.cloneContents()||T.createTextNode(&quot;&quot;));I=T.createRange();if(!q.previousSibling&amp;&amp;q.parentNode.nodeName==o){I.setStartBefore(q.parentNode)}else{if(L.startContainer.nodeName==o&amp;&amp;L.startOffset==0){I.setStartBefore(L.startContainer)}else{I.setStart(L.startContainer,L.startOffset)}}if(!z.nextSibling&amp;&amp;z.parentNode.nodeName==o){I.setEndAfter(z.parentNode)}else{I.setEnd(M.endContainer,M.endOffset)}I.deleteContents();if(b){x.getWin().scrollTo(0,N.y)}if(E.firstChild&amp;&amp;E.firstChild.nodeName==o){E.innerHTML=E.firstChild.innerHTML}if(V.firstChild&amp;&amp;V.firstChild.nodeName==o){V.innerHTML=V.firstChild.innerHTML}if(f(E)){E.innerHTML=&quot;&lt;br /&gt;&quot;}function U(y,s){var r=[],Z,Y,t;y.innerHTML=&quot;&quot;;if(X.keep_styles){Y=s;do{if(/^(SPAN|STRONG|B|EM|I|FONT|STRIKE|U)$/.test(Y.nodeName)){Z=Y.cloneNode(h);O.setAttrib(Z,&quot;id&quot;,&quot;&quot;);r.push(Z)}}while(Y=Y.parentNode)}if(r.length&gt;0){for(t=r.length-1,Z=y;t&gt;=0;t--){Z=Z.appendChild(r[t])}r[0].innerHTML=b?&quot;&amp;nbsp;&quot;:&quot;&lt;br /&gt;&quot;;return r[0]}else{y.innerHTML=b?&quot;&amp;nbsp;&quot;:&quot;&lt;br /&gt;&quot;}}if(f(V)){C=U(V,u)}if(b&amp;&amp;parseFloat(opera.version())&lt;9.5){I.insertNode(E);I.insertNode(V)}else{I.insertNode(V);I.insertNode(E)}V.normalize();E.normalize();function B(r){return T.createTreeWalker(r,NodeFilter.SHOW_TEXT,null,h).nextNode()||r}I=T.createRange();I.selectNodeContents(a?B(C||V):C||V);I.collapse(1);H.removeAllRanges();H.addRange(I);D=x.dom.getPos(V).y;F=V.clientHeight;if(D&lt;N.y||D+F&gt;N.y+N.h){x.getWin().scrollTo(0,D&lt;N.y?D:D-N.h+25)}return h},backspaceDelete:function(v,C){var D=this,u=D.editor,z=u.getBody(),s=u.dom,q,x=u.selection,p=x.getRng(),y=p.startContainer,q,A,B,o;if(!C&amp;&amp;p.collapsed&amp;&amp;y.nodeType==1&amp;&amp;p.startOffset==y.childNodes.length){o=new m.dom.TreeWalker(y.lastChild,y);for(q=y.lastChild;q;q=o.prev()){if(q.nodeType==3){p.setStart(q,q.nodeValue.length);p.collapse(true);x.setRng(p);return}}}if(y&amp;&amp;u.dom.isBlock(y)&amp;&amp;!/^(TD|TH)$/.test(y.nodeName)&amp;&amp;C){if(y.childNodes.length==0||(y.childNodes.length==1&amp;&amp;y.firstChild.nodeName==&quot;BR&quot;)){q=y;while((q=q.previousSibling)&amp;&amp;!u.dom.isBlock(q)){}if(q){if(y!=z.firstChild){A=u.dom.doc.createTreeWalker(q,NodeFilter.SHOW_TEXT,null,h);while(B=A.nextNode()){q=B}p=u.getDoc().createRange();p.setStart(q,q.nodeValue?q.nodeValue.length:0);p.setEnd(q,q.nodeValue?q.nodeValue.length:0);x.setRng(p);u.dom.remove(y)}return k.cancel(v)}}}}})})(tinymce);(function(c){var b=c.DOM,a=c.dom.Event,d=c.each,e=c.extend;c.create(&quot;tinymce.ControlManager&quot;,{ControlManager:function(f,j){var h=this,g;j=j||{};h.editor=f;h.controls={};h.onAdd=new c.util.Dispatcher(h);h.onPostRender=new c.util.Dispatcher(h);h.prefix=j.prefix||f.id+&quot;_&quot;;h._cls={};h.onPostRender.add(function(){d(h.controls,function(i){i.postRender()})})},get:function(f){return this.controls[this.prefix+f]||this.controls[f]},setActive:function(h,f){var g=null;if(g=this.get(h)){g.setActive(f)}return g},setDisabled:function(h,f){var g=null;if(g=this.get(h)){g.setDisabled(f)}return g},add:function(g){var f=this;if(g){f.controls[g.id]=g;f.onAdd.dispatch(g,f)}return g},createControl:function(i){var h,g=this,f=g.editor;d(f.plugins,function(j){if(j.createControl){h=j.createControl(i,g);if(h){return false}}});switch(i){case&quot;|&quot;:case&quot;separator&quot;:return g.createSeparator()}if(!h&amp;&amp;f.buttons&amp;&amp;(h=f.buttons[i])){return g.createButton(i,h)}return g.add(h)},createDropMenu:function(f,n,h){var m=this,i=m.editor,j,g,k,l;n=e({&quot;class&quot;:&quot;mceDropDown&quot;,constrain:i.settings.constrain_menus},n);n[&quot;class&quot;]=n[&quot;class&quot;]+&quot; &quot;+i.getParam(&quot;skin&quot;)+&quot;Skin&quot;;if(k=i.getParam(&quot;skin_variant&quot;)){n[&quot;class&quot;]+=&quot; &quot;+i.getParam(&quot;skin&quot;)+&quot;Skin&quot;+k.substring(0,1).toUpperCase()+k.substring(1)}f=m.prefix+f;l=h||m._cls.dropmenu||c.ui.DropMenu;j=m.controls[f]=new l(f,n);j.onAddItem.add(function(r,q){var p=q.settings;p.title=i.getLang(p.title,p.title);if(!p.onclick){p.onclick=function(o){if(p.cmd){i.execCommand(p.cmd,p.ui||false,p.value)}}}});i.onRemove.add(function(){j.destroy()});if(c.isIE){j.onShowMenu.add(function(){i.focus();g=i.selection.getBookmark(1)});j.onHideMenu.add(function(){if(g){i.selection.moveToBookmark(g);g=0}})}return m.add(j)},createListBox:function(m,i,l){var h=this,g=h.editor,j,k,f;if(h.get(m)){return null}i.title=g.translate(i.title);i.scope=i.scope||g;if(!i.onselect){i.onselect=function(n){g.execCommand(i.cmd,i.ui||false,n||i.value)}}i=e({title:i.title,&quot;class&quot;:&quot;mce_&quot;+m,scope:i.scope,control_manager:h},i);m=h.prefix+m;if(g.settings.use_native_selects){k=new c.ui.NativeListBox(m,i)}else{f=l||h._cls.listbox||c.ui.ListBox;k=new f(m,i)}h.controls[m]=k;if(c.isWebKit){k.onPostRender.add(function(p,o){a.add(o,&quot;mousedown&quot;,function(){g.bookmark=g.selection.getBookmark(1)});a.add(o,&quot;focus&quot;,function(){g.selection.moveToBookmark(g.bookmark);g.bookmark=null})})}if(k.hideMenu){g.onMouseDown.add(k.hideMenu,k)}return h.add(k)},createButton:function(m,i,l){var h=this,g=h.editor,j,k,f;if(h.get(m)){return null}i.title=g.translate(i.title);i.label=g.translate(i.label);i.scope=i.scope||g;if(!i.onclick&amp;&amp;!i.menu_button){i.onclick=function(){g.execCommand(i.cmd,i.ui||false,i.value)}}i=e({title:i.title,&quot;class&quot;:&quot;mce_&quot;+m,unavailable_prefix:g.getLang(&quot;unavailable&quot;,&quot;&quot;),scope:i.scope,control_manager:h},i);m=h.prefix+m;if(i.menu_button){f=l||h._cls.menubutton||c.ui.MenuButton;k=new f(m,i);g.onMouseDown.add(k.hideMenu,k)}else{f=h._cls.button||c.ui.Button;k=new f(m,i)}return h.add(k)},createMenuButton:function(h,f,g){f=f||{};f.menu_button=1;return this.createButton(h,f,g)},createSplitButton:function(m,i,l){var h=this,g=h.editor,j,k,f;if(h.get(m)){return null}i.title=g.translate(i.title);i.scope=i.scope||g;if(!i.onclick){i.onclick=function(n){g.execCommand(i.cmd,i.ui||false,n||i.value)}}if(!i.onselect){i.onselect=function(n){g.execCommand(i.cmd,i.ui||false,n||i.value)}}i=e({title:i.title,&quot;class&quot;:&quot;mce_&quot;+m,scope:i.scope,control_manager:h},i);m=h.prefix+m;f=l||h._cls.splitbutton||c.ui.SplitButton;k=h.add(new f(m,i));g.onMouseDown.add(k.hideMenu,k);return k},createColorSplitButton:function(f,n,h){var l=this,j=l.editor,i,k,m,g;if(l.get(f)){return null}n.title=j.translate(n.title);n.scope=n.scope||j;if(!n.onclick){n.onclick=function(o){if(c.isIE){g=j.selection.getBookmark(1)}j.execCommand(n.cmd,n.ui||false,o||n.value)}}if(!n.onselect){n.onselect=function(o){j.execCommand(n.cmd,n.ui||false,o||n.value)}}n=e({title:n.title,&quot;class&quot;:&quot;mce_&quot;+f,menu_class:j.getParam(&quot;skin&quot;)+&quot;Skin&quot;,scope:n.scope,more_colors_title:j.getLang(&quot;more_colors&quot;)},n);f=l.prefix+f;m=h||l._cls.colorsplitbutton||c.ui.ColorSplitButton;k=new m(f,n);j.onMouseDown.add(k.hideMenu,k);j.onRemove.add(function(){k.destroy()});if(c.isIE){k.onShowMenu.add(function(){j.focus();g=j.selection.getBookmark(1)});k.onHideMenu.add(function(){if(g){j.selection.moveToBookmark(g);g=0}})}return l.add(k)},createToolbar:function(k,h,j){var i,g=this,f;k=g.prefix+k;f=j||g._cls.toolbar||c.ui.Toolbar;i=new f(k,h);if(g.get(k)){return null}return g.add(i)},createSeparator:function(g){var f=g||this._cls.separator||c.ui.Separator;return new f()},setControlType:function(g,f){return this._cls[g.toLowerCase()]=f},destroy:function(){d(this.controls,function(f){f.destroy()});this.controls=null}})})(tinymce);(function(d){var a=d.util.Dispatcher,e=d.each,c=d.isIE,b=d.isOpera;d.create(&quot;tinymce.WindowManager&quot;,{WindowManager:function(f){var g=this;g.editor=f;g.onOpen=new a(g);g.onClose=new a(g);g.params={};g.features={}},open:function(z,h){var v=this,k=&quot;&quot;,n,m,i=v.editor.settings.dialog_type==&quot;modal&quot;,q,o,j,g=d.DOM.getViewPort(),r;z=z||{};h=h||{};o=b?g.w:screen.width;j=b?g.h:screen.height;z.name=z.name||&quot;mc_&quot;+new Date().getTime();z.width=parseInt(z.width||320);z.height=parseInt(z.height||240);z.resizable=true;z.left=z.left||parseInt(o/2)-(z.width/2);z.top=z.top||parseInt(j/2)-(z.height/2);h.inline=false;h.mce_width=z.width;h.mce_height=z.height;h.mce_auto_focus=z.auto_focus;if(i){if(c){z.center=true;z.help=false;z.dialogWidth=z.width+&quot;px&quot;;z.dialogHeight=z.height+&quot;px&quot;;z.scroll=z.scrollbars||false}}e(z,function(p,f){if(d.is(p,&quot;boolean&quot;)){p=p?&quot;yes&quot;:&quot;no&quot;}if(!/^(name|url)$/.test(f)){if(c&amp;&amp;i){k+=(k?&quot;;&quot;:&quot;&quot;)+f+&quot;:&quot;+p}else{k+=(k?&quot;,&quot;:&quot;&quot;)+f+&quot;=&quot;+p}}});v.features=z;v.params=h;v.onOpen.dispatch(v,z,h);r=z.url||z.file;r=d._addVer(r);try{if(c&amp;&amp;i){q=1;window.showModalDialog(r,window,k)}else{q=window.open(r,z.name,k)}}catch(l){}if(!q){alert(v.editor.getLang(&quot;popup_blocked&quot;))}},close:function(f){f.close();this.onClose.dispatch(this)},createInstance:function(i,h,g,m,l,k){var j=d.resolve(i);return new j(h,g,m,l,k)},confirm:function(h,f,i,g){g=g||window;f.call(i||this,g.confirm(this._decode(this.editor.getLang(h,h))))},alert:function(h,f,j,g){var i=this;g=g||window;g.alert(i._decode(i.editor.getLang(h,h)));if(f){f.call(j||i)}},resizeBy:function(f,g,h){h.resizeBy(f,g)},_decode:function(f){return d.DOM.decode(f).replace(/\\n/g,&quot;\n&quot;)}})}(tinymce));(function(a){function b(){var d={},c={},e={};function f(j,i,h,g){if(typeof(i)==&quot;string&quot;){i=[i]}a.each(i,function(k){j[k.toLowerCase()]={func:h,scope:g}})}a.extend(this,{add:function(i,h,g){f(d,i,h,g)},addQueryStateHandler:function(i,h,g){f(c,i,h,g)},addQueryValueHandler:function(i,h,g){f(e,i,h,g)},execCommand:function(h,k,j,i,g){if(k=d[k.toLowerCase()]){if(k.func.call(h||k.scope,j,i,g)!==false){return true}}},queryCommandValue:function(){if(cmd=e[cmd.toLowerCase()]){return cmd.func.call(scope||cmd.scope,ui,value,args)}},queryCommandState:function(){if(cmd=c[cmd.toLowerCase()]){return cmd.func.call(scope||cmd.scope,ui,value,args)}}})}a.GlobalCommands=new b()})(tinymce);(function(a){a.Formatter=function(T){var K={},M=a.each,c=T.dom,p=T.selection,s=a.dom.TreeWalker,I=new a.dom.RangeUtils(c),d=T.schema.isValid,E=c.isBlock,k=T.settings.forced_root_block,r=c.nodeIndex,D=&quot;\uFEFF&quot;,e=/^(src|href|style)$/,Q=false,A=true,o,N={apply:[],remove:[]};function y(U){return U instanceof Array}function l(V,U){return c.getParents(V,U,c.getRoot())}function b(U){return U.nodeType===1&amp;&amp;(U.face===&quot;mceinline&quot;||U.style.fontFamily===&quot;mceinline&quot;)}function P(U){return U?K[U]:K}function j(U,V){if(U){if(typeof(U)!==&quot;string&quot;){M(U,function(X,W){j(W,X)})}else{V=V.length?V:[V];M(V,function(W){if(W.deep===o){W.deep=!W.selector}if(W.split===o){W.split=!W.selector||W.inline}if(W.remove===o&amp;&amp;W.selector&amp;&amp;!W.inline){W.remove=&quot;none&quot;}if(W.selector&amp;&amp;W.inline){W.mixed=true;W.block_expand=true}if(typeof(W.classes)===&quot;string&quot;){W.classes=W.classes.split(/\s+/)}});K[U]=V}}}function R(W,ac,Y){var Z=P(W),ad=Z[0],ab,V,aa;function X(ag){var af=ag.startContainer,aj=ag.startOffset,ai,ah;if(af.nodeType==1||af.nodeValue===&quot;&quot;){af=af.nodeType==1?af.childNodes[aj]:af;if(af){ai=new s(af,af.parentNode);for(ah=ai.current();ah;ah=ai.next()){if(ah.nodeType==3&amp;&amp;!f(ah)){ag.setStart(ah,0);break}}}}return ag}function U(ag,af){af=af||ad;if(ag){M(af.styles,function(ai,ah){c.setStyle(ag,ah,q(ai,ac))});M(af.attributes,function(ai,ah){c.setAttrib(ag,ah,q(ai,ac))});M(af.classes,function(ah){ah=q(ah,ac);if(!c.hasClass(ag,ah)){c.addClass(ag,ah)}})}}function ae(ag){var af=[],ai,ah;ai=ad.inline||ad.block;ah=c.create(ai);U(ah);I.walk(ag,function(aj){var ak;function al(am){var ap=am.nodeName.toLowerCase(),ao=am.parentNode.nodeName.toLowerCase(),an;if(g(ap,&quot;br&quot;)){ak=0;if(ad.block){c.remove(am)}return}if(ad.wrapper&amp;&amp;v(am,W,ac)){ak=0;return}if(ad.block&amp;&amp;!ad.wrapper&amp;&amp;F(ap)){am=c.rename(am,ai);U(am);af.push(am);ak=0;return}if(ad.selector){M(Z,function(aq){if(c.is(am,aq.selector)&amp;&amp;!b(am)){U(am,aq);an=true}});if(!ad.inline||an){ak=0;return}}if((ad.wrap_links!==false||ap!=&quot;a&quot;)&amp;&amp;d(ai,ap)&amp;&amp;d(ao,ai)){if(!ak){ak=ah.cloneNode(Q);am.parentNode.insertBefore(ak,am);af.push(ak)}ak.appendChild(am)}else{ak=0;M(a.grep(am.childNodes),al);ak=0}}M(aj,al)});M(af,function(al){var aj;function am(ao){var an=0;M(ao.childNodes,function(ap){if(!f(ap)&amp;&amp;!G(ap)){an++}});return an}function ak(an){var ap,ao;M(an.childNodes,function(aq){if(aq.nodeType==1&amp;&amp;!G(aq)&amp;&amp;!b(aq)){ap=aq;return Q}});if(ap&amp;&amp;h(ap,ad)){ao=ap.cloneNode(Q);U(ao);c.replace(ao,an,A);c.remove(ap,1)}return ao||an}aj=am(al);if(aj===0){c.remove(al,1);return}if(ad.inline||ad.wrapper){if(!ad.exact&amp;&amp;aj===1){al=ak(al)}M(Z,function(an){M(c.select(an.inline,al),function(ao){S(an,ac,ao,an.exact?ao:null)})});if(v(al.parentNode,W,ac)){c.remove(al,1);al=0;return A}if(ad.merge_with_parents){c.getParent(al.parentNode,function(an){if(v(an,W,ac)){c.remove(al,1);al=0;return A}})}if(al){al=t(B(al),al);al=t(al,B(al,A))}}})}if(ad){if(Y){V=c.createRng();V.setStartBefore(Y);V.setEndAfter(Y);ae(n(V,Z))}else{if(!p.isCollapsed()||!ad.inline){ab=p.getBookmark();ae(n(p.getRng(A),Z));p.moveToBookmark(ab);p.setRng(X(p.getRng(A)));T.nodeChanged()}else{O(&quot;apply&quot;,W,ac)}}}}function z(W,af,Z){var aa=P(W),ah=aa[0],ae,ad,V;function Y(ak){var aj=ak.startContainer,ap=ak.startOffset,ao,an,al,am;if(aj.nodeType==3&amp;&amp;ap&gt;=aj.nodeValue.length-1){aj=aj.parentNode;ap=r(aj)+1}if(aj.nodeType==1){al=aj.childNodes;aj=al[Math.min(ap,al.length-1)];ao=new s(aj);if(ap&gt;al.length-1){ao.next()}for(an=ao.current();an;an=ao.next()){if(an.nodeType==3&amp;&amp;!f(an)){am=c.create(&quot;a&quot;,null,D);an.parentNode.insertBefore(am,an);ak.setStart(an,0);p.setRng(ak);c.remove(am);return}}}}function X(am){var al,ak,aj;al=a.grep(am.childNodes);for(ak=0,aj=aa.length;ak&lt;aj;ak++){if(S(aa[ak],af,am,am)){break}}if(ah.deep){for(ak=0,aj=al.length;ak&lt;aj;ak++){X(al[ak])}}}function ab(aj){var ak;M(l(aj.parentNode).reverse(),function(al){var am;if(!ak&amp;&amp;al.id!=&quot;_start&quot;&amp;&amp;al.id!=&quot;_end&quot;){am=v(al,W,af);if(am&amp;&amp;am.split!==false){ak=al}}});return ak}function U(am,aj,ao,ar){var at,aq,ap,al,an,ak;if(am){ak=am.parentNode;for(at=aj.parentNode;at&amp;&amp;at!=ak;at=at.parentNode){aq=at.cloneNode(Q);for(an=0;an&lt;aa.length;an++){if(S(aa[an],af,aq,aq)){aq=0;break}}if(aq){if(ap){aq.appendChild(ap)}if(!al){al=aq}ap=aq}}if(ar&amp;&amp;(!ah.mixed||!E(am))){aj=c.split(am,aj)}if(ap){ao.parentNode.insertBefore(ap,ao);al.appendChild(ao)}}return aj}function ag(aj){return U(ab(aj),aj,aj,true)}function ac(al){var ak=c.get(al?&quot;_start&quot;:&quot;_end&quot;),aj=ak[al?&quot;firstChild&quot;:&quot;lastChild&quot;];if(G(aj)){aj=aj[al?&quot;firstChild&quot;:&quot;lastChild&quot;]}c.remove(ak,true);return aj}function ai(aj){var ak,al;aj=n(aj,aa,A);if(ah.split){ak=H(aj,A);al=H(aj);if(ak!=al){ak=L(ak,&quot;span&quot;,{id:&quot;_start&quot;,_mce_type:&quot;bookmark&quot;});al=L(al,&quot;span&quot;,{id:&quot;_end&quot;,_mce_type:&quot;bookmark&quot;});ag(ak);ag(al);ak=ac(A);al=ac()}else{ak=al=ag(ak)}aj.startContainer=ak.parentNode;aj.startOffset=r(ak);aj.endContainer=al.parentNode;aj.endOffset=r(al)+1}I.walk(aj,function(am){M(am,function(an){X(an)})})}if(Z){V=c.createRng();V.setStartBefore(Z);V.setEndAfter(Z);ai(V);return}if(!p.isCollapsed()||!ah.inline){ae=p.getBookmark();ai(p.getRng(A));p.moveToBookmark(ae);if(i(W,af,p.getStart())){Y(p.getRng(true))}T.nodeChanged()}else{O(&quot;remove&quot;,W,af)}}function C(U,W,V){if(i(U,W,V)){z(U,W,V)}else{R(U,W,V)}}function v(V,U,aa,Y){var W=P(U),ab,Z,X;function ac(ag,ai,aj){var af,ah,ad=ai[aj],ae;if(ad){if(ad.length===o){for(af in ad){if(ad.hasOwnProperty(af)){if(aj===&quot;attributes&quot;){ah=c.getAttrib(ag,af)}else{ah=J(ag,af)}if(Y&amp;&amp;!ah&amp;&amp;!ai.exact){return}if((!Y||ai.exact)&amp;&amp;!g(ah,q(ad[af],aa))){return}}}}else{for(ae=0;ae&lt;ad.length;ae++){if(aj===&quot;attributes&quot;?c.getAttrib(ag,ad[ae]):J(ag,ad[ae])){return ai}}}}return ai}if(W&amp;&amp;V){for(Z=0;Z&lt;W.length;Z++){ab=W[Z];if(h(V,ab)&amp;&amp;ac(V,ab,&quot;attributes&quot;)&amp;&amp;ac(V,ab,&quot;styles&quot;)){if(X=ab.classes){for(Z=0;Z&lt;X.length;Z++){if(!c.hasClass(V,X[Z])){return}}}return ab}}}}function i(W,Z,Y){var V,X;function U(aa){aa=c.getParent(aa,function(ab){return !!v(ab,W,Z,true)});return v(aa,W,Z)}if(Y){return U(Y)}if(p.isCollapsed()){for(X=N.apply.length-1;X&gt;=0;X--){if(N.apply[X].name==W){return true}}for(X=N.remove.length-1;X&gt;=0;X--){if(N.remove[X].name==W){return false}}return U(p.getNode())}Y=p.getNode();if(U(Y)){return A}V=p.getStart();if(V!=Y){if(U(V)){return A}}return Q}function u(ab,aa){var Y,Z=[],X={},W,V,U;if(p.isCollapsed()){for(V=0;V&lt;ab.length;V++){for(W=N.remove.length-1;W&gt;=0;W--){U=ab[V];if(N.remove[W].name==U){X[U]=true;break}}}for(W=N.apply.length-1;W&gt;=0;W--){for(V=0;V&lt;ab.length;V++){U=ab[V];if(!X[U]&amp;&amp;N.apply[W].name==U){X[U]=true;Z.push(U)}}}}Y=p.getStart();c.getParent(Y,function(ae){var ad,ac;for(ad=0;ad&lt;ab.length;ad++){ac=ab[ad];if(!X[ac]&amp;&amp;v(ae,ac,aa)){X[ac]=true;Z.push(ac)}}});return Z}function x(Y){var aa=P(Y),X,W,Z,V,U;if(aa){X=p.getStart();W=l(X);for(V=aa.length-1;V&gt;=0;V--){U=aa[V].selector;if(!U){return A}for(Z=W.length-1;Z&gt;=0;Z--){if(c.is(W[Z],U)){return A}}}}return Q}a.extend(this,{get:P,register:j,apply:R,remove:z,toggle:C,match:i,matchAll:u,matchNode:v,canApply:x});function h(U,V){if(g(U,V.inline)){return A}if(g(U,V.block)){return A}if(V.selector){return c.is(U,V.selector)}}function g(V,U){V=V||&quot;&quot;;U=U||&quot;&quot;;V=&quot;&quot;+(V.nodeName||V);U=&quot;&quot;+(U.nodeName||U);return V.toLowerCase()==U.toLowerCase()}function J(V,U){var W=c.getStyle(V,U);if(U==&quot;color&quot;||U==&quot;backgroundColor&quot;){W=c.toHex(W)}if(U==&quot;fontWeight&quot;&amp;&amp;W==700){W=&quot;bold&quot;}return&quot;&quot;+W}function q(U,V){if(typeof(U)!=&quot;string&quot;){U=U(V)}else{if(V){U=U.replace(/%(\w+)/g,function(X,W){return V[W]||X})}}return U}function f(U){return U&amp;&amp;U.nodeType===3&amp;&amp;/^([\s\r\n]+|)$/.test(U.nodeValue)}function L(W,V,U){var X=c.create(V,U);W.parentNode.insertBefore(X,W);X.appendChild(W);return X}function n(U,ac,X){var W=U.startContainer,Z=U.startOffset,af=U.endContainer,aa=U.endOffset,ae,ab;function ad(ai,aj,ag,ah){var ak,al;ah=ah||c.getRoot();for(;;){ak=ai.parentNode;if(ak==ah||(!ac[0].block_expand&amp;&amp;E(ak))){return ai}for(ae=ak[aj];ae&amp;&amp;ae!=ai;ae=ae[ag]){if(ae.nodeType==1&amp;&amp;!G(ae)){return ai}if(ae.nodeType==3&amp;&amp;!f(ae)){return ai}}ai=ai.parentNode}return ai}if(W.nodeType==1&amp;&amp;W.hasChildNodes()){ab=W.childNodes.length-1;W=W.childNodes[Z&gt;ab?ab:Z];if(W.nodeType==3){Z=0}}if(af.nodeType==1&amp;&amp;af.hasChildNodes()){ab=af.childNodes.length-1;af=af.childNodes[aa&gt;ab?ab:aa-1];if(af.nodeType==3){aa=af.nodeValue.length}}if(G(W.parentNode)){W=W.parentNode}if(G(W)){W=W.nextSibling||W}if(G(af.parentNode)){af=af.parentNode}if(G(af)){af=af.previousSibling||af}if(ac[0].inline||ac[0].block_expand){W=ad(W,&quot;firstChild&quot;,&quot;nextSibling&quot;);af=ad(af,&quot;lastChild&quot;,&quot;previousSibling&quot;)}if(ac[0].selector&amp;&amp;ac[0].expand!==Q&amp;&amp;!ac[0].inline){function Y(ah,ag){var ai,aj,ak;if(ah.nodeType==3&amp;&amp;ah.nodeValue.length==0&amp;&amp;ah[ag]){ah=ah[ag]}ai=l(ah);for(aj=0;aj&lt;ai.length;aj++){for(ak=0;ak&lt;ac.length;ak++){if(c.is(ai[aj],ac[ak].selector)){return ai[aj]}}}return ah}W=Y(W,&quot;previousSibling&quot;);af=Y(af,&quot;nextSibling&quot;)}if(ac[0].block||ac[0].selector){function V(ah,ag,aj){var ai;if(!ac[0].wrapper){ai=c.getParent(ah,ac[0].block)}if(!ai){ai=c.getParent(ah.nodeType==3?ah.parentNode:ah,E)}if(ai&amp;&amp;ac[0].wrapper){ai=l(ai,&quot;ul,ol&quot;).reverse()[0]||ai}if(!ai){ai=ah;while(ai[ag]&amp;&amp;!E(ai[ag])){ai=ai[ag];if(g(ai,&quot;br&quot;)){break}}}return ai||ah}W=V(W,&quot;previousSibling&quot;);af=V(af,&quot;nextSibling&quot;);if(ac[0].block){if(!E(W)){W=ad(W,&quot;firstChild&quot;,&quot;nextSibling&quot;)}if(!E(af)){af=ad(af,&quot;lastChild&quot;,&quot;previousSibling&quot;)}}}if(W.nodeType==1){Z=r(W);W=W.parentNode}if(af.nodeType==1){aa=r(af)+1;af=af.parentNode}return{startContainer:W,startOffset:Z,endContainer:af,endOffset:aa}}function S(aa,Z,X,U){var W,V,Y;if(!h(X,aa)){return Q}if(aa.remove!=&quot;all&quot;){M(aa.styles,function(ac,ab){ac=q(ac,Z);if(typeof(ab)===&quot;number&quot;){ab=ac;U=0}if(!U||g(J(U,ab),ac)){c.setStyle(X,ab,&quot;&quot;)}Y=1});if(Y&amp;&amp;c.getAttrib(X,&quot;style&quot;)==&quot;&quot;){X.removeAttribute(&quot;style&quot;);X.removeAttribute(&quot;_mce_style&quot;)}M(aa.attributes,function(ad,ab){var ac;ad=q(ad,Z);if(typeof(ab)===&quot;number&quot;){ab=ad;U=0}if(!U||g(c.getAttrib(U,ab),ad)){if(ab==&quot;class&quot;){ad=c.getAttrib(X,ab);if(ad){ac=&quot;&quot;;M(ad.split(/\s+/),function(ae){if(/mce\w+/.test(ae)){ac+=(ac?&quot; &quot;:&quot;&quot;)+ae}});if(ac){c.setAttrib(X,ab,ac);return}}}if(ab==&quot;class&quot;){X.removeAttribute(&quot;className&quot;)}if(e.test(ab)){X.removeAttribute(&quot;_mce_&quot;+ab)}X.removeAttribute(ab)}});M(aa.classes,function(ab){ab=q(ab,Z);if(!U||c.hasClass(U,ab)){c.removeClass(X,ab)}});V=c.getAttribs(X);for(W=0;W&lt;V.length;W++){if(V[W].nodeName.indexOf(&quot;_&quot;)!==0){return Q}}}if(aa.remove!=&quot;none&quot;){m(X,aa);return A}}function m(W,X){var U=W.parentNode,V;if(X.block){if(!k){function Y(aa,Z,ab){aa=B(aa,Z,ab);return !aa||(aa.nodeName==&quot;BR&quot;||E(aa))}if(E(W)&amp;&amp;!E(U)){if(!Y(W,Q)&amp;&amp;!Y(W.firstChild,A,1)){W.insertBefore(c.create(&quot;br&quot;),W.firstChild)}if(!Y(W,A)&amp;&amp;!Y(W.lastChild,Q,1)){W.appendChild(c.create(&quot;br&quot;))}}}else{if(U==c.getRoot()){if(!X.list_block||!g(W,X.list_block)){M(a.grep(W.childNodes),function(Z){if(d(k,Z.nodeName.toLowerCase())){if(!V){V=L(Z,k)}else{V.appendChild(Z)}}else{V=0}})}}}}if(X.selector&amp;&amp;X.inline&amp;&amp;!g(X.inline,W)){return}c.remove(W,1)}function B(V,U,W){if(V){U=U?&quot;nextSibling&quot;:&quot;previousSibling&quot;;for(V=W?V:V[U];V;V=V[U]){if(V.nodeType==1||!f(V)){return V}}}}function G(U){return U&amp;&amp;U.nodeType==1&amp;&amp;U.getAttribute(&quot;_mce_type&quot;)==&quot;bookmark&quot;}function t(Y,X){var U,W,V;function aa(ad,ac){if(ad.nodeName!=ac.nodeName){return Q}function ab(af){var ag={};M(c.getAttribs(af),function(ah){var ai=ah.nodeName.toLowerCase();if(ai.indexOf(&quot;_&quot;)!==0&amp;&amp;ai!==&quot;style&quot;){ag[ai]=c.getAttrib(af,ai)}});return ag}function ae(ai,ah){var ag,af;for(af in ai){if(ai.hasOwnProperty(af)){ag=ah[af];if(ag===o){return Q}if(ai[af]!=ag){return Q}delete ah[af]}}for(af in ah){if(ah.hasOwnProperty(af)){return Q}}return A}if(!ae(ab(ad),ab(ac))){return Q}if(!ae(c.parseStyle(c.getAttrib(ad,&quot;style&quot;)),c.parseStyle(c.getAttrib(ac,&quot;style&quot;)))){return Q}return A}if(Y&amp;&amp;X){function Z(ac,ab){for(W=ac;W;W=W[ab]){if(W.nodeType==3&amp;&amp;!f(W)){return ac}if(W.nodeType==1&amp;&amp;!G(W)){return W}}return ac}Y=Z(Y,&quot;previousSibling&quot;);X=Z(X,&quot;nextSibling&quot;);if(aa(Y,X)){for(W=Y.nextSibling;W&amp;&amp;W!=X;){V=W;W=W.nextSibling;Y.appendChild(V)}c.remove(X);M(a.grep(X.childNodes),function(ab){Y.appendChild(ab)});return Y}}return X}function F(U){return/^(h[1-6]|p|div|pre|address|dl|dt|dd)$/.test(U)}function H(V,Y){var U,X,W;U=V[Y?&quot;startContainer&quot;:&quot;endContainer&quot;];X=V[Y?&quot;startOffset&quot;:&quot;endOffset&quot;];if(U.nodeType==1){W=U.childNodes.length-1;if(!Y&amp;&amp;X){X--}U=U.childNodes[X&gt;W?W:X]}return U}function O(Z,V,Y){var W,U=N[Z],aa=N[Z==&quot;apply&quot;?&quot;remove&quot;:&quot;apply&quot;];function ab(){return N.apply.length||N.remove.length}function X(){N.apply=[];N.remove=[]}function ac(ad){M(N.apply.reverse(),function(ae){R(ae.name,ae.vars,ad)});M(N.remove.reverse(),function(ae){z(ae.name,ae.vars,ad)});c.remove(ad,1);X()}for(W=U.length-1;W&gt;=0;W--){if(U[W].name==V){return}}U.push({name:V,vars:Y});for(W=aa.length-1;W&gt;=0;W--){if(aa[W].name==V){aa.splice(W,1)}}if(ab()){T.getDoc().execCommand(&quot;FontName&quot;,false,&quot;mceinline&quot;);N.lastRng=p.getRng();M(c.select(&quot;font,span&quot;),function(ae){var ad;if(b(ae)){ad=p.getBookmark();ac(ae);p.moveToBookmark(ad);T.nodeChanged()}});if(!N.isListening&amp;&amp;ab()){N.isListening=true;M(&quot;onKeyDown,onKeyUp,onKeyPress,onMouseUp&quot;.split(&quot;,&quot;),function(ad){T[ad].addToTop(function(ae,af){if(ab()&amp;&amp;!a.dom.RangeUtils.compareRanges(N.lastRng,p.getRng())){M(c.select(&quot;font,span&quot;),function(ah){var ai,ag;if(b(ah)){ai=ah.firstChild;if(ai){ac(ah);ag=c.createRng();ag.setStart(ai,ai.nodeValue.length);ag.setEnd(ai,ai.nodeValue.length);p.setRng(ag);ae.nodeChanged()}else{c.remove(ah)}}});if(af.type==&quot;keyup&quot;||af.type==&quot;mouseup&quot;){X()}}})})}}}}})(tinymce);tinymce.onAddEditor.add(function(e,a){var d,h,g,c=a.settings;if(c.inline_styles){h=e.explode(c.font_size_style_values);function b(j,i){e.each(i,function(l,k){if(l){g.setStyle(j,k,l)}});g.rename(j,&quot;span&quot;)}d={font:function(j,i){b(i,{backgroundColor:i.style.backgroundColor,color:i.color,fontFamily:i.face,fontSize:h[parseInt(i.size)-1]})},u:function(j,i){b(i,{textDecoration:&quot;underline&quot;})},strike:function(j,i){b(i,{textDecoration:&quot;line-through&quot;})}};function f(i,j){g=i.dom;if(c.convert_fonts_to_spans){e.each(g.select(&quot;font,u,strike&quot;,j.node),function(k){d[k.nodeName.toLowerCase()](a.dom,k)})}}a.onPreProcess.add(f);a.onInit.add(function(){a.selection.onSetContent.add(f)})}});
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="branches31wpincludesjstinymcewptinymcejsgz"></a>
<div class="binary"><h4>Modified: branches/3.1/wp-includes/js/tinymce/wp-tinymce.js.gz</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="branches31wpincludesversionphp"></a>
<div class="modfile"><h4>Modified: branches/3.1/wp-includes/version.php (17519 => 17520)</h4>
<pre class="diff"><span>
<span class="info">--- branches/3.1/wp-includes/version.php        2011-03-10 04:25:40 UTC (rev 17519)
+++ branches/3.1/wp-includes/version.php        2011-03-10 18:47:36 UTC (rev 17520)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @global string $tinymce_version
</span><span class="cx">  */
</span><del>-$tinymce_version = '3393';
</del><ins>+$tinymce_version = '3393a';
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Holds the cache manifest version
</span></span></pre>
</div>
</div>

</body>
</html>