If you look in the inc_post_buttons.asp file, you will find the "A HREF" link for the image tag. The links are a bit jumbled up together. If you do a search for "image" in that file you will find the link much quicker.
If you bring the link on one line in your file, and add the necessary code, this is what you will get:<% if strIMGInPosts = "1" then %>
<a href="Javascript:image();"><img src="icon_editor_image.gif" width="23" height="22" alt="Insert Image" border="0"></a>
<% end if %>
This has been fixed in the next release.
- David