var Browser=new Object();Browser.isMozilla=(typeof document.implementation!='undefined')&&(typeof document.implementation.createDocument!='undefined')&&(typeof HTMLDocument!='undefined');Browser.isIE=window.ActiveXObject?true:false;Browser.isGecko=navigator.userAgent.indexOf("Gecko")!=-1;Browser.isOpera=(navigator.userAgent.toLowerCase().indexOf("opera")!=-1);if(Browser.isMozilla&&!Browser.isOpera){HTMLElement.prototype.removeNode=function(){this.parentNode.removeChild(this);};extendEventObject();emulateAttachEvent();var eventArr=["click","dblclick","mouseover","mouseout","mouseleave","mouseenter","mousedown","mouseup","mousemove","keydown","keypress","keyup"];emulateEventHandlers(eventArr);emulateCurrentStyle();Event.LEFT=0;Event.MIDDLE=1;Event.RIGHT=2;}else{Event={};Event.LEFT=1;Event.MIDDLE=4;Event.RIGHT=2;};function extendEventObject(){Event.prototype.__defineGetter__("srcElement",function(){var node=this.target;while(node.nodeType!=1)node=node.parentNode;return node;});};function emulateAttachEvent(){HTMLDocument.prototype.attachEvent=HTMLElement.prototype.attachEvent=function(sType,fHandler){var shortTypeName=sType.replace(/on/,"");fHandler._ieEmuEventHandler=function(e){window.event=e;return fHandler();};this.addEventListener(shortTypeName,fHandler._ieEmuEventHandler,false);};HTMLDocument.prototype.detachEvent=HTMLElement.prototype.detachEvent=function(sType,fHandler){var shortTypeName=sType.replace(/on/,"");if(typeof fHandler._ieEmuEventHandler=="function")this.removeEventListener(shortTypeName,fHandler._ieEmuEventHandler,false);else  this.removeEventListener(shortTypeName,fHandler,true);};};function emulateEventHandlers(eventNames){for(var i=0;i<eventNames.length;i++){document.addEventListener(eventNames[i],function(e){window.event=e;},true);}};var __sto=setInterval;window.setInterval=function(callback,timeout,param){if(param){var args=Array.prototype.slice.call(arguments,2);var _cb=function(){callback.apply(null,args);};return __sto(_cb,timeout);}else{return __sto(callback,timeout);}};var __stoo=setTimeout;window.setTimeout=function(callback,timeout,param){if(param){var args=Array.prototype.slice.call(arguments,2);var _cb=function(){callback.apply(null,args);};return __stoo(_cb,timeout);}else{return __stoo(callback,timeout);}};function emulateAllModel(){var allGetter=function(){var a=this.getElementsByTagName("*");var node=this;a.tags=function(sTagName){return node.getElementsByTagName(sTagName);};return a;};HTMLDocument.prototype.__defineGetter__("all",allGetter);HTMLElement.prototype.__defineGetter__("all",allGetter);};function extendElementModel(){HTMLElement.prototype.__defineGetter__("parentElement",function(){if(this.parentNode==this.ownerDocument)return null;return this.parentNode;});HTMLElement.prototype.__defineGetter__("children",function(){var tmp=[];var j=0;var n;for(var i=0;i<this.childNodes.length;i++){n=this.childNodes[i];if(n.nodeType==1){tmp[j++]=n;if(n.name){if(!tmp[n.name])tmp[n.name]=[];tmp[n.name][tmp[n.name].length]=n;};if(n.id)tmp[n.id]=n}};return tmp;});HTMLElement.prototype.contains=function(oEl){if(oEl==this)return true;if(oEl==null)return false;return this.contains(oEl.parentNode);};};function errorimg(mypic){mypic.src="images/common/none.gif";};function emulateCurrentStyle(){HTMLElement.prototype.__defineGetter__("currentStyle",function(){return this.ownerDocument.defaultView.getComputedStyle(this,null)})}function getrand(){var random1=(Math.floor(Math.random()*10000));var random2=(Math.floor(Math.random()*random1));var random3='s'+random1+random2;return random3}function getscrollTop(){if(typeof window.pageYOffset!='undefined'){return window.pageYOffset}else if(typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat'){return document.documentElement.scrollTop}else if(typeof document.body!='undefined'){return document.body.scrollTop}};function $(s){return document.getElementById(s);}function $$(s){return document.frames?document.frames[s]:$(s).contentWindow;};Array.prototype.shellSort=function(){for(var step=this.length>>1;step>0;step>>=1){for(var i=0;i<step;++i){for(var j=i+step;j<this.length;j+=step){var k=j,value=this[j];while(k>=step&&this[k-step]>value){this[k]=this[k-step];k-=step}this[k]=value}}}};function ExpJSON(objname){var tmpobj=eval(objname);return tmpobj.toJSONString()}function in_array(needle,haystack){if(typeof needle=='string'||typeof needle=='number'){for(var i in haystack){if(haystack[i]==needle){return true}}}return false}function del_array(needle,haystack){if(typeof needle=='string'||typeof needle=='number'){var num=haystack.length;for(var i=0;i<num;i++){if(haystack[i]==needle){haystack.splice(i,1)}}}return haystack};function startRequest(method,urlstr,postDatastr,callback){var http_5617=null;msxml_progid=['MSXML2.XMLHTTP.3.0','MSXML2.XMLHTTP','Microsoft.XMLHTTP'];try{http_5617=new XMLHttpRequest()}catch(e){for(var i=0;i<msxml_progid.length;++i){try{http_5617=new ActiveXObject(msxml_progid[i]);break}catch(e){}}}if(http_5617){var url="";var poststr="";if(method=='GET'){url=urlstr+"?"+postDatastr}else if(method=='POST'){url=urlstr;poststr=postDatastr}http_5617.onreadystatechange=function(){if(http_5617.readyState==4&&http_5617.status==200){if(callback){callback(http_5617.responseText)}http_5617=null}};http_5617.open(method,url,true);http_5617.setRequestHeader("Content-Type","application/x-www-form-urlencoded");http_5617.send(poststr)}};function getLowDiv(){var num=all_div_id.length;if(num==1&&all_div_id[0]==''){return 0;};var tmp_a=[];if(num>0){for(var j=0;j<num;j++){if($('ohid_'+all_div_id[j])&&$('ohid_'+all_div_id[j]).style.display==''){var t=parseInt($('ohid_'+all_div_id[j]).style.height);if(isNaN(t)){t=0;};var t1=parseInt($('ohid_'+all_div_id[j]).style.top);if(isNaN(t1)){t1=0;};var h=t+t1;if(h>20){tmp_a.push(h);}}};tmp_a.shellSort();return tmp_a[tmp_a.length-1];}else{return 0;}};function openKefutong(url){openWindow(url,650,490);};function openWindow(url,w,h){window.open(url,'','top=50,left=200,width='+w+',height='+h);} ;function downLowDiv3(v,vv){var lowerd=$('ohid_'+v).getAttribute("LowerD");if(!lowerd){getAllLowDiv(v,[],[],'0','0');var lowerd=$('ohid_'+v).getAttribute("LowerD");};if(lowerd){var l_a=lowerd.split(',');var num=l_a.length;for(var j=0;j<num;j++){if(l_a[j]){var t1=parseInt($('ohid_'+l_a[j]).style.top);if((t1+vv)>0){$('ohid_'+l_a[j]).style.top=(t1+vv)+'px';}}}}};function adjust_d(){var v=$('alltable').style.width;var r=v.search('%');if(r>0){v=parseFloat(v);var tmp=document.body.clientWidth;if(isNaN(tmp)||tmp<2){var tmp=document.documentElement.clientWidth;};v=tmp*v/100;v=parseFloat(v);var vv=(tmp-v)/2;}else{v=parseInt(v);var tmp=document.body.clientWidth;if(isNaN(tmp)||tmp<2){var tmp=document.documentElement.clientWidth;};var vv=(tmp-v)/2;};$('alltable').style.right='';$('alltable').style.left=vv+'px';};function adjust_fix(){for(var i=0;i<_fix_a.length;i++){var o_id=_fix_a[i];var o_left=_fix_b[i];var v=parseInt($('alltable').style.left);if(isNaN(v)){v=0;};$(o_id).style.left=o_left+v+'px';}};function adjust_fix1(){for(var i=0;i<_fix_a.length;i++){var o_id=_fix_a[i];var o_top=_fix_c[i];$(o_id).style.position='absolute';var st=document.documentElement.scrollTop||window.pageYOffset;if(isNaN(st)){st=0;};var v=parseInt($('alltable').style.top);if(isNaN(v)){v=0;};$(o_id).style.top=st+o_top+v+"px";}};function mozillaAdjust(){if(Browser.isMozilla&&a_ba!='right'&&a_ba!='left'){adjust_d();adjust_fix();window.onresize=function(){adjust_d();adjust_fix();}}else{if(navigator.appVersion.indexOf("MSIE 7.0")>1||navigator.appVersion.indexOf("MSIE 8.0")>1){adjust_fix();window.onresize=function(){adjust_fix();}}else{adjust_fix1();window.onscroll=function(){adjust_fix1();}}}};function getcontop(){alltabletop=parseInt($('alltable').style.top);contop=parseInt($('table_header').style.height);var t=parseInt($('table_header').style.borderWidth);if(isNaN(contop)){contop=0;};if(isNaN(t)){var t=parseInt($('table_header').style.borderTopWidth);if(!isNaN(t)){contop=contop+t;};var t=parseInt($('table_header').style.borderBottomWidth);if(!isNaN(t)){contop=contop+t;}}else{contop=contop+t*2;};headerheight=contop;if(json_command_bs!=''){$('bd_0').style.top=headerheight+'px';};var t=parseInt($('bd_10').style.padding);if(isNaN(t)){var t=parseInt($('bd_10').style.paddingTop);if(!isNaN(t)){contop=contop+t;}}else{contop=contop+t;}};function setInitAllLow(){for(var j=0;j<_content_id_a.length;j++){var v=_content_id_a[j];if($('ohid_'+v)){getAllLowDiv(v,[],[],'0','0');}}};function adjust_center_bd(){var v=getLowDiv();if(v==0){$('bd').height=200;}else{var v=getLowDiv()-contop;if(isNaN(v)){$('bd').height=200;}else{try{$('bd').height=v;}catch(e){}}};try{$('bd_10').style.height=parseInt($('bd').height)+'px';}catch(e){};var a=parseInt($('bd').offsetHeight);if(json_command_bs!=''&&a>100){$('bd_4').style.height=a-100+'px';};adjust_ya_mod();};function adjust_ya_mod(){var c=_ya_a.length;if(c==0){return 0;};var a=parseInt($('bd').offsetHeight)+headerheight;for(var i=0;i<c;i++){var t=$('ohid_'+_ya_a[i]).style.top;t=parseInt(t);var h=a-_ya_b[i]-t;if(!isNaN(h)&&h>20){$('ohid_'+_ya_a[i]).style.height=h+'px';try{$(_ya_a[i]+'_4').style.height=h-100+'px';}catch(e){}}}};function content_down(c_no){var c=_content_id_a.length;if(c==0){return 0;};c_no=parseInt(c_no);if(isNaN(c_no)){c_no=0;};if(c_no==0){_content_have=0;};_content_id=_content_id_a[c_no];if($('ohid_'+_content_id)){var str=$(_content_id+'_c').style.top;var sTemp=parseInt(str);if(isNaN(sTemp)){str=0;}else{str=sTemp;};var vv=$(_content_id+'_content').offsetHeight+0+str;var v=$('ohid_'+_content_id).offsetHeight;if($('ohid_'+_content_id).style.display=='none'){}else if(vv>v){_content_have=1;var vvv=vv-v; var ya=$('ohid_'+_content_id).getAttribute('ya');ya=parseInt(ya);if(isNaN(ya)){ya=50;}else if(ya<2){ya=2;};vvv=vvv+ya; downLowDiv3(_content_id,vvv);$('ohid_'+_content_id).style.height=vv+ya+'px';try{$(_content_id+'_4').style.height=(vv+ya-100)+'px';}catch(e){}};if(c_no+1<c){c_no=c_no+1;content_down(c_no);}}};function checherror(){var c=_content_id_a.length;if(c==0){return 0;};_content_id=_content_id_a[0];if(_content_id!=''&&_content_id&&_content_have==1){content_down(0);getcontop();adjust_center_bd();setTimeout(checherror,100);}};function checherror1(){var c=_content_id_a.length;if(c==0){return 0;};_content_id=_content_id_a[0];if(_content_id!=''&&_content_id){content_down(0);getcontop();adjust_center_bd();}else{return;};if(_content_no+1>c){_content_no=0;c_error=c_error+1;}else{_content_no=_content_no+1;};if(c_error>20){setTimeout(checherror,100);}else{setTimeout(checherror1,100);}} ;function isMultLeaveOrEnter(handler,count,id,mult){var e=window.event;if(e.type!='mouseout'&&e.type!='mouseover')return false;var reltg=e.relatedTarget?e.relatedTarget:e.type=='mouseout'?e.toElement:e.fromElement;if(!mult){var mult=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];}else{var mult=mult.split(',');};var tmp_a=[];for(var i=1;i<=count;i++){if(i==id){var v3=mult[i];if(v3!=0){var v3_a=v3.split('|');var c=v3_a.length;if(c>0){for(var j=0;j<c;j++){if(v3_a[j]){var d=v3_a[j];tmp_a.push(d);}}}}}};while(reltg&&reltg!=handler){if(reltg.id&&in_array(reltg.id,tmp_a)){return false;};reltg=reltg.parentNode;};return(reltg!=handler);};var setMultHidden=function(bid,blockid,count,id,mult){return function(){if(isMultLeaveOrEnter($(bid),count,id,mult)){setMultHidden1(blockid,count,id,mult);}}};function setMultHidden1(blockid,count,id,mult){var v1=$(blockid+'_h3').style.cssText;var v5=$(blockid+'_h5').style.cssText;var v6=$(blockid+'_h7').style.cssText;var link1=$(blockid+'_h1').getAttribute("link");for(var i=1;i<=count;i++){$(blockid+'_la'+i).style.cssText=v1;$(blockid+'_lb'+i).style.cssText=v5;$(blockid+'_lc'+i).style.cssText=v6;if(!isNaN(link1)&&link1>0){$(blockid+'_lb'+i).className='link_'+link1;}};if(!mult){var mult=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];}else{var mult=mult.split(',');};for(var i=1;i<=count;i++){if(i==id){var v3=mult[i];if(v3!=0){var v3_a=v3.split('|');var c=v3_a.length;if(c>0){for(var j=0;j<c;j++){if(v3_a[j]){var d=v3_a[j];try{if($(d)){$(d).style.display='none';}}catch(e){}}}}}}}};var MultMouseObj={};function multi(blockid,count,id,mult,ifmenu){if(typeof(ifmenu)=='undefined'){var ifmenu=0;};var mult_s=mult;var v1=$(blockid+'_h3').style.cssText;var v2=$(blockid+'_h4').style.cssText;var v5=$(blockid+'_h5').style.cssText;var v4=$(blockid+'_h6').style.cssText;var v6=$(blockid+'_h7').style.cssText;var v7=$(blockid+'_h8').style.cssText;var link1=$(blockid+'_h1').getAttribute("link");var link2=$(blockid+'_h2').getAttribute("link");if(!mult){var mult=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];}else{var mult=mult.split(',');};var tmp_width=0;var tmp_id='';for(var i=1;i<=count;i++){if(i==id){$(blockid+'_la'+i).style.cssText=v2;$(blockid+'_lb'+i).style.cssText=v4;$(blockid+'_lc'+i).style.cssText=v7;if(!isNaN(link2)&&link2>0){$(blockid+'_lb'+i).className='link_'+link2;};var v3=mult[i];if(v3!=0){var v3_a=v3.split('|');var c=v3_a.length;if(c>0){for(var j=0;j<c;j++){if(v3_a[j]){var d=v3_a[j];try{if($(d)){$(d).style.display='';if(ifmenu==1){ $(d).attachEvent('onmouseout',setMultHidden(d,blockid,count,id,mult_s));}}}catch(e){}}}} }}else{$(blockid+'_la'+i).style.cssText=v1;$(blockid+'_lb'+i).style.cssText=v5;$(blockid+'_lc'+i).style.cssText=v6;if(!isNaN(link1)&&link1>0){$(blockid+'_lb'+i).className='link_'+link1;};var v3=mult[i];if(v3!=0){var v3_a=v3.split('|');var c=v3_a.length;if(c>0){for(var j=0;j<c;j++){if(v3_a[j]){var d=v3_a[j];try{$(d).style.display='none';}catch(e){}}}}}}}};function MultiScroll(blockid){var mult=$(blockid+'_h1').getAttribute("mult");var count=$(blockid+'_h1').getAttribute("count");var v2=$(blockid+'_h4').style.cssText;var v4=$(blockid+'_h6').style.cssText;var v7=$(blockid+'_h8').style.cssText;var c_id=1;var n_id=1;for(var i=1;i<=count;i++){if($(blockid+'_la'+i).style.cssText==v2&&$(blockid+'_lb'+i).style.cssText==v4&&$(blockid+'_lc'+i).style.cssText==v7){c_id=i;break;}};if(c_id==count){n_id=1;}else{n_id=c_id+1;};multi(blockid,count,n_id,mult);};function automuti(){for(var i=0;i<_muti_roll_a.length;i++){var v=_muti_roll_a[i];if(v!=''){var v_a=v.split('|');if(!isNaN(v_a[1])&&v_a[0]!=''){var j=v_a[1]*1000;if(in_array(v_a[0],all_div_id)){window.setInterval(MultiScroll,j,v_a[0]);}}}}};function mscrolls(v,t){if($(v+'_f1').offsetWidth-$(v+'_content').scrollLeft<=0){$(v+'_content').scrollLeft-=$(v+'_f').offsetWidth;if(!isNaN(t)&&t>0){$(v+'_content').onmouseover();window.setTimeout(mscrolls2,t*1000,v);}}else{$(v+'_content').scrollLeft++;}};function mscrolls1(v,t){var a=$(v+'_content').scrollTop;$(v+'_content').scrollTop++;var b=$(v+'_content').scrollTop;var c=$('ohid_'+v).style.height;var c=c.replace('px','');if(a==b){$(v+'_content').scrollTop=0;if(!isNaN(t)&&t>0){$(v+'_content').onmouseover();window.setTimeout(mscrolls2,t*1000,v);}}};function mscrolls2(v){$(v+'_content').onmouseout();};function popgg(obj){if(typeof obj!='object'){return;};var popgg_h=obj.height;var popgg_w=obj.width;var popgg_t=10;var popgg_l=10;var popgg_c=obj.content;var editor_win=window.open('',"_blank",'height='+popgg_h+',width='+popgg_w+',top='+popgg_t+',left='+popgg_l+',toolbar=no,menubar=no,scrollbars=no, resizable=yes,location=no, status=no');editor_win.document.open('text/html','replace');editor_win.opener=null;editor_win.document.writeln('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">');editor_win.document.writeln('<html>');editor_win.document.writeln('<head>');editor_win.document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=utf-8">');editor_win.document.writeln('<link id="linkasd" href="'+_config_rooturl+'include/css/style_5617.css" rel="stylesheet" type="text/css" media="screen" />');editor_win.document.writeln('<link id="linkasd" href="'+_config_rooturl+'upload/moban/images/style.css" rel="stylesheet" type="text/css" media="screen" />');editor_win.document.writeln('<link id="linkasdasd" href="'+link_css+'" rel="stylesheet" type="text/css" media="screen" />');editor_win.document.writeln('</head>');editor_win.document.writeln('<body>');editor_win.document.writeln(popgg_c);editor_win.document.writeln('</body>');editor_win.document.writeln('</html>');editor_win.document.close();};function floatgg(obj){if(typeof obj!='object'){return;};var tmpDiv=document.createElement("div");tmpDiv.innerHTML=obj.content+'<Img src="images/common/closefloat.gif" style="positon:absolute; bottom:-30px;left:0px;cursor:pointer;" title="关闭此浮动" onclick="this.parentNode.style.display=\'none\';">';tmpDiv.style.cssText="position:absolute; z-index:1000;";var w=parseInt(obj.width);var h=parseInt(obj.height);var speed=parseInt(obj.place);if(isNaN(w)||w<1){tmpDiv.x=200;}else{tmpDiv.x=w;};if(isNaN(h)||h<1){tmpDiv.y==200;}else{tmpDiv.y=h;};if(isNaN(speed)||speed<1){tmpDiv.delay=10;}else{tmpDiv.delay=speed;};document.body.appendChild(tmpDiv);showfloat.init(tmpDiv);};function coupletsgg(obj){if(typeof obj!='object'){return;};var speed=parseInt(obj.place);if(speed==2){var id1=getrand();var id2=getrand();var tmpDiv=document.createElement("div");var tmpDiv1=document.createElement("div");tmpDiv1.innerHTML=tmpDiv.innerHTML=obj.content+'<Img src="images/common/closefloat.gif" style="positon:absolute; bottom:-30px;left:0px;cursor:pointer;" title="关闭此浮动" onclick="$(\''+id1+'\').style.display=\'none\';$(\''+id2+'\').style.display=\'none\';">';tmpDiv1.style.cssText=tmpDiv.style.cssText="position:absolute; z-index:1000;";tmpDiv.id=id1;tmpDiv1.id=id2;tmpDiv.style.right='5px';tmpDiv1.style.left='5px';document.body.appendChild(tmpDiv);document.body.appendChild(tmpDiv1);tmpDiv.itl=window.setInterval(setcoupletgg,500,tmpDiv);document.body.appendChild(tmpDiv1);tmpDiv1.itl=window.setInterval(setcoupletgg,500,tmpDiv1);}else{var tmpDiv=document.createElement("div");tmpDiv.innerHTML=obj.content+'<Img src="images/common/closefloat.gif" style="positon:absolute; bottom:-30px;left:0px;cursor:pointer;" title="关闭此广告" onclick="this.parentNode.style.display=\'none\';">';tmpDiv.style.cssText="position:absolute; z-index:1000;";if(speed==1){tmpDiv.style.right='5px';}else{tmpDiv.style.left='5px';};document.body.appendChild(tmpDiv);tmpDiv.itl=window.setInterval(setcoupletgg,500,tmpDiv);}};function kefugg(obj){if(typeof obj!='object'){return;};var speed=parseInt(obj.place);var tmpDiv=document.createElement("div");tmpDiv.innerHTML=obj.content;tmpDiv.style.cssText="position:absolute; z-index:1000;";if(speed==1){tmpDiv.style.right='5px';}else{tmpDiv.style.left='5px';};document.body.appendChild(tmpDiv);tmpDiv.itl=window.setInterval(setcoupletgg,500,tmpDiv);};function showOrNot(id){if($(id).style.display=='none'){$(id).style.display='';}else{$(id).style.display='none';}};function setcoupletgg(obj){obj.style.top=5+getscrollTop()+'px';};var Marqueen={"init":function(a,c,d,t){var b=a.id.replace('_content','');try{a.style.height='';a.style.width='';eval("clearInterval(Marqueen.scroll_"+b+");");}catch(e){};if(c==1){if($('ohid_'+b).style.display=='none'){$('ohid_'+b).style.visibility="hidden";$('ohid_'+b).style.display='';};var tmp=parseInt(a.offsetWidth);var c=$('ohid_'+b).offsetWidth;if(c<tmp){tmp=c-2;};$(b+'_f2').width=tmp*2;a.style.width=tmp+'px';a.style.overflow='hidden';if($('ohid_'+b).style.visibility=="hidden"){$('ohid_'+b).style.visibility="";$('ohid_'+b).style.display='none';};eval("Marqueen.scroll_"+b+"=window.setInterval(mscrolls,d,b,t);");a.onmouseover=function(){eval("clearInterval(Marqueen.scroll_"+b+");");};a.onmouseout=function(){eval("Marqueen.scroll_"+b+"=window.setInterval(mscrolls,d,b,t);");}}else if(c==2){if($('ohid_'+b).style.display=='none'){$('ohid_'+b).style.visibility="hidden";$('ohid_'+b).style.display='';};var tmp=parseInt(a.offsetHeight/2);a.style.height=tmp+'px';a.style.overflow='hidden';if($('ohid_'+b).style.visibility=="hidden"){$('ohid_'+b).style.visibility="";$('ohid_'+b).style.display='none';};eval("Marqueen.scroll_"+b+"=window.setInterval(mscrolls1,d,b,t);");a.onmouseover=function(){eval("clearInterval(Marqueen.scroll_"+b+");");};a.onmouseout=function(){eval("Marqueen.scroll_"+b+"=window.setInterval(mscrolls1,d,b,t);");}}}};var showfloat={"obj":null,"x":150,"y":160,"xin":true,"yin":true,"step":1,"itl":1,"delay":10,"init":function(obj){showfloat.obj=obj;obj.xin=showfloat.xin;obj.yin=showfloat.yin;obj.step=showfloat.step;obj.it1=showfloat.it1;obj.itl=window.setInterval(showfloat.float,showfloat.delay,obj);obj.onmouseover=showfloat.start;obj.onmouseout=showfloat.end;},"float":function(obj){var L=T=0;var tmp=document.body.clientWidth;if(isNaN(tmp)||tmp<2){var tmp=document.documentElement.clientWidth;};var R=tmp-obj.offsetWidth;var C=$('alltable').offsetHeight;var B=C-obj.offsetHeight;if(B>500){B=500;};obj.style.left=obj.x+document.body.scrollLeft;obj.style.top=obj.y+getscrollTop();obj.x=obj.x+obj.step*(obj.xin?1:-1);if(obj.x<L){obj.xin=true;obj.x=L;};if(obj.x>R){obj.xin=false;obj.x=R;};obj.y=obj.y+obj.step*(obj.yin?1:-1);if(obj.y<T){obj.yin=true;obj.y=T;};if(obj.y>B){obj.yin=false;obj.y=B;}},"start":function(a){var b=this;clearInterval(b.itl);return false;},"end":function(a){var b=this;b.itl=window.setInterval(showfloat.float,showfloat.delay,b);return false;}};function special_asqewrqdfad(t){var b=t.getAttribute("sbgimg");var b1=t.getAttribute("sbg");var b2=t.getAttribute("sfg");if(b!='undefined'){t.setAttribute("sbgimg1",t.style.backgroundImage);t.style.backgroundImage="url("+b+")";}if(b1!='undefined'){t.setAttribute("sbg1",t.style.backgroundColor);t.style.backgroundColor=b1;}if(b2!='undefined'){t.setAttribute("sfg1",t.style.color);t.style.color=b2;}}function special_asqewrqdfad1(t){var b=t.getAttribute("sbgimg1");var b1=t.getAttribute("sbg1");var b2=t.getAttribute("sfg1");if(b!='undefined'){t.style.backgroundImage=b;}if(b1!='undefined'){t.style.backgroundColor=b1;}if(b2!='undefined'){t.style.color=b2;}}function special_asqewrqdfad2(t){var b=t.getAttribute("sbgimg");if(b!='undefined'){t.setAttribute("sbgimg1",t.src);t.src=b;}}function special_asqewrqdfad3(t){var b=t.getAttribute("sbgimg1");if(b!='undefined'){t.src=b;}};function AjaxReflash(id,bfid,exa){var postdata="_mod="+_mod+"&id="+id+"&bfid="+bfid+"&mod="+mod+"&fid="+fid+"&tid="+tid+"&_exa="+exa;startRequest('POST','design/block_s_default.php',postdata,block_s_default);};function block_s_default(str){var s,u_block_id,u_block_html;s=str.split('==c=+a+=b=++=');u_block_id=s[0];u_block_html=s[1];if(s[2]==1||s[2]==2){}else{};var _tmp_a_oid=u_block_id.replace('_content','');if(typeof u_block_html!='undefined'&&u_block_html){$(u_block_id).innerHTML=u_block_html;};content_down(0);getcontop();adjust_center_bd();if(typeof u_block_html!='undefined'&&u_block_html){$(u_block_id).innerHTML=u_block_html;}};function reloadok(){var tmp_num=marqueen_a.length;if(tmp_num>1){for(var i=0;i<tmp_num-1;i++){var tmp_a=marqueen_a[i].split('|');if(in_array(tmp_a[0],all_div_id)){Marqueen.init($(tmp_a[0]+'_content'),tmp_a[1],tmp_a[2],tmp_a[3]);}}};content_down(0);getcontop();adjust_center_bd();for(var i=0;i<=popgg_a.length;i++){if(typeof popgg_a[i]=='object'){popgg(popgg_a[i])}};for(var i=0;i<=floatgg_a.length;i++){if(typeof floatgg_a[i]=='object'){floatgg(floatgg_a[i])}};for(var i=0;i<=coupletsgg_a.length;i++){if(typeof coupletsgg_a[i]=='object'){coupletsgg(coupletsgg_a[i])}};for(var i=0;i<=kefugg_a.length;i++){if(typeof kefugg_a[i]=='object'){kefugg(kefugg_a[i])}};mozillaAdjust();setTimeout(checherror1,100);};function adminlogin(){w=600;h=335;t=(window.screen.height-h)/2;l=(window.screen.width-w)/2;window.open('login/weblogin.php?pre_url='+_pre_url,'newwindow'+new Date().getTime(),'width='+w+',height='+h+',top='+t+',left='+l+',location=no');};function HideFlyBar(){divFlyBar.style.visibility="hidden";myFlyBarRestorButton.style.display='';};function large_pic(obj){var s=obj.src;s=s.replace('_m.','.');window.open(s);};function catchFlyBar(e){if(window.event.srcElement.tagName=="DIV"){bIsCatchFlyBar=true;var x=event.x+document.body.scrollLeft;var y=event.y+document.body.scrollTop;dragClickX=x-divFlyBar.style.pixelLeft;dragClickY=y-divFlyBar.style.pixelTop;divFlyBar.setCapture();document.onmousemove=moveFlyBar;}};function releaseFlyBar(e){bIsCatchFlyBar=false;divFlyBar.releaseCapture();document.onmousemove=null;};function moveFlyBar(e){if(bIsCatchFlyBar){divFlyBar.style.left=event.x+document.body.scrollLeft-dragClickX;divFlyBar.style.top=event.y+document.body.scrollTop-dragClickY;var dtop=parseInt(divFlyBar.style.top);var dleft=parseInt(divFlyBar.style.left);if(dtop<1){divFlyBar.style.top='1px';};if(dleft<1){divFlyBar.style.left='1px';}}};function myload_flybar(){divFlyBar.style.top=document.body.scrollTop;divFlyBar.style.left=document.body.offsetWidth-divFlyBar.clientWidth-30+document.body.scrollLeft;};function getscrollHeight(){if(document.body.scrollHeight>document.documentElement.clientHeight){return document.body.scrollHeight}else{return document.documentElement.clientHeight;}};var MYDrag={"obj":null,"init":function(a){a.onmousedown=MYDrag.start;},"start":function(a){var b=MYDrag.obj=this;a=MYDrag.fixE(a);var c=parseInt(b.style.top);var d=parseInt(b.style.left);b.lastMouseX=a.clientX;b.lastMouseY=a.clientY;document.onmousemove=MYDrag.MYDrag;document.onmouseup=MYDrag.end;return false;},"MYDrag":function(a){a=MYDrag.fixE(a);var b=MYDrag.obj;var c=a.clientY;var d=a.clientX;var e=parseInt(b.style.top);var f=parseInt(b.style.left);var h,g;h=f+d-b.lastMouseX;g=e+c-b.lastMouseY;b.style.left=h+"px";b.style.top=g+"px";b.lastMouseX=d;b.lastMouseY=c;return false;},"end":function(a){document.onmousemove=null;document.onmouseup=null;MYDrag.obj=null;},"r":function(){return false;},"fixE":function(a){if(typeof a=="undefined")a=window.event;if(typeof a.layerX=="undefined")a.layerX=a.offsetX;if(typeof a.layerY=="undefined")a.layerY=a.offsetY;return a;}};function showmask(){try{closeMaskDiv();}catch(e){};if(maskDiv==null||!maskDiv){maskDiv=document.createElement("span");maskDiv.style.cssText="position:absolute;top:0px;left:0px;";if(Browser.isMozilla){}else{};maskDiv.style.height=getscrollHeight();var tmp=document.body.clientWidth;if(isNaN(tmp)||tmp<2){var tmp=document.documentElement.clientWidth;};maskDiv.style.width=tmp;document.body.appendChild(maskDiv);}};function cre_winlist(v,h,w,t){var h=h-20;var str='<div style="background-color:#14386E; cursor:move; height:20px; width:'+w+'"><div id=open_window_id style="height:20px; color:#fff; font-size:12px; float:left;LINE-HEIGHT: 20px; PADDING-LEFT: 3px;"> '+t+'</div><div  style="text-align:right"><img  onclick="closeMaskDiv()" style="cursor:pointer" src=images/common/closeF.gif border=0 title="点击关闭"></div></div><iframe name=frame_asd_asd scrolling="no" id=frame_asd_asd scrolling="auto" width="'+w+'" marginwidth="0" height="'+h+'" marginheight="0" frameborder="0"  src='+v+'>载入中...</iframe>';return str;};function cre_winlist_s(v,h,w,t){var v=encodeURI(v);var str='<iframe name=frame_asd_asd allowTransparency="true" id=frame_asd_asd scrolling="no" width="'+w+'" marginwidth="0" height="'+h+'" marginheight="0" frameborder="0"  src=iframe.php?v='+v+'></iframe>';return str;} ;function closeMaskDiv(){if(maskDiv==null)return;maskDiv.innerHTML='';document.body.removeChild(maskDiv);maskDiv=null;winlistDiv.innerHTML='';document.body.removeChild(winlistDiv);winlistDiv=null;if(typeof document.activeElement=='undefined'){document.activeElement=null;var allTags=document.getElementsByTagName('*');var l=allTags.length;for(var i=0;i<l;i++){allTags[i].onfocus=function(){document.activeElement=this;}}}else{document.activeElement.focus();}};function DialogLoc(){var dde=document.documentElement;if(window.innerWidth){var ww=window.innerWidth;var wh=window.innerHeight;var bgX=window.pageXOffset;var bgY=window.pageYOffset;}else{var ww=dde.offsetWidth;var wh=dde.offsetHeight;var bgX=dde.scrollLeft;var bgY=dde.scrollTop;};var bgY=getscrollTop();t_DiglogX=parseInt((bgX+((ww-t_DiglogW)/2)));t_DiglogY=parseInt((bgY+((wh-t_DiglogH)/2)));};function ShowWinList_s(v,h,w,t){showmask();t_DiglogW=w;t_DiglogH=h;DialogLoc();var sh=t_DiglogY;var sw=t_DiglogX;if(winlistDiv==null||!winlistDiv){if(Browser.isMozilla){winlistDiv=document.createElement("DIV");winlistDiv.id='divFlyBar';winlistDiv.onclick=releaseFlyBar;winlistDiv.onMouseDown=catchFlyBar;winlistDiv.onMouseUp=releaseFlyBar;}else{winlistDiv=document.createElement("<DIV id=divFlyBar onclick=\"releaseFlyBar()\" onMouseDown=\"catchFlyBar()\" onMouseUp=\"releaseFlyBar()\" >");};winlistDiv.style.cssText="position:absolute;top:"+sh+"px;left:"+sw+"px; width:"+w+"px; height:"+h+"px;";winlistDiv.innerHTML=cre_winlist_s(v,h,w,t);'<span style="color:#ff0000; font-size:16px; font-weight:900">'+v+'</span>';winlistDiv.style.display="";document.body.appendChild(winlistDiv);}else{winlistDiv.innerHTML=cre_winlist(v,h,w,t);winlistDiv.style.display="";winlistDiv.style.zIndex=100;};return false;};function ShowAlert(w,h,v,t,b,p,f){showmask();t_DiglogW=w;t_DiglogH=h;DialogLoc();if(typeof f=='undefined'){f='提示信息';};var sh=t_DiglogY;var sw=t_DiglogX;var msg='';if(typeof p=='undefined'){p='';};if(winlistDiv==null||!winlistDiv){if(Browser.isMozilla){winlistDiv=document.createElement("DIV");winlistDiv.id='divFlyBar';}else{winlistDiv=document.createElement("<DIV id=divFlyBar onclick=\"releaseFlyBar()\" onMouseDown=\"catchFlyBar()\" onMouseUp=\"releaseFlyBar()\" >");};winlistDiv.style.cssText="position:absolute;top:"+sh+"px;left:"+sw+"px; width:"+w+"px; height:"+h+"px; z-index:200";var str='<div style="background-color:#14386E; cursor:move; height:20px; width:'+w+'"><div id=open_window_id style="height:20px; color:#fff; font-size:12px; float:left;LINE-HEIGHT: 20px; PADDING-LEFT: 3px;">'+f+'</div><div  style="text-align:right"><img  onclick="closeMaskDiv()" style="cursor:pointer" src=images/common/closeF.gif border=0 title="点击关闭"></div></div>';str+='<div style="padding=10;background-color:#FFFFFF;border:1px #000000 solid; color:#333333;font-size:12px; height:'+h+'px; width:'+w+'">';str+='<table width=98% cellpadding=5>';str+='<tr>';if(t!=2){str+='<td width=132 valign=top>';if(t==1){str+='<img src="'+p+'images/common/smile.png"  align="absmiddle"/>';}else{str+='<img src="'+p+'images/common/han.png"  align="absmiddle"/>';};str+='</td>';};str+='<td  valign=top>';str+=v;if(b==1){str+='<br/><br/>';str+='<Input type=button value="确定" onclick="closeMaskDiv();">';}else if(b==2){str+='<br/><br/>';str+='<Input type=button value="确定" onclick="window.location.href=window.location.href;" >';};str+='</td>';str+='</tr>';str+='</table>';str+='</div>';winlistDiv.innerHTML=str;winlistDiv.style.display="";document.body.appendChild(winlistDiv);};return false;} ;function Showwaiting(v,w,h){showmask();if(isNaN(w)){var w=200;};if(isNaN(h)){var h=40;};t_DiglogW=w;t_DiglogH=h;DialogLoc();var sh=t_DiglogY;var sw=t_DiglogX;var msg='';if(v!=''&&v!=null&&typeof v!='undefined'){var msg=v;}else{var msg='处理中请稍等..';};if(winlistDiv==null||!winlistDiv){if(Browser.isMozilla){winlistDiv=document.createElement("DIV");winlistDiv.id='divFlyBar';}else{winlistDiv=document.createElement("<DIV id=divFlyBar onclick=\"releaseFlyBar()\" onMouseDown=\"catchFlyBar()\" onMouseUp=\"releaseFlyBar()\" >");};winlistDiv.style.cssText="position:absolute;top:"+sh+"px;left:"+sw+"px; width:"+w+"px; height:"+h+"px;";var str='<div style="padding=10;background-color:#FFFFFF;border:1px #000000 solid; z-index:10; color:#333333;font-size:12px;　cursor:move; height:'+h+'px; width:'+w+'"><span style="float:left"><img src="images/common/wait.gif"  align="absmiddle"/></span><span  style="float:left; padding-left:5px;">'+msg+'</span></div>';winlistDiv.innerHTML=str;winlistDiv.style.display="";document.body.appendChild(winlistDiv);};return false;};function closeSelect(){if(winlistDiv){document.body.removeChild(winlistDiv);};winlistDiv=null;return false;};function ShowSelect(v,h,w,tiao,tiao1){if(isNaN(tiao)){var tiao=0;};if(isNaN(tiao1)){var tiao1=10;};if(window.innerWidth){var ww=window.innerWidth;}else{var ww=document.documentElement.offsetWidth;};var sw=event.clientX+document.body.scrollLeft+tiao;var ww1=sw+w+11;if(ww1>ww){if(ww>w){sw=ww-w;}else{sw=0;}};var sh=event.clientY+document.body.scrollTop+tiao1;if(winlistDiv==null||!winlistDiv){if(Browser.isMozilla){winlistDiv=document.createElement("DIV");winlistDiv.id='divFlyBar';}else{winlistDiv=document.createElement("<DIV id=divFlyBar >");};winlistDiv.style.cssText="position:absolute;top:"+sh+"px;left:"+sw+"px; width:"+w+"px; height:"+h+"px;";winlistDiv.innerHTML='<iframe scrolling="no"　allowtransparency="true" style="background-color=transparent"  onmouseout="document.body.removeChild(winlistDiv);winlistDiv=null;return false;" width="'+w+'" marginwidth="0" height="'+h+'" marginheight="0" frameborder="0"  src='+v+'></iframe>';winlistDiv.style.display="";document.body.appendChild(winlistDiv);}else{winlistDiv.style.cssText="position:absolute;top:"+sh+"px;left:"+sw+"px; width:"+w+"px; height:"+h+"px;";winlistDiv.innerHTML='<iframe scrolling="no"　allowtransparency="true" style="background-color=transparent"  onmouseout="document.body.removeChild(winlistDiv);winlistDiv=null;return false;" width="'+w+'" marginwidth="0" height="'+h+'" marginheight="0" frameborder="0"  src='+v+'></iframe>';winlistDiv.style.display="";winlistDiv.style.zIndex=100;};return false;} ;function ShowWinList(v,h,w,t){showmask();t_DiglogW=w;t_DiglogH=h;DialogLoc();var sh=t_DiglogY+10;var sw=t_DiglogX;if(winlistDiv==null||!winlistDiv){}else{document.body.removeChild(winlistDiv);winlistDiv=null;};if(winlistDiv==null||!winlistDiv){if(Browser.isMozilla){winlistDiv=document.createElement("DIV");winlistDiv.id='divFlyBar';}else{winlistDiv=document.createElement("<DIV id=divFlyBar onclick=\"releaseFlyBar()\" onMouseDown=\"catchFlyBar()\" onMouseUp=\"releaseFlyBar()\">");};winlistDiv.style.cssText="position:absolute;top:"+sh+"px;left:"+sw+"px; width:"+w+"px; height:"+h+"px;background-color:#FFFFFF; border:1px solid #14386E;z-index:100;";winlistDiv.innerHTML=cre_winlist(v,h,w,t);wintmpDiv=document.createElement("DIV");if(Browser.isMozilla){wintmpDiv1=document.createElement("DIV");wintmpDiv.style.cssText="position:absolute;top:"+h+"px;left:8px; width:"+w+"px; height:8px; background-color:#000000;opacity:0.2;z-index:-1";wintmpDiv1.style.cssText="position:absolute;top:8px;left:"+w+"px; width:8px; height:"+h+"px; background-color:#000000;opacity:0.2;z-index:-1";winlistDiv.appendChild(wintmpDiv);winlistDiv.appendChild(wintmpDiv1);}else{wintmpDiv.style.cssText="position:absolute;top:8px;left:8px; width:"+w+"px; height:"+h+"px;background-color:#000000;filter:alpha(opacity=20); border:1px solid #14386E;z-index:-1";winlistDiv.appendChild(wintmpDiv);};winlistDiv.style.display="";if(Browser.isMozilla){MYDrag.init(winlistDiv);};document.body.appendChild(winlistDiv);};return false;};eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1;};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p;}('29={28:/.+/,27:/^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*$/,2a:/^((\\(\\d{3,4}\\))|(\\d{3,4}\\-))?(\\(0\\d{2,4}\\)|0\\d{2,4}-)?[1-9]\\d{6,8}$/,2d:/^((\\(\\d{3}\\))|(\\d{3}\\-))?1\\d{10}$/,2c:/^2b:\\/\\/[A-11-1a-9]+\\.[A-11-1a-9]+[\\/=\\?%\\-&1U~`@[\\]\\\':+!]*([^<>\\"\\"])*$/,26:/^\\d{15}(\\d{2}[A-11-1a-9])?$/,23:/^\\d+(\\.\\d+)?$/,1C:/^\\d+$/,24:/^[1-9]\\d{5}$/,25:/^[1-9]\\d{4,14}$/,22:/^[-\\+]?\\d+$/,2e:/^[-\\+]?\\d+(\\.\\d+)?$/,2o:/^[A-11-z]+$/,2n:/^[\\2m-\\2p]+$/,1T:/^(([A-Z]*|[a-z]*|\\d*|[-1U\\~!@#\\$%\\^&\\*\\.\\(\\)\\[\\]\\{\\}<>\\?\\\\\\/\\\'\\"]*)|.{0,5})$|\\s/,1P:r(F){h!b.1T.1j(F)},1w:"b.1P(l)",1v:"b.1o(l.j,c(\'o\'),  c(\'q\'))",1u:"b.1o(b.1A(l), c(\'o\'), c(\'q\'))",1f:"b.1R(l, c(\'o\'), c(\'2h\'))",1H:"l == U.1Q(c(\'1Z\'))[0].l",1z:"c(\'o\') < l && l < c(\'q\')",1E:"b.1V(l,c(\'1i\'),c(\'1Z\'))",1x:"b.1Y(l, c(\'2f\'))",1r:"b.1M(c(\'1d\'), c(\'o\'), c(\'q\'))",u:[U.2k[0]],v:["2j：\\t\\t\\t\\t"],2i:r(1I,16){k G=1I||2g.2l;k 1F=G.P.j;b.v.j=1;b.u.j=1;b.u[0]=G;S(k i=0;i<1F;i++){1K(G.P[i]){k E=c("2q");p(c("1p")=="1D"&&l==""){b.Q(i,c("1h"));1m}p(1g(E)=="1O"||1g(b[E])=="2r")1m;b.1J(G.P[i]);p(c("1p")=="M"&&l=="")1m;R(E){f"1f":f"1H":f"1z":f"1E":f"1x":f"1r":f"1v":f"1u":f"1w":p(!2J(b[E])){b.Q(i,c("1h"))}B;14:p(!b[E].1j(l)){b.Q(i,c("1h"))}B}}}p(b.v.j>1){16=16||1;k 1n=b.u.j;R(16){f 2:S(k i=1;i<1n;i++)b.u[i].T.W="1e";f 1:1l(b.v.1t("\\n"));b.u[1].1q();B;f 3:S(k i=1;i<1n;i++){2K{k H=U.2L("2I");H.1s="1L";H.T.W="1e";b.u[i].N.2F(H);H.2G=b.v[i].1B(/\\d+:/,"*")}2H(e){1l(e.2M)}}b.u[1].1q();B;14:1l(b.v.1t("\\n"));B}h M}h 1D},1o:r(18,o,q){o=o||0;q=q||1C.2N;h o<=18&&18<=q},1A:r(F){h F.1B(/[^\\2O-\\2E]/g,"**").j},1J:r(1G){1K(1G){p(T.W=="1e")T.W="";k 1b=N.1y[N.1y.j-1];p(1b.1s=="1L")N.2v(1b)}},Q:r(21,F){b.u[b.u.j]=b.u[0].P[21];b.v[b.v.j]=b.v.j+":"+F},1Y:r(I,1X){h Y 1k(1X,"g").1j(I)},1V:r(D,1i,C){R(1i){f"2w":h(D!=C);f"2x":h(D>C);f"2s":h(D>=C);f"2t":h(D<C);f"2u":h(D<=C);14:h(D==C)}},1M:r(1d,o,q){k X=U.1Q(1d);k V=0;o=o||1;q=q||X.j;S(k i=X.j-1;i>=0;i--)p(X[i].2B)V++;h o<=V&&V<=q},1R:r(I,O){O=O||"1S";k m,L,x,K;R(O){f"1S":m=I.1N(Y 1k("^((\\\\d{4})|(\\\\d{2}))([-./])(\\\\d{1,2})\\\\4(\\\\d{1,2})$"));p(m==1W)h M;K=m[6];x=m[5]--;L=(m[2].j==4)?m[2]:1c(17(m[3],10));B;f"2z":m=I.1N(Y 1k("^(\\\\d{1,2})([-./])(\\\\d{1,2})\\\\2((\\\\d{4})|(\\\\d{2}))$"));p(m==1W)h M;K=m[1];x=m[3]--;L=(m[5].j==4)?m[5]:1c(17(m[6],10));B;14:B}p(!17(x))h M;x=x==12?0:x;k J=Y 1f(L,x,K);h(1g(J)=="1O"&&L==J.2A()&&x==J.2y()&&K==J.2D());r 1c(y){h((y<2C?"20":"19")+y)|0}}}',62,175,'|||||||||||this|getAttribute|||case||return||length|var|value|||min|if|max|function|||ErrorItem|ErrorMessage||month||||break|op2|op1|_dataType|str|obj|span|op|date|day|year|false|parentNode|formatString|elements|AddError|switch|for|style|document|hasChecked|color|groups|new|||Za|||default||mode|parseInt|len||z0|lastNode|GetFullYear|name|red|Date|typeof|msg|operator|test|RegExp|alert|continue|errCount|limit|require|focus|Group|id|join|LimitB|Limit|SafeString|Custom|childNodes|Range|LenB|replace|Number|true|Compare|count|elem|Repeat|theForm|ClearState|with|__ErrorMessagePanel|MustChecked|match|object|IsSafe|getElementsByName|IsDate|ymd|UnSafe|_|compare|null|reg|Exec|to||index|Integer|Currency|Zip|QQ|IdCard|Email|Require|Validator|Phone|http|Url|Mobile|Double|regexp|event|format|Validate|以下原因导致提交失败|forms|srcElement|u0391|Chinese|English|uFFE5|dataType|undefined|GreaterThanEqual|LessThan|LessThanEqual|removeChild|NotEqual|GreaterThan|getMonth|dmy|getFullYear|checked|30|getDate|xff|appendChild|innerHTML|catch|SPAN|eval|try|createElement|description|MAX_VALUE|x00'.split('|'),0,{}));var ohocss={"display":function(d,v){if(v==undefined){return d.style.display;}else{d.style.display=v;}},"height":function(d,v){if(v==undefined){viz=d.style.visibility;d.style.visibility='hidden';o=ohocss.display(d);ohocss.display(d,'block');r=parseInt(d.offsetHeight);ohocss.display(d,o);d.style.visibility=viz;return r;}else{d.style.height=v;}},"removeclassname":function(d,v){s=d.className.split(/\s+/);for(p=0;p<s.length;p++){if(s[p]==v){s.splice(p,1);d.className=s.join(' ');break;}}}};var ohoexpand={"ex":function(d){if(ohocss.display(d)=='none'){ohocss.display(d,'block');d.style.height='0px';clearInterval(d.t);d.t=window.setInterval(ohoexpand.et,10,d.id);}},"et":function(d){var d=$(d);if(ohocss.height(d)<d.maxh){var v=Math.round((d.maxh-ohocss.height(d))/d.s);v=(v<1)?1:v;v=(ohocss.height(d)+v);ohocss.height(d,v+'px');d.style.opacity=(v/d.maxh);d.style.filter='alpha(opacity='+(v*100/d.maxh)+');';}else{ohocss.height(d,d.maxh);clearInterval(d.t);}},"cl":function(d){if(ohocss.display(d)=='block'){clearInterval(d.t);d.t=window.setInterval(ohoexpand.ct,10,d.id);ohoexpand.ct(d.id);}},"ct":function(d){d=$(d);ohocss.height(d,0);ohocss.display(d,'none');clearInterval(d.t);},"set":function(d,tc,tc1,sel){var l=$(d).getElementsByTagName('div');var c=[];for(i=0;i<l.length;i++){var h=l[i].id;if(h.substr(h.indexOf('-')+1,h.length)=='content'){c.push(h);}};for(i=0;i<l.length;i++){h=l[i].id;if(h.substr(h.indexOf('-')+1,h.length)=='header'){d=$(h.substr(0,h.indexOf('-'))+'-content');d.style.overflow='hidden';d.maxh=ohocss.height(d);d.s=7;h=$(h);h.tc=tc;h.tc1=tc1;h.c=c;h.onclick=function(){for(i=0;i<this.c.length;i++){cn=this.c[i];n=cn.substr(0,cn.indexOf('-'));if((n+'-header')==this.id){ohoexpand.ex($(n+'-content'));n=$(n+'-header').className=tc;}else{ohoexpand.cl($(n+'-content'));$(n+'-content').style.display='none';$(n+'-header').className=tc1;}}}}};if(sel!=undefined){sel.onclick();}}};function mod_disappear(){var c=_disappear_id_a.length;if(c==0){return 0;};var num=all_div_id.length;if(num==1&&all_div_id[0]==''){return 0;};if(num==0){return 0;};for(var i=0;i<c;i++){var id=_disappear_id_a[i];var t=parseInt($('ohid_'+id).style.top);var l=parseInt($('ohid_'+id).style.left);var w=parseInt($('ohid_'+id).style.width);var h=parseInt($('ohid_'+id).style.height);var v=t+h;var v1=l+w;var tmp_a=[];var tmp_b=[];for(var j=0;j<num;j++){if(!in_array(all_div_id[j],tmp_a)&&all_div_id[j]){var t1=parseInt($('ohid_'+all_div_id[j]).style.top);var l1=parseInt($('ohid_'+all_div_id[j]).style.left);var w1=parseInt($('ohid_'+all_div_id[j]).style.width);var v2=l1+w1;if(t1>v&&l1>=l&&v2<=v1){tmp_a.push(all_div_id[j]);tmp_b.push(t1);}}};tmp_b.shellSort();var maxt=tmp_b[0];var tt=maxt-t;var num1=tmp_a.length;for(var j=0;j<num1;j++){if(tmp_a[j]){var t1=parseInt($('ohid_'+tmp_a[j]).style.top);$('ohid_'+tmp_a[j]).style.top=(t1-tt)+'px';}};all_div_id=del_array(id,all_div_id);$('ohid_'+id).innerHTML='';$('ohid_'+id).style.display='none';}};function $_sH(v){var h=$(v+'_content').offsetHeight;$('ohid_'+v).setAttribute("initH",h);};function $_eH(v){var h=$(v+'_content').offsetHeight;var hh=parseInt($('ohid_'+v).getAttribute("initH"));if(isNaN(hh)){return false;};if(hh==h){return false;}else if(h>hh){ c_error=5;checherror1();}else{var hhh=hh-h;var lowerd=$('ohid_'+v).getAttribute("LowerD"); $('ohid_'+v).style.height=(parseInt($('ohid_'+v).style.height)-hhh)+'px';try{$(v+'_4').style.height=(parseInt($(v+'_4').style.height)-hhh)+'px';}catch(e){};if(lowerd){var l_a=lowerd.split(',');var num=l_a.length;for(var j=0;j<num;j++){if(l_a[j]){var t1=parseInt($('ohid_'+l_a[j]).style.top);if((t1-hhh)>0){$('ohid_'+l_a[j]).style.top=(t1-hhh)+'px';}}}};getcontop();adjust_center_bd();}};function mod_reheight(){var c=_yah_id_a.length;if(c==0){return 0;};for(var i=0;i<c;i++){var v=_yah_id_a[i];var lowerd=$('ohid_'+v).getAttribute("LowerD"); var hhh=parseInt($('ohid_'+v).getAttribute("yah"));$('ohid_'+v).style.height=(parseInt($('ohid_'+v).style.height)-hhh)+'px';try{$(v+'_4').style.height=(parseInt($(v+'_4').style.height)-hhh)+'px';}catch(e){};if(lowerd){var l_a=lowerd.split(',');var num=l_a.length;for(var j=0;j<num;j++){if(l_a[j]){var t1=parseInt($('ohid_'+l_a[j]).style.top);$('ohid_'+l_a[j]).style.top=(t1-hhh)+'px';}}};getcontop();adjust_center_bd();}} ;function getAllLowDiv(id,arr,arr1,type,iid){var num=all_div_id.length;if(num==1&&all_div_id[0]==''){return[];};if(type=='0'){var t=parseInt($('ohid_'+id).style.top);var l=parseInt($('ohid_'+id).style.left);var w=parseInt($('ohid_'+id).style.width);var h=parseInt($('ohid_'+id).style.height);var v=t+h;if(num>0){for(var j=0;j<num;j++){if(!in_array(all_div_id[j],arr)){var t1=parseInt($('ohid_'+all_div_id[j]).style.top);var l1=parseInt($('ohid_'+all_div_id[j]).style.left);var w1=parseInt($('ohid_'+all_div_id[j]).style.width);if(t1>=v&&l1<l+w&&l1>=l&&id!=all_div_id[j]){arr.push(all_div_id[j]);}else if(t1>=v&&l1+w1>l&&l1<l&&id!=all_div_id[j]){arr.push(all_div_id[j]);}}};getAllLowDiv(id,arr,arr1,'1');}else{return[];}}else if(type=='1'){var num=arr.length;if(num==1&&arr[0]==''){return[];};if(arr1.length>=arr.length){$('ohid_'+id).setAttribute("LowerD",arr.join(','));return true;};if(num>0){for(var j=0;j<num;j++){if(!in_array(arr[j],arr1)){arr1.push(arr[j]);getAllLowDiv(id,arr,arr1,'2',arr[j]);}}}else{return[];}}else if(type=='2'){var t=parseInt($('ohid_'+iid).style.top);var l=parseInt($('ohid_'+iid).style.left);var w=parseInt($('ohid_'+iid).style.width);var tmp_a=[];for(var j=0;j<num;j++){if(!in_array(all_div_id[j],arr)){var t1=parseInt($('ohid_'+all_div_id[j]).style.top);var l1=parseInt($('ohid_'+all_div_id[j]).style.left);var w1=parseInt($('ohid_'+all_div_id[j]).style.width);if(t1>t&&l1<l+w&&l1>=l&&iid!=all_div_id[j]){arr.push(all_div_id[j]);}else if(t1>t&&l1+w1>l&&l1<l&&iid!=all_div_id[j]){arr.push(all_div_id[j]);}}};getAllLowDiv(id,arr,arr1,'1','0');}};window.document.onkeydown=function(){if(window.event.ctrlKey&&window.event.keyCode==191){if(errorMsg!=''){alert(errorMsg);}}}
