//スワッピング処理
function swImg(iName,str)
{
 document.images[iName].src = "img_cer/170/"+str+".jpg";
}

//ダミー
function dammy()
{}