<!--イメージスワップ//-->

function swapImg(iName,str)
{
document.images[iName].src = str;
}
