function MMe_openBrWindowFocus(theURL,winName,features) {
  var winSub=window.open(theURL,winName,features);
  winSub.focus();
}

function MMe_opener_Location_shopdetail(shc,cmc) {
  window.location.pathname.match(/\w+/);
  path = RegExp.lastMatch;
  path = 'http://e-shop.shibuya109.jp/webshop70';
  backurl = window.location.pathname;

  path = path + '/shopdetail?ctc=%2F&cmdtyFlagTxt=sr&spbFlg=2&backURL='+backurl;
//  path = '../../'+path;
  window.opener.location.href = path + '&shc='+shc+'&cmc='+cmc;
  window.opener.focus();
}


function MMe_opener_Location_shopdetail_kikaku(shc,cmc,color,size) {
  window.location.pathname.match(/\w+/);
  path = RegExp.lastMatch;
  path = 'http://e-shop.shibuya109.jp/webshop70';
  backurl = window.location.pathname;

  path = path + '/shopdetail?ctc=%2F&cmdtyFlagTxt=sr&moneySrch=&backURL='+backurl;
//  path = '../../'+path;
  window.opener.location.href = path +'&actionNameTxt=stndrd'+'&shc='+shc+'&cmc='+cmc+'&elementCodeSel1='+color+'&elementCodeSel2='+size;
  window.opener.focus();
}

function MMe_opener_Location_shoppage(shc) {
  window.location.pathname.match(/\w+/);
  path = RegExp.lastMatch;
  path = 'http://e-shop.shibuya109.jp/webshop70';
  backurl = window.location.pathname;

  path = path + '/shoppage?ctc=%2F&cmdtyFlagTxt=sr&actionNameTxt=search&backURL='+backurl;
//  path = '../../'+path;
  window.opener.location.href = path +'&srchShopCodeSel='+shc;
  window.opener.focus();
}

function MMe_opener_Location_ctgry(shc) {
  window.location.pathname.match(/\w+/);
  path = RegExp.lastMatch;
  path = 'http://e-shop.shibuya109.jp/webshop70';

  path = path + '/main?actionNameTxt=ctgry&ctc='+shc;
//  path = '../../'+path;
  window.opener.location.href = path +'&srchShopCodeSel='+'&moneySrch';
  window.opener.focus();
}



