//マウスオーバー時のボタン画像変更
function swImg(iName,str){
document.images[iName].src = str;
}


