<html>
<head>
<public:component tagname="editor">
<public:defaults
viewLinkContent="true"
viewMasterTab="false"
style="overflow:hidden;visibility:hidden;display:none;z-index: 1000;"
/>

<public:method NAME="show" />
<public:method NAME="hide" />
<public:method NAME="open" />
<public:method NAME="exit" />
<public:method NAME="save" />
<public:method NAME="showTableBar" />
<public:method NAME="markSelectedElement" />

<public:property NAME = tEdit GET = getTableEditor PUT = putTableEditor />
<public:property NAME = showTableBorders GET = getTableBorders PUT = putTableBorders />
<public:property NAME = selectedImage GET = getSelectedImage PUT = putSelectedImage />
<public:property NAME = selectedFlash GET = getSelectedFlash PUT = putSelectedFlash />

<script type='text/javascript' src='/cms/editor/jscript/actions.php'></script>
<script type='text/javascript' src='/cms/editor/jscript/tableEditor.js'></script>
<script type='text/javascript' src='/cms/editor/jscript/interface.js'></script>
<script type='text/javascript'>
    var lang = binnGetCookie('binn_lang');
    document.write('<scr' + 'ipt type=\"text/javascr' + 'ipt\" src=\"/cms/lang/'+lang+'/htmleditor.js\"></scr'+'ipt>');
</script>
</public:component>

<link rel="StyleSheet" type="text/css" href="editor.css" />
</head>
<body UNSELECTABLE="on">
<TABLE UNSELECTABLE="on" cellspacing='0' cellpadding='0' border='0' class="header">
<TR UNSELECTABLE="on">
<script type='text/javascript'>
document.write('<TD UNSELECTABLE="on" id=th onmousemove="changePos()" onmousedown="startDrag()" onmouseup="stopDrag()" ondblclick="minimizeToolbar()" align=center width=100%>' + htmleditor_title + '</TD>');
document.write('<TD UNSELECTABLE="on">');
document.write('<BUTTON UNSELECTABLE="on" onclick="minimizeToolbar()" ondblclick="minimizeToolbar()" style="font-size:8pt;width: 18px; height: 18px;" HIDEFOCUS="true" TITLE="'+htmleditor_minimize+'"><B>-</B></BUTTTON>');
document.write('</TD>');
document.write('</TR></TABLE>');
document.write('<table UNSELECTABLE="on" id=toolbar nowrap cellspacing="1" cellpadding="1" border="0" class="toolbar">');
document.write('<TR UNSELECTABLE="on" ondragstart="cancelEvent()" onmouseup="press(false)" onmousedown="press(true)" onmouseover="hover(true)" onmouseout="hover(false)" style="cursor: default">');
document.write('<TD UNSELECTABLE="on" style="background-color:#efefde">');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/sep.gif" align="absMiddle" width=3 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnSave" onmousedown="save();" alt="'+htmleditor_save+'" SRC="/cms/editor/images/icon_save.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnCut" onmousedown="doStyle(\'Cut\')" alt="'+htmleditor_cut+'" SRC="/cms/editor/images/icon_cut.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnCopy" onmousedown="doStyle(\'Copy\')" alt="'+htmleditor_copy+'" SRC="/cms/editor/images/icon_copy.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnPaste" onmousedown="doStyle(\'Paste\')" alt="'+htmleditor_paste+'" SRC="/cms/editor/images/icon_paste.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnPastePlain" onmousedown="pastePlainText()" alt="'+htmleditor_paste_plain+'" SRC="/cms/editor/images/icon_pasteplain.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnPasteWord" onmousedown="pasteFromWord()" alt="'+htmleditor_paste_word+'" SRC="/cms/editor/images/icon_pasteword.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnFind" onmousedown="doFind()" alt="'+htmleditor_find+'" SRC="/cms/editor/images/icon_find.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>'); 
document.write('<IMG UNSELECTABLE="on" id="btnUndo" onmousedown="doStyle(\'Undo\')" alt="'+htmleditor_undo+'" SRC="/cms/editor/images/icon_undo.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnRedo" onmousedown="doStyle(\'Redo\')" alt="'+htmleditor_redo+'" SRC="/cms/editor/images/icon_redo.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnLink" onmousedown="link(true)" alt="'+htmleditor_link+'" SRC="/cms/editor/images/icon_link.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnAnchor" onmousedown="doAnchor()" alt="'+htmleditor_anchor+'" SRC="/cms/editor/images/icon_anchor.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnUnlink" onmousedown="link(false)" alt="'+htmleditor_unlink+'" SRC="/cms/editor/images/icon_unlink.gif" align="absMiddle" width=22 height=22">');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnImage" onmousedown="insert(\'image\')" alt="'+htmleditor_image+'" SRC="/cms/editor/images/icon_image.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnImageMap" onmousedown="insertImageMap()" alt="'+htmleditor_imagemap+'" SRC="/cms/editor/images/icon_immap.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnImagePopup" onmousedown="insertImagePopup()" alt="'+htmleditor_popup+'" SRC="/cms/editor/images/icon_popup.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnFlash" onmousedown="insert(\'flash\')" alt="'+htmleditor_flash+'" SRC="/cms/editor/images/icon_flash.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnTable" onmousedown="insert(\'table\')" alt="'+htmleditor_table+'" SRC="/cms/editor/images/icon_table.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnChar" onmousedown="insert(\'char\')" alt="'+htmleditor_specialchar+'" SRC="/cms/editor/images/icon_specchar.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnHR" onmousedown="doStyle(\'InsertHorizontalRule\')" alt="'+htmleditor_hr+'" SRC="/cms/editor/images/icon_hr.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnBR" onmousedown="insert(\'lineBreak\')" alt="'+htmleditor_br+'" SRC="/cms/editor/images/icon_br.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnExit" onmousedown="exit();" alt="'+htmleditor_exit+'" SRC="/cms/editor/images/icon_exit.gif" align="absMiddle" width=22 height=22>');
document.write('</TD></TR>');
document.write('<TR UNSELECTABLE="on" ondragstart="cancelEvent()" onmouseup="press(false)" onmousedown="press(true)" onmouseover="hover(true)" onmouseout="hover(false)" style="cursor: default">');
document.write('<TD UNSELECTABLE="on" style="background-color:#efefde">');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/sep.gif" align="absMiddle" width=3 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnBold" onmousedown="doStyle(\'bold\')" alt="'+htmleditor_bold+'" SRC="/cms/editor/images/icon_bold.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnItalic" onmousedown="doStyle(\'italic\')" alt="'+htmleditor_italic+'" SRC="/cms/editor/images/icon_italic.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnUnderline" onmousedown="doStyle(\'underline\')" alt="'+htmleditor_underline+'" SRC="/cms/editor/images/icon_underline.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnStrike" onmousedown="doStyle(\'strikethrough\')" alt="'+htmleditor_strike+'" SRC="/cms/editor/images/icon_strike.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnSub" onmousedown="doStyle(\'subscript\')" alt="'+htmleditor_subscript+'" SRC="/cms/editor/images/icon_subscript.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnSup" onmousedown="doStyle(\'superscript\')" alt="'+htmleditor_superscript+'" SRC="/cms/editor/images/icon_superscript.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnLeftAlign" onmousedown="doStyle(\'JustifyLeft\')" alt="'+htmleditor_left+'" SRC="/cms/editor/images/icon_leftalign.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnCenterAlign" onmousedown="doStyle(\'JustifyCenter\')" alt="'+htmleditor_center+'" SRC="/cms/editor/images/icon_centeralign.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnRightAlign" onmousedown="doStyle(\'JustifyRight\')" alt="'+htmleditor_right+'" SRC="/cms/editor/images/icon_rightalign.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnFullAlign" onmousedown="doStyle(\'JustifyFull\')" alt="'+htmleditor_full+'" SRC="/cms/editor/images/icon_fullalign.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnNumberList" onmousedown="doStyle(\'InsertOrderedList\')" alt="'+htmleditor_ordered_list+'" SRC="/cms/editor/images/icon_numberlist.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnBulletList" onmousedown="doStyle(\'InsertUnorderedList\')" alt="'+htmleditor_unordered_list+'" SRC="/cms/editor/images/icon_bulletlist.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnOutdent" onmousedown="doStyle(\'Outdent\')" alt="'+htmleditor_outdent+'" SRC="/cms/editor/images/icon_outdent.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnIndent" onmousedown="doStyle(\'Indent\')" alt="'+htmleditor_indent+'" SRC="/cms/editor/images/icon_indent.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnFontColor" onmousedown="setColor(\'ForeColor\')" alt="'+htmleditor_font_color+'" SRC="/cms/editor/images/icon_fontcolor.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnBackColor" onmousedown="setColor(\'BackColor\')" alt="'+htmleditor_background_color+'" SRC="/cms/editor/images/icon_backcolor.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnBorders" onmousedown="showBorders()" alt="'+htmleditor_show_borders+'" SRC="/cms/editor/images/icon_borders.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnSelect" onmousedown="doStyle(\'SelectAll\')" alt="'+htmleditor_select_all+'" SRC="/cms/editor/images/icon_select.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnRemoveFormat" onmousedown="doStyle(\'RemoveFormat\')" alt="'+htmleditor_remove_format+'" SRC="/cms/editor/images/icon_removeformat.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnHelp" onmousedown="showHelp()" alt="'+htmleditor_help+'" SRC="/cms/editor/images/icon_help.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnHTML" onmousedown="switchMode()" alt="'+htmleditor_html+'" SRC="/cms/editor/images/icon_html.gif" align="absMiddle" width=22 height=22>');
document.write('</TD></TR>');
document.write('<TR UNSELECTABLE="on" ondragstart="cancelEvent()" onmouseup="press(false)" onmousedown="press(true)" onmouseover="hover(true)" onmouseout="hover(false)" style="cursor: default">');
document.write('<TD UNSELECTABLE="on" style="background-color:#efefde"  UNSELECTABLE="on">');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/sep.gif" align="absMiddle" width=3 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnPar" onmousedown="editPar()" alt="'+htmleditor_paragraph+'" SRC="/cms/editor/images/icon_paragraph.gif" align="absMiddle" width=22 height=22>');
document.write(htmleditor_style + ':&nbsp;&nbsp;');
document.write('<select UNSELECTABLE="on" id="ctlStyle" onchange="sel(this)" hidefocus class="fontselect" style="width: 150px; font-size: 8pt;">');
if (navigator.browserLanguage == 'ru')
{
    document.write('<option selected value="Обычный">'+htmleditor_style_normal+'</option>');
    document.write('<option value="Заголовок 1">'+htmleditor_style_heading1+'</option>');
    document.write('<option value="Заголовок 2">'+htmleditor_style_heading2+'</option>');
    document.write('<option value="Заголовок 3">'+htmleditor_style_heading3+'</option>');
    document.write('<option value="Заголовок 4">'+htmleditor_style_heading4+'</option>');
    document.write('<option value="Заголовок 5">'+htmleditor_style_heading5+'</option>');
    document.write('<option value="Заголовок 6">'+htmleditor_style_heading6+'</option>');
}
else
{
    document.write('<option selected value="Normal">'+htmleditor_style_normal+'</option>');
    document.write('<option value="Heading 1">'+htmleditor_style_heading1+'</option>');
    document.write('<option value="Heading 2">'+htmleditor_style_heading2+'</option>');
    document.write('<option value="Heading 3">'+htmleditor_style_heading3+'</option>');
    document.write('<option value="Heading 4">'+htmleditor_style_heading4+'</option>');
    document.write('<option value="Heading 5">'+htmleditor_style_heading5+'</option>');
    document.write('<option value="Heading 6">'+htmleditor_style_heading6+'</option>');
}

for (var stylesheet=0; stylesheet<element.document.styleSheets.length; stylesheet++) 
{
    var cssrules = element.document.styleSheets[stylesheet].rules;
    for (var rule=0; rule<cssrules.length; rule++) 
    {
        if (cssrules[rule].selectorText.match(/^\.[a-zA-Z0-9_]*$/)) 
		{
	   	    var myclass = cssrules[rule].selectorText.substring(1);
	   	    if (myclass != 'highItemText' && myclass != 'lowItemText' && myclass != 'highMenuText' && myclass != 'lowMenuText' && myclass != 'itemBorderOver')
			    document.write('<option value="' + myclass + '">' + myclass + '</option>');
		}
	}
}
					
document.write('</select>');
document.write('<IMG class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write(htmleditor_font+':&nbsp;&nbsp;');
document.write('<select UNSELECTABLE="on" id="ctlFont" onchange="sel(this)" hidefocus class="fontselect" style="width: 220px; font-size: 8pt;">');
document.write('<option selected></option>');
document.write('<option value="Arial">Arial</option>');
document.write('<option value="Arial, Helvetica, sans-serif">Arial, Helvetica, sans-serif</option>');
document.write('<option value="Helvetica">Helvetica</option>');
document.write('<option value="Times New Roman">Times New Roman</option>');
document.write('<option value="Times New Roman, Times, serif">Times New Roman, Times, serif</option>');
document.write('<option value="Courier New">Courier New</option>');
document.write('<option value="MS Sans Serif">MS Sans Serif</option>');
document.write('<option value="MS Serif, New York, serif">MS Serif, New York, serif</option>');
document.write('<option value="Tahoma">Tahoma</option>');
document.write('<option value="Verdana">Verdana</option>');
document.write('<option value="Verdana, Geneva, Arial, Helvetica, sans-serif">Verdana, Geneva, Arial, Helvetica, sans-serif</option>');
document.write('</select>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>'); 
document.write(htmleditor_size + ':&nbsp;&nbsp;');
document.write('<select UNSELECTABLE="on" id="ctlFontSize" onchange="sel(this)" hidefocus class="fontselect" style="width: 40px; font-size: 8pt;">');
document.write('<option value="1">7</option>');
document.write('<option value="2">10</option>');
document.write('<option value="3">12</option>');
document.write('<option value="4">14</option>');
document.write('<option value="5">18</option>');
document.write('<option value="6">24</option>');
document.write('<option value="7">36</option>');
document.write('</select>');
document.write('</TD></TR>');
document.write('<TR UNSELECTABLE="on" id=tablebar style="display:none;" ondragstart="cancelEvent()" onmouseup="press(false)" onmousedown="press(true)" onmouseover="hover(true)" onmouseout="hover(false)" style="cursor: default">');
document.write('<TD UNSELECTABLE="on" style="background-color:#efefde">');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/sep.gif" align="absMiddle" width=3 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnTableEdit" onclick="insert(\'tableedit\');" alt="'+htmleditor_edit_table+'" SRC="/cms/editor/images/icon_tableedit.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnCellEdit" onclick="editPar(true);" alt="'+htmleditor_edit_cell+'" SRC="/cms/editor/images/icon_celledit.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnTopAlign" onmousedown="tEdit.alignTop();reset(true);" alt="'+htmleditor_align_top+'" SRC="/cms/editor/images/icon_topalign.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnMiddleAlign" onmousedown="tEdit.alignMiddle();reset(true);" alt="'+htmleditor_align_middle+'" SRC="/cms/editor/images/icon_middlealign.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnBottomAlign" onmousedown="tEdit.alignBottom();reset(true);" alt="'+htmleditor_align_bottom+'" SRC="/cms/editor/images/icon_bottomalign.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnColSpan" onmousedown="tEdit.mergeRight();" alt="'+htmleditor_merge_right+'" SRC="/cms/editor/images/icon_colspan.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnRowSpan" onmousedown="tEdit.mergeDown();" alt="'+htmleditor_merge_down+'" SRC="/cms/editor/images/icon_rowspan.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnUnColSpan" onmousedown="tEdit.unMergeRight();" alt="'+htmleditor_split_horz+'" SRC="/cms/editor/images/icon_uncolspan.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnUnRowSpan" onmousedown="tEdit.unMergeDown();" alt="'+htmleditor_split_vert+'" SRC="/cms/editor/images/icon_unrowspan.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>');
document.write('<IMG UNSELECTABLE="on" id="btnAddCol" onmousedown="tEdit.processColumn(\'add\', \'afterEnd\');reset(true);" alt="'+htmleditor_addcol_after+'" SRC="/cms/editor/images/icon_addcol.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnAddColBefore" onmousedown="tEdit.processColumn(\'add\', \'beforeBegin\');reset(true);" alt="'+htmleditor_addcol_before+'" SRC="/cms/editor/images/icon_addcolbefore.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnAddRow" onmousedown="tEdit.processRow(\'add\', \'afterEnd\');reset(true);" alt="'+htmleditor_addrow_after+'" SRC="/cms/editor/images/icon_addrow.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnAddRowBefore" onmousedown="tEdit.processRow(\'add\', \'beforeBegin\');reset(true);" alt="'+htmleditor_addrow_before+'" SRC="/cms/editor/images/icon_addrowbefore.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnRemoveCol" onmousedown="tEdit.processColumn(\'remove\');reset(true);" alt="'+htmleditor_remove_col+'" SRC="/cms/editor/images/icon_removecol.gif" align="absMiddle" width=22 height=22>');
document.write('<IMG UNSELECTABLE="on" id="btnRemoveRow" onmousedown="tEdit.processRow(\'remove\');reset(true);" alt="'+htmleditor_remove_row+'" SRC="/cms/editor/images/icon_removerow.gif" align="absMiddle" width=22 height=22>');
document.write('</TD></TR>');
document.write('</TABLE>');
</script>
<DIV UNSELECTABLE="on" id=clipDiv style="VISIBILITY: hidden; OVERFLOW: hidden; POSITION: absolute; WIDTH: 1px; HEIGHT: 1px"></DIV>
</body>
</html>

