function MM_openBrWindow(theURL,winName,features)
{//別窓
  window.open(theURL,winName,features);
}
function swImg(iName,str)
{//マウスオーバー
        document.images[iName].src = str;
}

