﻿/*** 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; }

loadCSS(_sEditorPath + 'style/istoolbar.css', bIsIe);
loadJS('/library/Innova/V3istoolbar.js', bIsIe);
if (bIsIe) loadJS(_sEditorPath + 'editor.js', true); 
else loadJS(_sEditorPath + 'moz/editor.js', false); 
loadJS('/library/Innova/V3EditorExtensions.js', bIsIe); 
 



