Спать охота....
типа это:
if (thevalue != 0)
{
inserttext = prompt(thevalue+" "+thetype,"");
if ((inserttext != null) && (inserttext != "") )
{
theform.comment.focus();
sel = document.selection.createRange();
sel.text="["+thetype+"="+inserttext+"]"+sel.text+"[/"+thetype+"]";
}
}