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


//　お歳暮　2011
function chirashi_seibo(){
  var newWin=window.open('../kobe/img/111214o/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}





//　クリアランス
function chirashi_cl(){
  var newWin=window.open('../kobe/img/111226s/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}



