﻿var highest = 503;

function ChangeImage(obj)
{
    highest++;
    obj.style.zIndex = highest;
}