var pageID;
//通常チラシ（毎週）
function chirashi(){
	
	var path = "img/100310c/";
	
	if( pageID == "special"){
		var newWin=window.open('../../tsuzuki/'+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('../tsuzuki/'+path,'chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
		newWin.window.focus();
		newWin.document.close();
	}
}

//ピックアップインフォメーション（不定期）
function chirashi_p(){
  var newWin=window.open('../tsuzuki/img/091202c/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}

