
function qq_c1(){ document.all("r_td1").style.display="none"; document.all("r_td2").style.display=""; }
function qq_c2(){ document.all("r_td1").style.display=""    ; document.all("r_td2").style.display="none";  }

//***********************************************************************************************************

  document.writeln("<div id='FloatShow' style='Z-INDEX:99999; POSITION:absolute; WIDTH:68px; HEIGHT:85px;'>");
  document.writeln("<TABLE cellSpacing=0 cellPadding=0 border=0 height=85>");
  document.writeln("<TR><TD valign='bottom' id='r_td1' onMouseOut  = 'qq_c1()'><a href='http://wpa.qq.com/msgrd?V=1&Uin=592916988' target='blank'><img src='image/a_10171.jpg' border='0'></a></TD></TR>");
  document.writeln("<TR><TD valign='bottom' id='r_td2' onMouseOver = 'qq_c2()'><a href='http://wpa.qq.com/msgrd?V=1&Uin=592916988' target='blank'><img src='image/a_1017.jpg'  border='0'></a></TD></TR>");
  document.writeln("</TABLE>");
  document.writeln("</div>");
  
  
  document.all('r_td1').style.display='none';
  document.all('r_td2').style.display='';
  
  var FloatPICSpeed = 3000
  var whereX = document.body.clientWidth -70;
  var whereY = document.body.clientHeight-86;

  var Pic = new Array()
  Pic[0] = '';

  var nn=(navigator.appName.indexOf("Netscape")!=-1);
  var t;
  var j=0;
  var p=Pic.length;
  var preLoad=new Array();

  for (i=0;i<p;i++){
    preLoad[i]=new Image();
    preLoad[i].src = Pic[i];
  }

function closeDiv(){
	play_in.location='';
	FloatShow.style.visibility='hidden';
}

  function runFloatPIC(){
    if (document.all){
       document.images.FloatPIC.style.filter="blendTrans(duration=2)";
       document.images.FloatPIC.filters.blendTrans.Apply();
    }    
    if (document.all || document.getElementById){
       document.images.FloatPIC.src = preLoad[j].src;
    }else{
       document.FloatShow.document.images["FloatPIC"].src = preLoad[j].src;
    }    
    if (document.all){
       document.images.FloatPIC.filters.blendTrans.Play();
    }    
    j=j+1;    
    if (j>(p-1))j=0;t=setTimeout('runFloatPIC()', FloatPICSpeed);
  }
    
  var dD=document,dH=dD.html,dB=dD.body,px=dD.layers?'':'px';
    
  function floatSS(iX,iY,id){
  var L=dD.getElementById?dD.getElementById(id):dD.all?dD.all[id]:dD.layers[id];	
  this[id+'O']=L;if(dD.layers)L.style=L;L.nX=L.iX=iX;L.nY=L.iY=iY;

  L.P=function(x,y){this.style.left=x+px;this.style.top=y+px;};L.Fss=function(){var pX, pY;	
  pX=(this.iX >=0)?0:nn?innerWidth:nn&&dH.clientWidth?dH.clientWidth:dB.clientWidth;	
  pY=nn?pageYOffset:nn&&dH.scrollTop?dH.scrollTop:dB.scrollTop;
  if(this.iY<0)pY+=nn?innerHeight:nn&&dH.clientHeight?dH.clientHeight:dB.clientHeight;	
  this.nX+=.1*(pX+this.iX-this.nX);this.nY+=.1*(pY+this.iY-this.nY);this.P(this.nX,this.nY);
  setTimeout(this.id+'O.Fss()',33);};return L;}

  floatSS(whereX,whereY,'FloatShow').Fss();
  
  //**************************************************************************************
