function menu_reset_timeout()
{
  if (hidemenutimer) clearTimeout(hidemenutimer);
  hidemenutimer = null;
}

