window.onload = function(){
["1"].each(function(idx) {
  new Control.ColorPicker("colorfield" + idx, { IMAGE_BASE : "colorpicker/img/" });
});
}