  function set_obj_class(theobj,c_name) {
    theobj.className = c_name
    //theobj.setAttribute('className',c_name);
  }

  function gotoUrl(theUrl) {
    window.location = theUrl
  }