  //--JSe--//
function killErrors() {
return true;
}
window.onerror = killErrors;
Number.prototype.toFixed=function(m){//IE6.0toFixed()Bug
  var n=this, f='', p=Math.pow(10,m);//10Mλ;
  if(n<0) n = -n, f = '-';   //ؓD
  var a=Math.floor(n),b=n-a; //cx
  b = Math.round(b*p );      //λ
  if(b>=p) a++,b-=p;         //Mλ
  if(m) b = '.'+(p+b+'').substr(1,m); //С߅a0
  else b = '';
  return f+a+b;
};
  //-----ʾЧ-----//
  var dwn=document.writeln;
  dwn("<style>");
  dwn(".tableBorder7{width:800;solid; background-color: #000000;}");
  dwn("div{cursor:url('./7000wnldat/123.cur');}");
  dwn("a{cursor:url('./7000wnldat/123.cur');}");
  dwn("BUTTON{font-size: 13px;}");
  dwn(".font1 {line-height: 1px}");
  dwn(".font106 {font-weight: bold;color:#005E00;FONT-SIZE: 13px;line-height: 19px}");
  dwn(".font107 {FONT-SIZE: 12px;line-height: 20px}");
  dwn(".TableBody7{background-color: #eeeeee;}");
  dwn(".TableBody8{background-color: #FFCCCC;}");
  dwn(".TableBody9{background-color: #FCF8D3;}");
  dwn("</style>");//#B1EA45/#660033
var pltsPop=null;
var pltsoffsetX = 18;//˵ľx
var pltsoffsetY = 58;// ·ľx
var pltstips="";
document.write('<div id=pltsTipLayer style="display: none;position: absolute; z-index:10001"></div>');
function pltsinits(){
    document.onmouseover   = plts;
    document.onmousemove = moveToMouseLoc;
}
function plts(){
    var o=event.srcElement;
    if(o.alt!=null && o.alt!=""){o.dypop=o.alt;o.alt=""};
    if(o.tips!=null && o.tips!=""){o.dypop=o.tips;o.tips=""};
    if(o.tips2!=null && o.tips2!=""){o.dypop=o.tips2;o.tips2=""};
    if(o.tips3!=null && o.tips3!=""){o.dypop=o.tips3;o.tips3=""};
    if(o.tips4!=null && o.tips4!=""){o.dypop=o.tips4;o.tips4=""};
    if(o.tips5!=null && o.tips5!=""){o.dypop=o.tips5;o.tips5=""};
    if(o.tips6!=null && o.tips6!=""){o.dypop=o.tips6;o.tips6=""};
    if(o.tips7!=null && o.tips7!=""){o.dypop=o.tips7;o.tips7=""};
    if(o.tips8!=null && o.tips8!=""){o.dypop=o.tips8;o.tips8=""};
    pltsPop=o.dypop;
    if(pltsPop!=null&&pltsPop!=""&&typeof(pltsPop)!="undefined")
    {
       pltsTipLayer.style.left=-1000;
       pltsTipLayer.style.display='';
       var Msg=pltsPop.replace(/\n/g,"<br>");
       Msg=Msg.replace(/\0x13/g,"<br>");
       var re=/\{(.[^\{]*)\}/ig;
       if(!re.test(Msg))pltstips="<font color=#ffffff>]</font>";
       else{
         re=/\{(.[^\{]*)\}(.*)/ig;
           pltstips=Msg.replace(re,"$1")+" ";
         re=/\{(.[^\{]*)\}/ig;
         Msg=Msg.replace(re,"");
         Msg=Msg.replace("<br>","");}var zsj='12px;padding-right:12px';
         var clre='class=tablebody7';if(o.tips2!=null)clre='class=TableBody8 align="center"';
         if(o.tips3!=null||o.tips7!=null)clre='class=TableBody7 align="left"';if(o.tips8!=null)clre='class=TableBody8';
         if(o.tips4!=null)clre='class=TableBody9';if(o.tips6!=null)clre='class=TableBody8 align="left"',zsj='2px;padding-right:2px';
             var content =
             '<table style="FILTER:alpha(opacity=90) shadow(color=#bbbbbb,direction=135);" id=toolTipTalbe border=0><tr><td width="100%"><table class=tableBorder7 cellspacing="1" cellpadding="0" style="width:100%">'+
             '<tr><td "+attr+" '+clre+' style="padding-left:'+zsj+';padding-top: 6px;padding-bottom:6px;line-height:135%">'+Msg+'</td></tr>'+
             '</table></td></tr></table>';
              pltsTipLayer.innerHTML=content;
              toolTipTalbe.style.width=325;if(o.tips2!=null)toolTipTalbe.style.width=215;//
             if(o.tips3!=null)toolTipTalbe.style.width=325;if(o.tips5!=null)toolTipTalbe.style.width=188;
             if(o.tips6!=null)toolTipTalbe.style.width=298;if(o.tips7!=null)toolTipTalbe.style.width=630;
             if(o.tips8!=null)toolTipTalbe.style.width=470;moveToMouseLoc();
              return true;
       }else{
           pltsTipLayer.innerHTML='';
             pltsTipLayer.style.display='none';
              return true;
    }}
function moveToMouseLoc(){
       if(pltsTipLayer.innerHTML=='')return true;
       var MouseX=event.x;
       var MouseY=event.y;
       var popHeight=pltsTipLayer.clientHeight;
       var popWidth=pltsTipLayer.clientWidth;
       var LEFTWidth=pltsTipLayer.clientWidth;
       if(MouseY+pltsoffsetY+popHeight>document.body.clientHeight)
       {
        var daoz=(MouseY+pltsoffsetY+popHeight)-document.body.clientHeight;
                popTopAdjust=pltsoffsetY-daoz-(pltsoffsetY*1.5);//-popHeight-pltsoffsetY*1.5;
       }else{
                 popTopAdjust=0;
       }
       if(MouseX+pltsoffsetX+popWidth>document.body.clientWidth&&LEFTWidth>MouseX-pltsoffsetX*0.3)
       {
       popLeftAdjust=-popWidth-pltsoffsetX*1.5+(document.body.clientWidth-MouseX);
       }else{
       if(MouseX+pltsoffsetX+popWidth>document.body.clientWidth)
       {
              popLeftAdjust=-popWidth-pltsoffsetX*1.5;
       }else{
              popLeftAdjust=0;
       }}
       pltsTipLayer.style.left=MouseX+pltsoffsetX+document.body.scrollLeft+popLeftAdjust;
       pltsTipLayer.style.top=MouseY+pltsoffsetY+document.body.scrollTop+popTopAdjust;
         return true;
}
pltsinits();
