//通常チラシ（毎週）
var pageID;

function chirashi(){
	
  var path = "img/120131c/";
  
  if( pageID == "kitchen_exp"){
	  var newWin=window.open('../../takarazuka/'+path,'chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
	  newWin.window.focus();
	  newWin.document.close();
  }else{
	  var newWin=window.open('../takarazuka/'+path,'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('../../takarazuka/img/091020c/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}


