function swap(e, s) { e.src=s; }

function menu() {
  var oo = window.open("http://angoraCafe.foodler.com", "Foodler");
  oo.focus();
}
