function changeDivImagea() 

{ 

    document.getElementById("display").style.background = "url(./portfolio/edu3a.jpg)"; 

} 

function changeDivImageb() 

{ 

    document.getElementById("display").style.background = "url(./portfolio/edu3b.jpg)"; 

} 

function changeDivImagec() 

{ 

    document.getElementById("display").style.background = "url(./portfolio/edu3c.jpg)"; 

} 
function changeDivImaged() 

{ 

    document.getElementById("display").style.background = "url(./portfolio/edu3d.jpg)"; 

}
