function changeTwoFrames(mainurl, navurl)
{
  parent.main.location.href = mainurl;
  parent.nav.location.href = navurl;
}
