// JavaScript Document
function load_img(a) {
    document.getElementById("imgMain").src = a;
}
