
var iStart = 4
function change(image) {
	iStart++
  document.getElementById(image).style.zIndex = iStart;
}
