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

function chirashi_ev(){
  var newWin=window.open('../img/100303c/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}