function submenu(URL1,URL2)
  {
    parent.frames[0].location.href=URL1;
    if (URL2!="") parent.frames[2].location.href=URL2;
  }

