function ChangeImage( NO ){
  document.getElementById('img-main').innerHTML = '<img src="' + NO + '" width="336" height="336" alt="" />';
}

