function CustomizeEditor()
   {var htmlTD = document.getElementById("ctl00_ctl00_bcr_bcr_PostForm_ctl04_PostBody_ctl00_Editor_5_2");
    if (htmlTD !== null)
       {var htmlImg = htmlTD.childNodes[0];
        htmlImg.setAttribute("src", "/freetextbox3/Images/button_html.gif");
       }
    var xmlTD = document.getElementById("ctl00_ctl00_bcr_bcr_PostForm_ctl04_PostBody_ctl00_Editor_5_6");
    if (xmlTD !== null)
       {var xmlImg = xmlTD.childNodes[0];
        xmlImg.setAttribute("src", "/freetextbox3/Images/button_xml.gif");
       }
    var spacerParentDiv = document.getElementById("ctl00_ctl00_bcr_bcr_PostForm_ctl04_PostBody_ctl00_Editor_toolbarArea");
    if (spacerParentDiv !== null)
       {var allSubDivs = spacerParentDiv.getElementsByTagName("div");
        if (allSubDivs !== null && allSubDivs.length > 0)
           {var lastDiv = allSubDivs[allSubDivs.length - 1];
            if (lastDiv !== null)
               {lastDiv.style.display = "none";
               }
           }
       }
   }