
function getObj (id) {
    return document.getElementById (id);
}

function switchpic (url) {
    getObj ('pimg').src = url;
}

