﻿/*** Editor Script Wrapper ***/
var _sEditorPath = '/library/Innova/scriptsV3/';
var bIsIe = (navigator.appName.indexOf('Microsoft')!=-1);

/* For some reason, the editor_lang.js file isn't being loaded correctly.
The following is a dummy function to prevent errors. */
function getTxt(strTxt) { return strTxt; }

var isKHTML = false; if (navigator.userAgent.toLowerCase().indexOf('khtml') > -1) { isKHTML = true; }

loadCSS(_sEditorPath + 'style/istoolbar.css', bIsIe);
loadJS('/library/Innova/V3istoolbar.js', bIsIe);
if (bIsIe) loadJS(_sEditorPath + 'editor.js', true);
else if (!isKHTML) { loadJS(_sEditorPath + 'moz/editor.js', true); }
loadJS('/library/Innova/V3EditorExtensions.js', bIsIe); 
 




