
function display(jccode_function) {

  startstr = document.form1.form_message.value ;

  if (jccode_function == 'bold') {

    addstr = "[b] [/b] " ;

  }

  if (jccode_function == 'italic') {

    addstr = "[i] [/i] " ;

  }

  if (jccode_function == 'underline') {

    addstr = "[u] [/u] " ;

  }

  if (jccode_function == 'strikethrough') {

    addstr = "[s] [/s] " ;

  }

  if (jccode_function == 'size1') {

    addstr = "[size=1] [/size] " ;

  }

  if (jccode_function == 'size2') {

    addstr = "[size=2] [/size] " ;

  }

  if (jccode_function == 'size3') {

    addstr = "[size=3] [/size] " ;

  }




  if (jccode_function == 'smile1') {
    addstr = ":sm1: " ;
  }
  
  if (jccode_function == 'smile2') {
    addstr = ":sm2: " ;
  }
  
  if (jccode_function == 'smile3') {
    addstr = ":sm3: " ;
  }
  
  if (jccode_function == 'smile4') {
    addstr = ":sm4: " ;
  }
  
  if (jccode_function == 'smile5') {
    addstr = ":sm5: " ;
  }
  
  if (jccode_function == 'smile6') {
    addstr = ":sm6: " ;
  }
  
  if (jccode_function == 'smile7') {
    addstr = ":sm7: " ;
  }
  
  if (jccode_function == 'smile8') {
    addstr = ":sm8: " ;
  }
  
  if (jccode_function == 'smile9') {
    addstr = ":sm9: " ;
  }
  
  if (jccode_function == 'smile10') {
    addstr = ":sm10: " ;
  }
  
  if (jccode_function == 'smile11') {
    addstr = ":sm11: " ;
  }
  
  if (jccode_function == 'smile12') {
    addstr = ":sm12: " ;
  }
  
  if (jccode_function == 'smile13') {
    addstr = ":sm13: " ;
  }
  
  if (jccode_function == 'smile14') {
    addstr = ":sm14: " ;
  }
  
  if (jccode_function == 'smile15') {
    addstr = ":sm15: " ;
  }
  
  if (jccode_function == 'smile16') {
    addstr = ":sm16: " ;
  }
  
  if (jccode_function == 'smile17') {
    addstr = ":sm17: " ;
  }
  
  if (jccode_function == 'smile18') {
    addstr = ":sm18: " ;
  }
  
  if (jccode_function == 'smile19') {
    addstr = ":sm19: " ;
  }
  
  if (jccode_function == 'smile20') {
    addstr = ":sm20: " ;
  }
  
  if (jccode_function == 'smile21') {
    addstr = ":sm21: " ;
  }
  
  if (jccode_function == 'smile22') {
    addstr = ":sm22: " ;
  }
  
  if (jccode_function == 'smile23') {
    addstr = ":sm23: " ;
  }
  
  if (jccode_function == 'smile24') {
    addstr = ":sm24: " ;
  }
  
  if (jccode_function == 'smile25') {
    addstr = ":sm25: " ;
  }
  
  if (jccode_function == 'smile26') {
    addstr = ":sm26: " ;
  }
  
  if (jccode_function == 'smile27') {
    addstr = ":sm27: " ;
  }
  
  if (jccode_function == 'smile28') {
    addstr = ":sm28: " ;
  }
  
  if (jccode_function == 'smile29') {
    addstr = ":sm29: " ;
  }
  
  if (jccode_function == 'smile30') {
    addstr = ":sm30: " ;
  }
  
  if (jccode_function == 'smile31') {
    addstr = ":sm31: " ;
  }
  
  if (jccode_function == 'smile32') {
    addstr = ":sm32: " ;
  }
  
  if (jccode_function == 'smile33') {
    addstr = ":sm33: " ;
  }
  
  if (jccode_function == 'smile34') {
    addstr = ":sm34: " ;
  }
  
  if (jccode_function == 'smile35') {
    addstr = ":sm35: " ;
  }
  
  if (jccode_function == 'smile36') {
    addstr = ":sm36: " ;
  }
  
  

  document.form1.form_message.value = startstr + addstr;

}


