colorpicker zIndex prototype

Hi,

I thought this might be useful for others.

dhtmlXColorPicker.prototype.setZindex = function (a) { this.container.style.zIndex = a };

Cheers,

Alex