function refresh()
{
  parent.Main.location.href = "welcome.asp"
  parent.Menu.location.href = "menu.asp"
  parent.document.close()
}
