var i
i = 20

function changeZindex(n){
i = i +1
n.style.zIndex=i;

}
