function showAll17355(){ } if(typeof(siderShow) == "undefined" || typeof(siderShow) != "function"){ var siderShowScriptLoad = document.createElement("script"); if('onreadystatechange' in siderShowScriptLoad){ siderShowScriptLoad.onreadystatechange = function () { if (/loaded|complete/.test(siderShowScriptLoad.readyState)) { siderShowScriptLoad.onreadystatechange = null; showAll17355(); } } }else{ siderShowScriptLoad.onload = siderShowScriptLoad.onerror = showAll17355; } siderShowScriptLoad.setAttribute('charset', 'utf-8'); siderShowScriptLoad.setAttribute('src', '/zzcms/DFS//template/1580/js/siderShow.min.js'); var head = document.head || document.getElementsByTagName('head')[0]; head.appendChild(siderShowScriptLoad); }else{ showAll17355(); } function onLoadHandlerGray() { grayscale(document.body); } function grayPage(){ var code = '\ .site-gray{\ filter:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImdyYXlzY2FsZSI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAgMCAwIDEgMCIvPjwvZmlsdGVyPjwvc3ZnPg==#grayscale);\ /* Webkit only, Chrome & Safari 6+ */\ -webkit-filter:grayscale(100%);\ /* future-proof */\ filter:grayscale(100%);\ /* IE4-8 and 9 (deprecated). */\ filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);\ filter:gray;\ }'; var codeie = '\ .site-gray,.site-gray *{\ filter:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImdyYXlzY2FsZSI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAgMCAwIDEgMCIvPjwvZmlsdGVyPjwvc3ZnPg==#grayscale);\ /* Webkit only, Chrome & Safari 6+ */\ -webkit-filter:grayscale(100%);\ /* future-proof */\ filter:grayscale(100%);\ /* IE4-8 and 9 (deprecated). */\ filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);\ filter:gray;\ }'; var style = document.createElement('style'); style.type = 'text/css'; style.rel = 'stylesheet'; var navStr = navigator.userAgent.toLowerCase(); if(navStr.indexOf("msie")!==-1){ //for IE style.styleSheet.cssText = codeie; }else{ //for Chrome Firefox Opera Safari style.appendChild(document.createTextNode(code)); } var head = document.getElementsByTagName('head')[0]; head.appendChild(style); var grayShowScriptLoad = document.createElement("script"); if('onreadystatechange' in grayShowScriptLoad){ grayShowScriptLoad.onreadystatechange = function () { if (/loaded|complete/.test(grayShowScriptLoad.readyState)) { grayShowScriptLoad.onreadystatechange = null; onLoadHandlerGray(); } } }else{ grayShowScriptLoad.onload = grayShowScriptLoad.onerror = onLoadHandlerGray; } grayShowScriptLoad.setAttribute('charset', 'utf-8'); grayShowScriptLoad.setAttribute('src', '//www.zhuzhou.gov.cn/zzcms/DFS//template/1580/js/grayscale.js'); var head = document.head || document.getElementsByTagName('head')[0]; head.appendChild(grayShowScriptLoad); $("html").addClass("site-gray"); } //grayPage();