<!-- MY BOX BY MGHOOL -->
<script type="text/javascript" src="mybox/mybox_mghool.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
toolbox_backcolor = ""; toolbox_background ="";
btn_bordercolor = "fuchsia"; btn_backcolor_over = "white";
btn_backcolor_down = "white"; statusColor = "fuchsia";
tipColor = "fuchsia";
</script>
<style type="text/css">
.cbtn { width:20px; height:18px; cursor:hand; }
</style>
<table dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" oncontextmenu="return false" onselectstart="return false" 
onmousedown="Capture(0)" onmouseup="Capture(0)" onmousemove="Capture(0)">
<script type="text/javascript">
showButtons();
</script>
</td>
</tr>
</table>
<script type="text/javascript">
var maxchars = $vboptions[postmaxchars];
var minchars = $vboptions[postminchars];
</script>
<div align="center">
<div id="{$editorid}_controls" class="controlbar">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="80%">
<tr>
<td width="10%">
<center>
<div class="imagebutton" id="{$editorid}_cmd_resize_1_99">
<img src="mybox/toolbox/resize_m_0.gif" width="11" height="11" alt="$vbphrase[increase_size]" />
</div>
</center>
</td>
<td width="1%">
<center>
<input type="button" class="button" value="[   ]" title=" " name="sbutton" tabindex="1" onclick="message.select()" />
</center>
</td>
<td width="1%">
<center>
<input type="button" class="button" value="[  ]" title=" " name="sbutton" tabindex="1" onclick="vB_Editor['$editorid'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false" />
</center>
</td>
<td width="10%">
<center>
<div class="imagebutton" id="{$editorid}_cmd_resize_0_99">
<img src="mybox/toolbox/resize_m_1.gif" width="11" height="11" alt="$vbphrase[decrease_size]" />
</div>
</center>
</td>
</tr>
</table>
</center>
</if>
</div>
</div>
<!-- MY BOX BY MGHOOL -->


<div class="controlbar">
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:500px; height:100px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
</div>
<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />
<script type="text/javascript">
<!--
vB_Editor['$editorid'] = new vB_Text_Editor('$editorid', $editortype, '$forumid', '$parsesmilie');
var QR_EditorID = '$editorid';
//-->
</script>