function changeTab(El){

document.getElementById('imagesLink1').style.color = '#40A0CA';
document.getElementById('imagesLink2').style.color = '#40A0CA';
document.getElementById('imagesLink3').style.color = '#40A0CA';
El.style.color='#000000';
}


