profoundjs 7.5.0 → 7.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/LICENSE.txt +27 -25
  2. package/htdocs/jszip/FileSaver.min.js +2 -2
  3. package/htdocs/profoundui/proddata/css/atrium.css +201 -201
  4. package/htdocs/profoundui/proddata/css/designer_respeditor.css +91 -91
  5. package/htdocs/profoundui/proddata/css/ipademulator.css +38 -38
  6. package/htdocs/profoundui/proddata/css/iphoneemulator.css +29 -29
  7. package/htdocs/profoundui/proddata/css/jumpstart.css +442 -442
  8. package/htdocs/profoundui/proddata/css/key_management.css +122 -122
  9. package/htdocs/profoundui/proddata/css/logic.css +1669 -1669
  10. package/htdocs/profoundui/proddata/css/markdown.css +754 -754
  11. package/htdocs/profoundui/proddata/css/profoundai.css +42 -0
  12. package/htdocs/profoundui/proddata/css/puisplash.css +186 -186
  13. package/htdocs/profoundui/proddata/css/qtips.css +32 -32
  14. package/htdocs/profoundui/proddata/html/genieframe.html +25 -25
  15. package/htdocs/profoundui/proddata/js/designer.js +3794 -3782
  16. package/htdocs/profoundui/proddata/js/key_management.js +34 -34
  17. package/htdocs/profoundui/proddata/js/profoundai.js +26 -0
  18. package/htdocs/profoundui/proddata/js/rich-display-react-component.js +45 -45
  19. package/htdocs/profoundui/proddata/js/rich-display-vue-component.js +28 -28
  20. package/htdocs/profoundui/proddata/js/runtime.js +1404 -1401
  21. package/htdocs/profoundui/proddata/js/soapclient.js +419 -419
  22. package/htdocs/profoundui/proddata/typings/profoundjs.d.ts +881 -881
  23. package/htdocs/profoundui/proddata/typings/profoundui.d.ts +388 -388
  24. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-gray.css +414 -414
  25. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-olive.css +623 -623
  26. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-slate.css +672 -672
  27. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-steel.css +10437 -10437
  28. package/htdocs/profoundui/userdata/css/atrium_banner.css +13 -13
  29. package/htdocs/profoundui/userdata/css/atrium_home.css +37 -37
  30. package/htdocs/profoundui/userdata/custom/themes/enhanced.js +104 -104
  31. package/htdocs/profoundui/userdata/custom/themes/hybrid.js +109 -109
  32. package/htdocs/profoundui/userdata/custom/themes/standard.js +68 -68
  33. package/htdocs/profoundui/userdata/custom/widgets/googlemaps.js +139 -139
  34. package/htdocs/profoundui/userdata/custom/widgets/listbox.js +37 -37
  35. package/htdocs/profoundui/userdata/custom/widgets/panel.js +74 -74
  36. package/htdocs/profoundui/userdata/custom/widgets/styled_button.js +71 -71
  37. package/htdocs/profoundui/userdata/custom/widgets/tabpanel.js +61 -61
  38. package/htdocs/profoundui/userdata/genie skins/Classic/Classic.css +562 -562
  39. package/htdocs/profoundui/userdata/genie skins/Classic/custom.js +3 -3
  40. package/htdocs/profoundui/userdata/genie skins/Gradient/Gradient.css +616 -616
  41. package/htdocs/profoundui/userdata/genie skins/Gradient/adjusted columns custom.js +83 -83
  42. package/htdocs/profoundui/userdata/genie skins/Gradient/custom.js +83 -83
  43. package/htdocs/profoundui/userdata/genie skins/Hybrid/Hybrid.css +616 -616
  44. package/htdocs/profoundui/userdata/genie skins/Hybrid/custom.js +330 -330
  45. package/htdocs/profoundui/userdata/genie skins/Plain/Plain.css +546 -546
  46. package/htdocs/profoundui/userdata/genie skins/Plain/custom.js +6 -6
  47. package/htdocs/profoundui/userdata/genie skins/Skyline/Skyline.css +753 -753
  48. package/htdocs/profoundui/userdata/genie skins/Skyline/adjusted columns custom.js +97 -97
  49. package/htdocs/profoundui/userdata/genie skins/Skyline/custom.js +97 -97
  50. package/htdocs/profoundui/userdata/genie skins/Tablet/Tablet.css +743 -743
  51. package/htdocs/profoundui/userdata/genie skins/Tablet/custom.js +153 -153
  52. package/htdocs/profoundui/userdata/samples/ordentry/OrdEntry.js +92 -92
  53. package/package.json +2 -2
  54. package/profound.jse +1 -1
  55. package/setup/pjsdist.savf +0 -0
@@ -1,97 +1,97 @@
1
-
2
- function customize() {
3
-
4
- // Customize Sign-On Screen
5
- if (detectScreen('D_1_22',' Sign On',
6
- 'D_2_47','System . . . . . :',
7
- 'D_3_47','Subsystem . . . . :',
8
- 'D_4_47','Display . . . . . :')) {
9
- hideElements('D_1_22', 'D_2_47', 'D_3_47', 'D_4_47', 'D_2_69', 'D_3_69', 'D_4_69', 'I_11_52', 'I_12_52', 'D_11_16', 'D_12_16',
10
- 'D_8_16', 'D_9_16', 'D_10_16', 'I_8_52', 'I_9_52', 'I_10_52', 'D_24_39');
11
- changeElementValue('D_6_16', '    User:');
12
- changeElementClass('D_6_16', 'BigText');
13
- changeElementValue('D_7_16', 'Password:');
14
- changeElementClass('D_7_16', 'BigText');
15
- setDOMAttribute("D_7_16", "transparent", true);
16
- setDOMAttribute("D_6_16", "transparent", true);
17
-
18
- var loginButton = newElement(11, 42, 'button', 'Login', 'login_button');
19
- loginButton.onclick = function() { pressKey('Enter') };
20
- moveElement('quit_button', 11, 50);
21
- changeElementValue('quit_button', 'Exit');
22
-
23
- getObj('D_6_16').style.top="157px"; // User Label
24
- getObj('D_6_16').style.left="63px"
25
- getObj('D_7_16').style.top="196px"; // Password Label
26
- getObj('D_7_16').style.left="63px"
27
- getObj('I_6_52').style.top="154px"; // User Textbox
28
- getObj('I_6_52').style.left="335px";
29
- getObj('I_7_52').style.top="193px"; // Password Textbox
30
- getObj('I_7_52').style.left="335px";
31
- getObj('I_6_52').style.width = "90px";
32
- getObj('I_7_52').style.width = "90px";
33
-
34
- // Format signon differently when using 128 char passwords:
35
- if (getObj("I_7_52")!=null
36
- && getObj("I_8_0")!=null
37
- && getObj("I_9_0")!=null) {
38
- var pwlength = 0;
39
- pwlength = getObj("I_7_52").fieldInfo.size;
40
- pwlength += getObj("I_8_0").fieldInfo.size;
41
- pwlength += getObj("I_9_0").fieldInfo.size;
42
- if (pwlength == 128) {
43
- getObj('D_6_16').style.top="137px"; // User Label
44
- getObj('D_6_16').style.left="52px"
45
- getObj('D_7_16').style.top="183px"; // Password Label
46
- getObj('D_7_16').style.left="52px"
47
- getObj('I_6_52').style.top="137px"; // User Textbox
48
- getObj('I_6_52').style.left="324px";
49
- getObj('I_7_52').style.top="183px"; // Password Line 1 Textbox
50
- getObj('I_7_52').style.left="324px";
51
- getObj("I_7_52").style.width = "150px";
52
- getObj('I_8_0').style.top="209px"; // Password Line 2 Textbox
53
- getObj('I_8_0').style.left="324px";
54
- getObj("I_8_0").style.width = "150px";
55
- getObj('I_9_0').style.top="234px"; // Password Line 3 Textbox
56
- getObj('I_9_0').style.left="324px";
57
- getObj("I_9_0").style.width = "150px";
58
- getObj('login_button').style.top="270px"; // Login Button
59
- getObj('login_button').style.left="324px";
60
- if (getObj('quit_button') != null) {
61
- getObj('quit_button').style.top="270px"; // Quit Button
62
- getObj('quit_button').style.left="400px";
63
- }
64
- }
65
- }
66
-
67
- var backdrop = newElement(5, 15, "img", "/profoundui/userdata/genie skins/skyline/login.jpg", "backdrop_image");
68
- backdrop.style.zIndex = 5;
69
-
70
- var msg = get('D_24_0');
71
- if (msg!='' && pui.genie.alertMsg=='') {
72
- pui.genie.alertMsg = msg;
73
- if (pui.genie.alertMsg.substr(0,3) == 'CPF') pui.genie.alertMsg = pui.genie.alertMsg.substr(8);
74
- if (pui.genie.alertMsg.substr(0,1) == '-') pui.genie.alertMsg = pui.genie.alertMsg.substr(1);
75
- }
76
- hideElement('D_24_0');
77
- }
78
-
79
- // Customize 132x27 mode
80
- if (pui.genie.displaySize==132 && !pui.genie.config.useAjax) {
81
- pui.genie.middleDiv.style.height = "640px";
82
- getObj("5250").style.position = "absolute";
83
- var position = (screen.width - 1060) / 2;
84
- if (position < 0) position = 0;
85
- getObj("5250").style.left = position + "px";
86
- }
87
- else {
88
- if (pui.genie.middleDiv != null) {
89
- pui.genie.middleDiv.style.height = "";
90
- pui.genie.middleDiv.style.width = "";
91
- getObj("5250").style.position = "relative";
92
- getObj("5250").style.left = "";
93
- getObj("5250").style.width = "";
94
- }
95
- }
96
-
97
- }
1
+
2
+ function customize() {
3
+
4
+ // Customize Sign-On Screen
5
+ if (detectScreen('D_1_22',' Sign On',
6
+ 'D_2_47','System . . . . . :',
7
+ 'D_3_47','Subsystem . . . . :',
8
+ 'D_4_47','Display . . . . . :')) {
9
+ hideElements('D_1_22', 'D_2_47', 'D_3_47', 'D_4_47', 'D_2_69', 'D_3_69', 'D_4_69', 'I_11_52', 'I_12_52', 'D_11_16', 'D_12_16',
10
+ 'D_8_16', 'D_9_16', 'D_10_16', 'I_8_52', 'I_9_52', 'I_10_52', 'D_24_39');
11
+ changeElementValue('D_6_16', '&nbsp;&nbsp;&nbsp;&nbsp;User:');
12
+ changeElementClass('D_6_16', 'BigText');
13
+ changeElementValue('D_7_16', 'Password:');
14
+ changeElementClass('D_7_16', 'BigText');
15
+ setDOMAttribute("D_7_16", "transparent", true);
16
+ setDOMAttribute("D_6_16", "transparent", true);
17
+
18
+ var loginButton = newElement(11, 42, 'button', 'Login', 'login_button');
19
+ loginButton.onclick = function() { pressKey('Enter') };
20
+ moveElement('quit_button', 11, 50);
21
+ changeElementValue('quit_button', 'Exit');
22
+
23
+ getObj('D_6_16').style.top="157px"; // User Label
24
+ getObj('D_6_16').style.left="63px"
25
+ getObj('D_7_16').style.top="196px"; // Password Label
26
+ getObj('D_7_16').style.left="63px"
27
+ getObj('I_6_52').style.top="154px"; // User Textbox
28
+ getObj('I_6_52').style.left="335px";
29
+ getObj('I_7_52').style.top="193px"; // Password Textbox
30
+ getObj('I_7_52').style.left="335px";
31
+ getObj('I_6_52').style.width = "90px";
32
+ getObj('I_7_52').style.width = "90px";
33
+
34
+ // Format signon differently when using 128 char passwords:
35
+ if (getObj("I_7_52")!=null
36
+ && getObj("I_8_0")!=null
37
+ && getObj("I_9_0")!=null) {
38
+ var pwlength = 0;
39
+ pwlength = getObj("I_7_52").fieldInfo.size;
40
+ pwlength += getObj("I_8_0").fieldInfo.size;
41
+ pwlength += getObj("I_9_0").fieldInfo.size;
42
+ if (pwlength == 128) {
43
+ getObj('D_6_16').style.top="137px"; // User Label
44
+ getObj('D_6_16').style.left="52px"
45
+ getObj('D_7_16').style.top="183px"; // Password Label
46
+ getObj('D_7_16').style.left="52px"
47
+ getObj('I_6_52').style.top="137px"; // User Textbox
48
+ getObj('I_6_52').style.left="324px";
49
+ getObj('I_7_52').style.top="183px"; // Password Line 1 Textbox
50
+ getObj('I_7_52').style.left="324px";
51
+ getObj("I_7_52").style.width = "150px";
52
+ getObj('I_8_0').style.top="209px"; // Password Line 2 Textbox
53
+ getObj('I_8_0').style.left="324px";
54
+ getObj("I_8_0").style.width = "150px";
55
+ getObj('I_9_0').style.top="234px"; // Password Line 3 Textbox
56
+ getObj('I_9_0').style.left="324px";
57
+ getObj("I_9_0").style.width = "150px";
58
+ getObj('login_button').style.top="270px"; // Login Button
59
+ getObj('login_button').style.left="324px";
60
+ if (getObj('quit_button') != null) {
61
+ getObj('quit_button').style.top="270px"; // Quit Button
62
+ getObj('quit_button').style.left="400px";
63
+ }
64
+ }
65
+ }
66
+
67
+ var backdrop = newElement(5, 15, "img", "/profoundui/userdata/genie skins/skyline/login.jpg", "backdrop_image");
68
+ backdrop.style.zIndex = 5;
69
+
70
+ var msg = get('D_24_0');
71
+ if (msg!='' && pui.genie.alertMsg=='') {
72
+ pui.genie.alertMsg = msg;
73
+ if (pui.genie.alertMsg.substr(0,3) == 'CPF') pui.genie.alertMsg = pui.genie.alertMsg.substr(8);
74
+ if (pui.genie.alertMsg.substr(0,1) == '-') pui.genie.alertMsg = pui.genie.alertMsg.substr(1);
75
+ }
76
+ hideElement('D_24_0');
77
+ }
78
+
79
+ // Customize 132x27 mode
80
+ if (pui.genie.displaySize==132 && !pui.genie.config.useAjax) {
81
+ pui.genie.middleDiv.style.height = "640px";
82
+ getObj("5250").style.position = "absolute";
83
+ var position = (screen.width - 1060) / 2;
84
+ if (position < 0) position = 0;
85
+ getObj("5250").style.left = position + "px";
86
+ }
87
+ else {
88
+ if (pui.genie.middleDiv != null) {
89
+ pui.genie.middleDiv.style.height = "";
90
+ pui.genie.middleDiv.style.width = "";
91
+ getObj("5250").style.position = "relative";
92
+ getObj("5250").style.left = "";
93
+ getObj("5250").style.width = "";
94
+ }
95
+ }
96
+
97
+ }
@@ -1,97 +1,97 @@
1
-
2
- function customize() {
3
-
4
- // Customize Sign-On Screen
5
- if (detectScreen('D_1_23',' Sign On',
6
- 'D_2_48','System . . . . . :',
7
- 'D_3_48','Subsystem . . . . :',
8
- 'D_4_48','Display . . . . . :')) {
9
- hideElements('D_1_23', 'D_2_48', 'D_3_48', 'D_4_48', 'D_2_70', 'D_3_70', 'D_4_70', 'I_11_53', 'I_12_53', 'D_11_17', 'D_12_17',
10
- 'D_8_17', 'D_9_17', 'D_10_17', 'I_8_53', 'I_9_53', 'I_10_53', 'D_24_40');
11
- changeElementValue('D_6_17', '&nbsp;&nbsp;&nbsp;&nbsp;User:');
12
- changeElementClass('D_6_17', 'BigText');
13
- changeElementValue('D_7_17', 'Password:');
14
- changeElementClass('D_7_17', 'BigText');
15
- setDOMAttribute("D_7_17", "transparent", true);
16
- setDOMAttribute("D_6_17", "transparent", true);
17
-
18
- var loginButton = newElement(11, 42, 'button', 'Login', 'login_button');
19
- loginButton.onclick = function() { pressKey('Enter') };
20
- moveElement('quit_button', 11, 50);
21
- changeElementValue('quit_button', 'Exit');
22
-
23
- getObj('D_6_17').style.top="157px"; // User Label
24
- getObj('D_6_17').style.left="63px"
25
- getObj('D_7_17').style.top="196px"; // Password Label
26
- getObj('D_7_17').style.left="63px"
27
- getObj('I_6_53').style.top="154px"; // User Textbox
28
- getObj('I_6_53').style.left="335px";
29
- getObj('I_7_53').style.top="193px"; // Password Textbox
30
- getObj('I_7_53').style.left="335px";
31
- getObj('I_6_53').style.width = "90px";
32
- getObj('I_7_53').style.width = "90px";
33
-
34
- // Format signon differently when using 128 char passwords:
35
- if (getObj("I_7_53")!=null
36
- && getObj("I_8_1")!=null
37
- && getObj("I_9_1")!=null) {
38
- var pwlength = 0;
39
- pwlength = getObj("I_7_53").fieldInfo.size;
40
- pwlength += getObj("I_8_1").fieldInfo.size;
41
- pwlength += getObj("I_9_1").fieldInfo.size;
42
- if (pwlength == 128) {
43
- getObj('D_6_17').style.top="137px"; // User Label
44
- getObj('D_6_17').style.left="52px"
45
- getObj('D_7_17').style.top="183px"; // Password Label
46
- getObj('D_7_17').style.left="52px"
47
- getObj('I_6_53').style.top="137px"; // User Textbox
48
- getObj('I_6_53').style.left="324px";
49
- getObj('I_7_53').style.top="183px"; // Password Line 1 Textbox
50
- getObj('I_7_53').style.left="324px";
51
- getObj("I_7_53").style.width = "150px";
52
- getObj('I_8_1').style.top="209px"; // Password Line 2 Textbox
53
- getObj('I_8_1').style.left="324px";
54
- getObj("I_8_1").style.width = "150px";
55
- getObj('I_9_1').style.top="234px"; // Password Line 3 Textbox
56
- getObj('I_9_1').style.left="324px";
57
- getObj("I_9_1").style.width = "150px";
58
- getObj('login_button').style.top="270px"; // Login Button
59
- getObj('login_button').style.left="324px";
60
- if (getObj('quit_button') != null) {
61
- getObj('quit_button').style.top="270px"; // Quit Button
62
- getObj('quit_button').style.left="400px";
63
- }
64
- }
65
- }
66
-
67
- var backdrop = newElement(5, 15, "img", "/profoundui/userdata/genie skins/skyline/login.jpg", "backdrop_image");
68
- backdrop.style.zIndex = 5;
69
-
70
- var msg = get('D_24_1');
71
- if (msg!='' && pui.genie.alertMsg=='') {
72
- pui.genie.alertMsg = msg;
73
- if (pui.genie.alertMsg.substr(0,3) == 'CPF') pui.genie.alertMsg = pui.genie.alertMsg.substr(8);
74
- if (pui.genie.alertMsg.substr(0,1) == '-') pui.genie.alertMsg = pui.genie.alertMsg.substr(1);
75
- }
76
- hideElement('D_24_1');
77
- }
78
- pui["loading animation"]["css"] = 'pui-skyline-animation';
79
- // Customize 132x27 mode
80
- if (pui.genie.displaySize==132 && !pui.genie.config.useAjax) {
81
- pui.genie.middleDiv.style.height = "640px";
82
- getObj("5250").style.position = "absolute";
83
- var position = (screen.width - 1060) / 2;
84
- if (position < 0) position = 0;
85
- getObj("5250").style.left = position + "px";
86
- }
87
- else {
88
- if (pui.genie.middleDiv != null) {
89
- pui.genie.middleDiv.style.height = "";
90
- pui.genie.middleDiv.style.width = "";
91
- getObj("5250").style.position = "relative";
92
- getObj("5250").style.left = "";
93
- getObj("5250").style.width = "";
94
- }
95
- }
96
-
97
- }
1
+
2
+ function customize() {
3
+
4
+ // Customize Sign-On Screen
5
+ if (detectScreen('D_1_23',' Sign On',
6
+ 'D_2_48','System . . . . . :',
7
+ 'D_3_48','Subsystem . . . . :',
8
+ 'D_4_48','Display . . . . . :')) {
9
+ hideElements('D_1_23', 'D_2_48', 'D_3_48', 'D_4_48', 'D_2_70', 'D_3_70', 'D_4_70', 'I_11_53', 'I_12_53', 'D_11_17', 'D_12_17',
10
+ 'D_8_17', 'D_9_17', 'D_10_17', 'I_8_53', 'I_9_53', 'I_10_53', 'D_24_40');
11
+ changeElementValue('D_6_17', '&nbsp;&nbsp;&nbsp;&nbsp;User:');
12
+ changeElementClass('D_6_17', 'BigText');
13
+ changeElementValue('D_7_17', 'Password:');
14
+ changeElementClass('D_7_17', 'BigText');
15
+ setDOMAttribute("D_7_17", "transparent", true);
16
+ setDOMAttribute("D_6_17", "transparent", true);
17
+
18
+ var loginButton = newElement(11, 42, 'button', 'Login', 'login_button');
19
+ loginButton.onclick = function() { pressKey('Enter') };
20
+ moveElement('quit_button', 11, 50);
21
+ changeElementValue('quit_button', 'Exit');
22
+
23
+ getObj('D_6_17').style.top="157px"; // User Label
24
+ getObj('D_6_17').style.left="63px"
25
+ getObj('D_7_17').style.top="196px"; // Password Label
26
+ getObj('D_7_17').style.left="63px"
27
+ getObj('I_6_53').style.top="154px"; // User Textbox
28
+ getObj('I_6_53').style.left="335px";
29
+ getObj('I_7_53').style.top="193px"; // Password Textbox
30
+ getObj('I_7_53').style.left="335px";
31
+ getObj('I_6_53').style.width = "90px";
32
+ getObj('I_7_53').style.width = "90px";
33
+
34
+ // Format signon differently when using 128 char passwords:
35
+ if (getObj("I_7_53")!=null
36
+ && getObj("I_8_1")!=null
37
+ && getObj("I_9_1")!=null) {
38
+ var pwlength = 0;
39
+ pwlength = getObj("I_7_53").fieldInfo.size;
40
+ pwlength += getObj("I_8_1").fieldInfo.size;
41
+ pwlength += getObj("I_9_1").fieldInfo.size;
42
+ if (pwlength == 128) {
43
+ getObj('D_6_17').style.top="137px"; // User Label
44
+ getObj('D_6_17').style.left="52px"
45
+ getObj('D_7_17').style.top="183px"; // Password Label
46
+ getObj('D_7_17').style.left="52px"
47
+ getObj('I_6_53').style.top="137px"; // User Textbox
48
+ getObj('I_6_53').style.left="324px";
49
+ getObj('I_7_53').style.top="183px"; // Password Line 1 Textbox
50
+ getObj('I_7_53').style.left="324px";
51
+ getObj("I_7_53").style.width = "150px";
52
+ getObj('I_8_1').style.top="209px"; // Password Line 2 Textbox
53
+ getObj('I_8_1').style.left="324px";
54
+ getObj("I_8_1").style.width = "150px";
55
+ getObj('I_9_1').style.top="234px"; // Password Line 3 Textbox
56
+ getObj('I_9_1').style.left="324px";
57
+ getObj("I_9_1").style.width = "150px";
58
+ getObj('login_button').style.top="270px"; // Login Button
59
+ getObj('login_button').style.left="324px";
60
+ if (getObj('quit_button') != null) {
61
+ getObj('quit_button').style.top="270px"; // Quit Button
62
+ getObj('quit_button').style.left="400px";
63
+ }
64
+ }
65
+ }
66
+
67
+ var backdrop = newElement(5, 15, "img", "/profoundui/userdata/genie skins/skyline/login.jpg", "backdrop_image");
68
+ backdrop.style.zIndex = 5;
69
+
70
+ var msg = get('D_24_1');
71
+ if (msg!='' && pui.genie.alertMsg=='') {
72
+ pui.genie.alertMsg = msg;
73
+ if (pui.genie.alertMsg.substr(0,3) == 'CPF') pui.genie.alertMsg = pui.genie.alertMsg.substr(8);
74
+ if (pui.genie.alertMsg.substr(0,1) == '-') pui.genie.alertMsg = pui.genie.alertMsg.substr(1);
75
+ }
76
+ hideElement('D_24_1');
77
+ }
78
+ pui["loading animation"]["css"] = 'pui-skyline-animation';
79
+ // Customize 132x27 mode
80
+ if (pui.genie.displaySize==132 && !pui.genie.config.useAjax) {
81
+ pui.genie.middleDiv.style.height = "640px";
82
+ getObj("5250").style.position = "absolute";
83
+ var position = (screen.width - 1060) / 2;
84
+ if (position < 0) position = 0;
85
+ getObj("5250").style.left = position + "px";
86
+ }
87
+ else {
88
+ if (pui.genie.middleDiv != null) {
89
+ pui.genie.middleDiv.style.height = "";
90
+ pui.genie.middleDiv.style.width = "";
91
+ getObj("5250").style.position = "relative";
92
+ getObj("5250").style.left = "";
93
+ getObj("5250").style.width = "";
94
+ }
95
+ }
96
+
97
+ }