//通常チラシ（毎週）
function chirashi(){
  var newWin=window.open('../kobe/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_bus(){
  var newWin=window.open('../../kobe/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('../kobe/img/100310n/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}


