﻿var oEmbed = document.createElement('<OBJECT id=eNovEditorCtrl  codeBase="http://' + sFrontName + '/Common/Editor/eNovEditor.cab#version=1,2,5,91" classid="CLSID:A7E4FED9-3B44-4F7B-9696-5B3C28C9B96F" width="100%" height="370px"></OBJECT>');

var oParam1 = document.createElement('<param name=BaseURL value="">');
var oParam2 = document.createElement('<param name=DesignMode value=html>');
var oParam3 = document.createElement('<param name=ReadOnly value=false>'); 
var oParam4 = document.createElement('<param name=ShowToolbar value=true>');
var oParam5 = document.createElement('<param name=CharSet value="utf-8">');
var oParam6 = document.createElement('<param name=AddFileAttach value="">');
var oParam7 = document.createElement('<param name=Settings value="http://' + sFrontName + '/Common/Editor/setting/settings_html.xml">');

oEmbed.appendChild(oParam1);
oEmbed.appendChild(oParam2);
oEmbed.appendChild(oParam3);
oEmbed.appendChild(oParam4);
oEmbed.appendChild(oParam5);
oEmbed.appendChild(oParam6);
oEmbed.appendChild(oParam7);

eNovEmbedLocation.appendChild(oEmbed);

