function changeImage1(){
    document.btn.src="img/endog2.jpg";
}
function changeImage2(){
    document.btn.src="img/endog.jpg";
}
