// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


var w = window;

function openWin(url) {
  if ((w == window) || w.closed) { w = open(url,"osanpomap","width=860,height=550,scrollbars=yes,resizable=yes"); }
  else {  w.focus(); w = open(url,"sanpomap","width=860,height=550,scrollbars=yes,resizable=yes");  }
  return(false);
}

function openWin2(url) {
  if ((w == window) || w.closed) { w = open(url,"popular","width=650,height=550,scrollbars=yes,resizable=yes"); }
  else {  w.focus(); w = open(url,"popular","width=650,height=550,scrollbars=yes,resizable=yes");  }
  return(false);
}

function Index(WO) {
  if(!opener) {
    NewWin=window.open("","MWindow","location=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,statusbar=yes,status=yes");
    NewWin.location.href=WO;
    NewWin.focus();
  } else {
  if(opener.closed) {
  NewWin=window.open("","MWindow","location=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,statusbar=yes,status=yes");
    NewWin.location.href=WO;
    NewWin.focus();
    } else {
      opener.location.href=WO;
      opener.focus();
    }
  }
}


function openWinMap() {
  if ((w == window) || w.closed) { w = open("http://www.cafering-style.com/shops/shop2/20081213025010.html","map","width=700,height=650,toolbar=no,scrollbars=yes,resizable=yes");  }
  else { w.focus(); w = open("http://www.cafering-style.com/shops/shop2/20081213025010.html", "map", "width=700,height=650,toolbar=no,scrollbars=yes,resizable=yes");  }
}

function openWinThyme() {
  if ((w == window) || w.closed) { w = open("thyme.html","thyme","width=630,height=667,toolbar=no,scrollbars=yes,resizable=no");  }
  else { w.focus(); w = open("thyme.html", "thyme", "width=630,height=667,toolbar=no,scrollbars=yes,resizable=no");  }
}

function openWinProfile() {
  if ((w == window) || w.closed) { w = open("profile.html","thyme","width=630,height=667,toolbar=no,scrollbars=yes,resizable=no");  }
  else { w.focus(); w = open("profile.html", "thyme", "width=630,height=667,toolbar=no,scrollbars=yes,resizable=no");  }
}

function openWin3(url) {
  if ((w == window) || w.closed) { w = open(url,"cafe","width=950,height=650,scrollbars=yes,resizable=yes"); }
  else {  w.focus(); w = open(url,"cafe","width=950,height=650,scrollbars=yes,resizable=yes");  }
  return(false);
}
