function insertcode(code) {
   document.gbform.vcomment.value = document.gbform.vcomment.value + code;
   document.gbform.vcomment.focus();
}