| 700 | }); |
| 701 | }, |
| 702 | q = function (e, t) { |
| 703 | var i = window.innerWidth |
| 704 | ? window.innerWidth |
| 705 | : document.documentElement.clientWidth |
| 706 | ? document.documentElement.clientWidth |
| 707 | : screen.width, |
| 708 | o = window.innerHeight |
| 709 | ? window.innerHeight |
| 710 | : document.documentElement.clientHeight |
| 711 | ? document.documentElement.clientHeight |
| 712 | : screen.height; |
| 713 | return { left: i / 2 - e / 2 + window.screenLeft, top: o / 2 - t / 2 + window.screenTop }; |
| 714 | }, |
| 715 | J = q(700, 700).left, |
| 716 | _ = q(700, 700).top, |
| 717 | $ = { |