// JavaScript Document

<!--製品ページ写真切換え
function Swap(iName, img_url){
myobj = document.images[iName];
myobj.src = img_url;
}
// -->

