It should be
PHP Code:
<td><div class="imagebutton" id="cmd_wmv"><img src="http://www.kefalonia.net.gr/images/icon_windowsmedia9_small.gif" alt="$vbphrase[wmv]" width="21" height="20" /></div></td>
I have no idea if this will work for you or not.
Edit: I forgot, there are two places you need to add this code. Find
PHP Code:
<td><div class="imagebutton"><a href="#" onclick="return vbcode('QUOTE', '')"><img src="$stylevar[imgdir_editor]/quote.gif" alt="$vbphrase[wrap_quote_tags]" title="$vbphrase[wrap_quote_tags]" width="21" height="21" border="0" /></a></div></td>
and add below
PHP Code:
<td><div class="imagebutton"><a href="#" onclick="return vbcode('wmv', '')"><img src="http://www.kefalonia.net.gr/images/icon_windowsmedia9_small.gif" alt="$vbphrase[wmv]" title="$vbphrase[wmv]" width="21" height="21" border="0" /></a></div></td>