//通常チラシ（毎週）
function chirashi(){
  var newWin=window.open('../senri/img/100310c/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}

//通常チラシ（毎週）
function chirashi_kit(){
  var newWin=window.open('../../senri/img/100310c/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}

//千里阪急ニュース（隔週）
function chirashi_n(){
  var newWin=window.open('../senri/img/100303n/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}

//ア・ラ出前チラシ
function chirashi_demae(){
  var newWin=window.open('../senri/img/091209d/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}

