// マウスを上に置くと画像を入れ替える

function ImgChange(img, str) {
  document.images[img].src = str;
}


//詳細ページ用ポップアップウィンドウ

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
