function info() {   top.menu.location.href = "../info/menu.html";   top.main.location.href = "../info/main.html";   return false;}function about() {   top.menu.location.href = "../about/menu.html";   top.main.location.href = "../about/main.html";   return false;}function viktor() {   top.menu.location.href = "../viktor/menu.html";   top.main.location.href = "../viktor/main.html";   return false;}function designer() {   top.menu.location.href = "../designer/menu.html";   top.main.location.href = "../designer/main.html";   return false;}function pubric() {   top.menu.location.href = "../public/menu.html";   top.main.location.href = "../public/main.html";   return false;}function members() {   top.menu.location.href = "../members/menu.html";   top.main.location.href = "../members/main.html";   return false;}function goods() {   top.menu.location.href = "../goods/menu.html";   top.main.location.href = "../goods/main.html";   return false;}function access() {   top.menu.location.href = "../access/menu.html";   top.main.location.href = "../access/main.html";   return false;}