﻿// JScript ファイル
function ChangePhoto(val){
  document.MainImg.src='/images/usr/'+val;
}

