﻿// ***IMG切替 
function ChgIMG(iname,str)
{
	document.images[iname].src = str;
}



//


