<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' language='JavaScript'></script>
    <script type='text/javascript' src='/cms/editor/jscript/tableEditor.js' language='JavaScript'></script>
    <script type='text/javascript' src='/cms/editor/jscript/interface.js' language='JavaScript'></script></public:component>
          <link rel="StyleSheet" type="text/css" href="/visual_editor.css" />
</head>
<body UNSELECTABLE="on">
<TABLE UNSELECTABLE="on" cellspacing='0' cellpadding='0' border='0' id="toolbar_header">
<TR UNSELECTABLE="on">

<TD UNSELECTABLE="on" id=th onmousemove="changePos()" onmousedown="startDrag()" onmouseup="stopDrag()" ondblclick="minimizeToolbar()" align=center width=100%>PL_VISUALEDITOR_TITLE</TD>
<TD UNSELECTABLE="on">
<BUTTON UNSELECTABLE="on" onclick="minimizeToolbar()" ondblclick="minimizeToolbar()" style="font-size:8pt;width: 18px; height: 18px;" HIDEFOCUS="true" TITLE="PL_VISUALEDITOR_MINIMIZE"><B>-</B></BUTTTON>
</TD>
</TR></TABLE>
<table UNSELECTABLE="on" id="toolbar" cellspacing="1" cellpadding="1" border="0" class="toolbar">
<TR UNSELECTABLE="on" ondragstart="cancelEvent()" onmouseup="press(false)" onmousedown="press(true)" onmouseover="hover(true)" onmouseout="hover(false)" style="cursor: default;">
<TD UNSELECTABLE="on" style="background-color:#efefde">
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/sep.gif" align="absMiddle" width=3 height=20>
<IMG UNSELECTABLE="on" id="btnSave" onmousedown="save();" alt="PL_VISUALEDITOR_SAVE" SRC="/cms/editor/images/icon_save.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnCut" onmousedown="doStyle('Cut')" alt="PL_VISUALEDITOR_CUT" SRC="/cms/editor/images/icon_cut.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnCopy" onmousedown="doStyle('Copy')" alt="PL_VISUALEDITOR_COPY" SRC="/cms/editor/images/icon_copy.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnPaste" onmousedown="doStyle('Paste')" alt="PL_VISUALEDITOR_PASTE" SRC="/cms/editor/images/icon_paste.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnPastePlain" onmousedown="pastePlainText()" alt="PL_VISUALEDITOR_PASTE_PLAIN" SRC="/cms/editor/images/icon_pasteplain.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnPasteWord" onmousedown="pasteFromWord()" alt="PL_VISUALEDITOR_PASTE_WORD" SRC="/cms/editor/images/icon_pasteword.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnFind" onmousedown="doFind()" alt="PL_VISUALEDITOR_FIND" SRC="/cms/editor/images/icon_find.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnUndo" onmousedown="doStyle('Undo')" alt="PL_VISUALEDITOR_UNDO" SRC="/cms/editor/images/icon_undo.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnRedo" onmousedown="doStyle('Redo')" alt="PL_VISUALEDITOR_REDO" SRC="/cms/editor/images/icon_redo.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnLink" onmousedown="link(true)" alt="PL_VISUALEDITOR_LINK" SRC="/cms/editor/images/icon_link.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnAnchor" onmousedown="doAnchor()" alt="PL_VISUALEDITOR_ANCHOR" SRC="/cms/editor/images/icon_anchor.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnUnlink" onmousedown="link(false)" alt="PL_VISUALEDITOR_UNLINK" SRC="/cms/editor/images/icon_unlink.gif" align="absMiddle" width=22 height="22">
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnImage" onmousedown="insert('image')" alt="PL_VISUALEDITOR_IMAGE" SRC="/cms/editor/images/icon_image.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnImageMap" onmousedown="insertImageMap()" alt="PL_VISUALEDITOR_IMAGEMAP" SRC="/cms/editor/images/icon_immap.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnImagePopup" onmousedown="insertImagePopup()" alt="PL_VISUALEDITOR_POPUP" SRC="/cms/editor/images/icon_popup.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnFlash" onmousedown="insert('flash')" alt="PL_VISUALEDITOR_FLASH" SRC="/cms/editor/images/icon_flash.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnTable" onmousedown="insert('table')" alt="PL_VISUALEDITOR_TABLE" SRC="/cms/editor/images/icon_table.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnChar" onmousedown="insert('char')" alt="PL_VISUALEDITOR_SPECIAL_CHAR" SRC="/cms/editor/images/icon_specchar.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnHR" onmousedown="doStyle('InsertHorizontalRule')" alt="PL_VISUALEDITOR_HR" SRC="/cms/editor/images/icon_hr.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnBR" onmousedown="insert('lineBreak')" alt="PL_VISUALEDITOR_BR" SRC="/cms/editor/images/icon_br.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnExit" onmousedown="exit();" alt="PL_VISUALEDITOR_EXIT" SRC="/cms/editor/images/icon_exit.gif" align="absMiddle" width=22 height=22>
</TD></TR>
<TR UNSELECTABLE="on" ondragstart="cancelEvent()" onmouseup="press(false)" onmousedown="press(true)" onmouseover="hover(true)" onmouseout="hover(false)" style="cursor: default">
<TD UNSELECTABLE="on" style="background-color:#efefde">
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/sep.gif" align="absMiddle" width=3 height=20>
<IMG UNSELECTABLE="on" id="btnBold" onmousedown="doStyle('bold')" alt="PL_VISUALEDITOR_BOLD" SRC="/cms/editor/images/icon_bold.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnItalic" onmousedown="doStyle('italic')" alt="PL_VISUALEDITOR_ITALIC" SRC="/cms/editor/images/icon_italic.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnUnderline" onmousedown="doStyle('underline')" alt="PL_VISUALEDITOR_UNDERLINE" SRC="/cms/editor/images/icon_underline.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnStrike" onmousedown="doStyle('strikethrough')" alt="PL_VISUALEDITOR_STRIKE" SRC="/cms/editor/images/icon_strike.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnSub" onmousedown="doStyle('subscript')" alt="PL_VISUALEDITOR_SUBSCRIPT" SRC="/cms/editor/images/icon_subscript.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnSup" onmousedown="doStyle('superscript')" alt="PL_VISUALEDITOR_SUPERSCRIPT" SRC="/cms/editor/images/icon_superscript.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnLeftAlign" onmousedown="doStyle('JustifyLeft')" alt="PL_VISUALEDITOR_LEFT" SRC="/cms/editor/images/icon_leftalign.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnCenterAlign" onmousedown="doStyle('JustifyCenter')" alt="PL_VISUALEDITOR_CENTER" SRC="/cms/editor/images/icon_centeralign.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnRightAlign" onmousedown="doStyle('JustifyRight')" alt="PL_VISUALEDITOR_RIGHT" SRC="/cms/editor/images/icon_rightalign.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnFullAlign" onmousedown="doStyle('JustifyFull')" alt="PL_VISUALEDITOR_FULL" SRC="/cms/editor/images/icon_fullalign.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnNumberList" onmousedown="doStyle('InsertOrderedList')" alt="PL_VISUALEDITOR_ORDERED_LIST" SRC="/cms/editor/images/icon_numberlist.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnBulletList" onmousedown="doStyle('InsertUnorderedList')" alt="PL_VISUALEDITOR_UNORDERED_LIST" SRC="/cms/editor/images/icon_bulletlist.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnOutdent" onmousedown="doStyle('Outdent')" alt="PL_VISUALEDITOR_OUTDENT" SRC="/cms/editor/images/icon_outdent.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnIndent" onmousedown="doStyle('Indent')" alt="PL_VISUALEDITOR_INDENT" SRC="/cms/editor/images/icon_indent.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnFontColor" onmousedown="setColor('ForeColor')" alt="PL_VISUALEDITOR_FONT_COLOR" SRC="/cms/editor/images/icon_fontcolor.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnBackColor" onmousedown="setColor('BackColor')" alt="PL_VISUALEDITOR_BACKGROUND_COLOR" SRC="/cms/editor/images/icon_backcolor.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnBorders" onmousedown="showBorders()" alt="PL_VISUALEDITOR_SHOW_BORDERS" SRC="/cms/editor/images/icon_borders.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnSelect" onmousedown="doStyle('SelectAll')" alt="PL_VISUALEDITOR_SELECTALL" SRC="/cms/editor/images/icon_select.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnRemoveFormat" onmousedown="doStyle('RemoveFormat')" alt="PL_VISUALEDITOR_REMOVE_FORMAT" SRC="/cms/editor/images/icon_removeformat.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnHTML" onmousedown="switchMode()" alt="PL_VISUALEDITOR_HTML" SRC="/cms/editor/images/icon_html.gif" align="absMiddle" width=22 height=22>
</TD></TR>
<TR UNSELECTABLE="on" ondragstart="cancelEvent()" onmouseup="press(false)" onmousedown="press(true)" onmouseover="hover(true)" onmouseout="hover(false)" style="cursor: default">
<TD UNSELECTABLE="on" style="background-color:#efefde"  UNSELECTABLE="on">
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/sep.gif" align="absMiddle" width=3 height=20>
<IMG UNSELECTABLE="on" id="btnPar" onmousedown="editPar()" alt="PL_VISUALEDITOR_PARAGRAPH" SRC="/cms/editor/images/icon_paragraph.gif" align="absMiddle" width=22 height=22>PL_VISUALEDITOR_STYLE:&nbsp;&nbsp;
<select UNSELECTABLE="on" id="ctlStyle" onchange="sel(this)" hidefocus class="fontselect" style="width: 150px; font-size: 8pt;">
<script language="JavaScript" type="text/javascript">
if (navigator.browserLanguage == "ru")
{
    document.write("<option selected value=\"PL_VISUALEDITOR_STYLE_NORMAL\">PL_VISUALEDITOR_STYLE_NORMAL</option>");
    document.write("<option value=\"PL_VISUALEDITOR_STYLE_HEADING1\">PL_VISUALEDITOR_STYLE_HEADING1</option>");
    document.write("<option value=\"PL_VISUALEDITOR_STYLE_HEADING2\">PL_VISUALEDITOR_STYLE_HEADING2</option>");
    document.write("<option value=\"PL_VISUALEDITOR_STYLE_HEADING3\">PL_VISUALEDITOR_STYLE_HEADING3</option>");
    document.write("<option value=\"PL_VISUALEDITOR_STYLE_HEADING4\">PL_VISUALEDITOR_STYLE_HEADING4</option>");
    document.write("<option value=\"PL_VISUALEDITOR_STYLE_HEADING5\">PL_VISUALEDITOR_STYLE_HEADING5</option>");
    document.write("<option value=\"PL_VISUALEDITOR_STYLE_HEADING6\">PL_VISUALEDITOR_STYLE_HEADING6</option>");
}
else
{
    document.write("<option selected value=\"Normal\">PL_VISUALEDITOR_STYLE_NORMAL</option>");
    document.write("<option value=\"Heading 1\">PL_VISUALEDITOR_STYLE_HEADING1</option>");
    document.write("<option value=\"Heading 2\">PL_VISUALEDITOR_STYLE_HEADING2</option>");
    document.write("<option value=\"Heading 3\">PL_VISUALEDITOR_STYLE_HEADING3</option>");
    document.write("<option value=\"Heading 4\">PL_VISUALEDITOR_STYLE_HEADING4</option>");
    document.write("<option value=\"Heading 5\">PL_VISUALEDITOR_STYLE_HEADING5</option>");
    document.write("<option value=\"Heading 6\">PL_VISUALEDITOR_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>");
		}
	}
}
</script>					
</select>
<IMG class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>PL_VISUALEDITOR_FONT:&nbsp;&nbsp;
<select UNSELECTABLE="on" id="ctlFont" onchange="sel(this)" hidefocus class="fontselect" style="width: 220px; font-size: 8pt;">
<option selected></option>
<option value="Arial">Arial</option>
<option value="Arial, Helvetica, sans-serif">Arial, Helvetica, sans-serif</option>
<option value="Helvetica">Helvetica</option>
<option value="Times New Roman">Times New Roman</option>
<option value="Times New Roman, Times, serif">Times New Roman, Times, serif</option>
<option value="Courier New">Courier New</option>
<option value="MS Sans Serif">MS Sans Serif</option>
<option value="MS Serif, New York, serif">MS Serif, New York, serif</option>
<option value="Tahoma">Tahoma</option>
<option value="Verdana">Verdana</option>
<option value="Verdana, Geneva, Arial, Helvetica, sans-serif">Verdana, Geneva, Arial, Helvetica, sans-serif</option>
</select>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>PL_VISUALEDITOR_SIZE:&nbsp;&nbsp;
<select UNSELECTABLE="on" id="ctlFontSize" onchange="sel(this)" hidefocus class="fontselect" style="width: 40px; font-size: 8pt;">
<option value="1">7</option>
<option value="2">10</option>
<option value="3">12</option>
<option value="4">14</option>
<option value="5">18</option>
<option value="6">24</option>
<option value="7">36</option>
</select>
</TD></TR>
<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">
<TD UNSELECTABLE="on" style="background-color:#efefde">
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/sep.gif" align="absMiddle" width=3 height=20>
<IMG UNSELECTABLE="on" id="btnTableEdit" onclick="insert('tableedit');" alt="PL_VISUALEDITOR_EDIT_TABLE" SRC="/cms/editor/images/icon_tableedit.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnCellEdit" onclick="editPar(true);" alt="PL_VISUALEDITOR_EDIT_CELL" SRC="/cms/editor/images/icon_celledit.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnTopAlign" onmousedown="tEdit.alignTop();reset(true);" alt="PL_VISUALEDITOR_ALIGN_TOP" SRC="/cms/editor/images/icon_topalign.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnMiddleAlign" onmousedown="tEdit.alignMiddle();reset(true);" alt="PL_VISUALEDITOR_ALIGN_MIDDLE" SRC="/cms/editor/images/icon_middlealign.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnBottomAlign" onmousedown="tEdit.alignBottom();reset(true);" alt="PL_VISUALEDITOR_ALIGN_BOTTOM" SRC="/cms/editor/images/icon_bottomalign.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnColSpan" onmousedown="tEdit.mergeRight();" alt="PL_VISUALEDITOR_MERGE_RIGHT" SRC="/cms/editor/images/icon_colspan.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnRowSpan" onmousedown="tEdit.mergeDown();" alt="PL_VISUALEDITOR_MERGE_DOWN" SRC="/cms/editor/images/icon_rowspan.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnUnColSpan" onmousedown="tEdit.unMergeRight();" alt="PL_VISUALEDITOR_SPLIT_HORZ" SRC="/cms/editor/images/icon_uncolspan.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnUnRowSpan" onmousedown="tEdit.unMergeDown();" alt="PL_VISUALEDITOR_SPLIT_VERT" SRC="/cms/editor/images/icon_unrowspan.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" class=spacer SRC="/cms/editor/images/separator.gif" align="absMiddle" width=2 height=20>
<IMG UNSELECTABLE="on" id="btnAddCol" onmousedown="tEdit.processColumn('add', 'afterEnd');reset(true);" alt="PL_VISUALEDITOR_ADDCOL_AFTER" SRC="/cms/editor/images/icon_addcol.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnAddColBefore" onmousedown="tEdit.processColumn('add', 'beforeBegin');reset(true);" alt="PL_VISUALEDITOR_ADDCOL_BEFORE" SRC="/cms/editor/images/icon_addcolbefore.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnAddRow" onmousedown="tEdit.processRow('add', 'afterEnd');reset(true);" alt="PL_VISUALEDITOR_ADDROW_AFTER" SRC="/cms/editor/images/icon_addrow.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnAddRowBefore" onmousedown="tEdit.processRow('add', 'beforeBegin');reset(true);" alt="PL_VISUALEDITOR_ADDROW_BEFORE" SRC="/cms/editor/images/icon_addrowbefore.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnRemoveCol" onmousedown="tEdit.processColumn('remove');reset(true);" alt="PL_VISUALEDITOR_REMOVE_COL" SRC="/cms/editor/images/icon_removecol.gif" align="absMiddle" width=22 height=22>
<IMG UNSELECTABLE="on" id="btnRemoveRow" onmousedown="tEdit.processRow('remove');reset(true);" alt="PL_VISUALEDITOR_REMOVE_ROW" SRC="/cms/editor/images/icon_removerow.gif" align="absMiddle" width=22 height=22></TD></TR>
</TABLE>
<DIV UNSELECTABLE="on" id=clipDiv style="VISIBILITY: hidden; OVERFLOW: hidden; POSITION: absolute; WIDTH: 1px; HEIGHT: 1px"></DIV>
</body>
</html>

