with this change, we should not need to use both of these:
ImgTags(1,1,1) = "[img]"
ImgTags(1,2,1) = "[/img]"
ImgTags(1,1,2) = "<img src="""
ImgTags(1,2,2) = """ border=""0"">"
ImgTags(2,1,1) = "[IMG]"
ImgTags(2,2,1) = "[/IMG]"
ImgTags(2,1,2) = ImgTags(1,1,2)
ImgTags(2,2,2) = ImgTags(1,2,2)
so I am just going to keep the first one and get rid of the second one.