function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/* 縞々スクリプト 取扱い店舗 */
window.onload = function(){
$(".tbshop tr:odd").css("background-color","#FFC");
$("#news_table tr th").css("background-color","transparent");
}

