function changeImageWFN(id,i,idp,fn) {
    obj = document.getElementById(id);
    obj.src = i;	
}
