function change2(URL1,URL2)
        {
          parent.nav.location.href=URL1;
          parent.main.location.href=URL2;
        }