function setfocus() {
  document.getElementById("focus_id").focus();
}

function openFAWindow() {
  window.open("http://www.thefa.com", "FA", "scrollbars=1, status=1, toolbar=1, location=1, menubar=1, directories=1, resizable=1, width=850, height=600, top=20, left=10");
}

function openNBWindow() {
  window.open("http://www.northburyjfl.co.uk", "North_Bury", "scrollbars=1, status=1, toolbar=1, location=1, menubar=1, directories=1, resizable=1, width=850, height=600, top=20, left=10");
}
