//通常チラシ


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



//臨時トレトレチラシ
function toretore(){
  var newWin=window.open('../kawanishi/img/100827t/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('../kawanishi/img/110420d/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}



