﻿function SetZIndex(el,obj) {
    $('#' + el).css('z-index', obj);
}
