  //
  // K12 Technologies
  // K12web Core Public Functions
  //
  // Copyright (C) 2005 K12 Technologies.  All rights reserved.
  //

  function launchAuthor(url)
  {
    authorToolkit = window.open(url, 'KWEBEDITOR', 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=700,height=400,left=35,top=35');
  }

  function chl(t)
  {
    t.style.backgroundColor='#e2fec4';
  }

  function cuhl(t)
  {
    t.style.backgroundColor='';
  }

