function yvBBCodeReplaceText(ControlID, tag) {
  ControlID.value = ControlID.value + ' [' + tag + '][/' + tag + ']';
}