  //-----ʾЧ-----//
  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 = 8;// ·ľ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=""};
    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 clre='class=tablebody7';if(o.tips2!=null)clre='class=TableBody8 align="center"';
         if(o.tips3!=null)clre='class=TableBody7 align="center"';
         if(o.tips4!=null)clre='class=TableBody9';
             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:14px;padding-right:14px;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;
              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();