Here the complete function
$Cj_1: function() {
if (!IsNull(this.$5u_1) && this.$7i_1) {
setLoadingText(Xrm.Internal.getResourceString('LOCID_PAGE_LOADING_EXECUTE_ON_LOAD'));
while (this.$5u_1.length > 0) {
var $v_0 = Array.dequeue(this.$5u_1);
Mscrm.TurboForm.Control.CustomScriptsManager.frameElement.contentWindow[$v_0.$8G_1]($v_0.$8f_1);
And for the $BQ_2
this.$BQ_2 = [ [ '#ffffcc', '#ffff99', '#ffff66', '#ffff33', '#ffff00', '#cccc00', '#999900', '#666600', '#333300' ], [ '#ffccff', '#ff99ff', '#ff66ff', '#ff33ff', '#ff00ff', '#cc00cc', '#990099', '#660066', '#330033' ], [ '#ccffff', '#99ffff', '#66ffff', '#33ffff', '#00ffff', '#00cccc', '#009999', '#006666', '#003333' ], [ '#ffcccc', '#ff9999', '#ff6666', '#ff3333', '#ff0000', '#cc0000', '#990000', '#660000', '#330000' ], [ '#ccffcc', '#99ff99', '#66ff66', '#33ff33', '#00ff00', '#00cc00', '#009900', '#006600', '#003300' ], [ '#ccccff', '#9999ff', '#6666ff', '#3333ff', '#0000ff', '#0000cc', '#000099', '#000066', '#000033' ], [ '#ffffff', '#cccccc', '#999999', '#666666', '#333333', '#ffcc00', '#ff9900', '#ff6600', '#ff3300' ], [ '#000000', '#ccff00', '#99ff00', '#66ff00', '#33ff00', '#00ccff', '#0099ff', '#0066ff', '#0033ff' ] ];
Mscrm.HtmlBarControl.initializeBase(this, [ element ]);
But I don't think it's usefull.
Thanks for your help :)