function over(param, param2)
         {
            var item = document.getElementById(param);
            item.style.zIndex=param2;
         }
