// JavaScript Document


function change(Target,Value) {

    document.getElementById(Target).src=Value;
        
    }
