﻿// JScript 文件
var   AdLayer3x   = 278; 
 function   initEcAd()   {   
 
 
  document.all.AdLayer1.style.posTop   =   -200;   
  document.all.AdLayer1.style.visibility   =   'visible'   
  document.all.AdLayer2.style.posTop   =   -200;   
  document.all.AdLayer2.style.visibility   =   'visible'
	
  document.all.AdLayer3.style.visibility   =   'visible'  
  document.all.AdLayer4.style.posTop   =   -200;   
  document.all.AdLayer4.style.visibility   =   'visible'
  
  document.all.AdLayer5.style.posTop=144;
  document.all.AdLayer5.style.posLeft=30;
  document.all.AdLayer5.style.visibility='visible'
  setTimeout("HideDiv()",10000);
 

  MoveLeftLayer('AdLayer1');   
  MoveRightLayer('AdLayer2'); 
  MoveTopLayer('AdLayer3');  
  MoveRightLayer4('AdLayer4'); 
//  MoveLeftLayer1('AdLayer5');
  } 
  function HideDiv()
  {
    document.all.AdLayer5.style.display='none';
  }  
  function   MoveLeftLayer(layerName)   {   
  var   x   =5;   
  var   y   =  420;   
  var   diff   =   (document.documentElement.scrollTop   +   y   -   document.all.AdLayer1.style.posTop)*.40;   
  var   y   =   document.documentElement.scrollTop   +   y   -   diff;   
  eval("document.all."   +   layerName   +   ".style.posTop   =   y");   
  eval("document.all."   +   layerName   +   ".style.posRight   =   x");   
  setTimeout("MoveLeftLayer('AdLayer1');",   20);   
  }
  
//  function   MoveLeftLayer1(layerName)   {   
//  var   x   =775;   
//  var   y   =  150;   
//  var   diff   =   (document.documentElement.scrollTop   +   y   -   document.all.AdLayer5.style.posTop)*.40;   
//  var   y   =   document.documentElement.scrollTop   +   y   -   diff;   
//  eval("document.all."   +   layerName   +   ".style.posTop   =   y");   
//  eval("document.all."   +   layerName   +   ".style.posRight   =   x");   
//  setTimeout("MoveLeftLayer1('AdLayer5');",   20);   
//  }
        
  function   MoveRightLayer(layerName)   {   
  var   x   =   5;   
  var   y   =  320;   
  var   diff   =   (document.documentElement.scrollTop   +   y   -   document.all.AdLayer2.style.posTop)*.40;   
  var   y   =   document.documentElement.scrollTop   +   y   -   diff;   
  eval("document.all."   +   layerName   +   ".style.posTop   =   y");   
  eval("document.all."   +   layerName   +   ".style.posRight   =   x");   
  setTimeout("MoveRightLayer('AdLayer2');",   20);   
  }
   function   MoveRightLayer4(layerName)   {   
  var   x   =   5;   
  var   y   =  220;   
  var   diff   =   (document.documentElement.scrollTop   +   y   -   document.all.AdLayer4.style.posTop)*.40;   
  var   y   =   document.documentElement.scrollTop   +   y   -   diff;   
  eval("document.all."   +   layerName   +   ".style.posTop   =   y");   
  eval("document.all."   +   layerName   +   ".style.posRight   =   x");   
  setTimeout("MoveRightLayer4('AdLayer4');",   20);   
  }

function   MoveTopLayer(layerName)   {   
    
  var   y   = 42;   
  
  if(AdLayer3x<278){
  AdLayer3x+=5;
  
  }else AdLayer3x-=5;
  
  
  eval("document.all."   +   layerName   +   ".style.posTop   =   y");   
  eval("document.all."   +   layerName   +   ".style.posRight   =   AdLayer3x"); 
   
 setTimeout("MoveTopLayer('AdLayer3');",   200);   
  }
 
    
  document.write("<div   id=AdLayer1   style='position:   absolute;visibility:hidden;z-index:1'><a   target=_blank   href=http://www.gtyinshua.com/OnLineBaoMing.aspx?cate=true><img   border=0   src='image/float_logo_baoming.gif'   quality=high     WIDTH=95   HEIGHT=95  id=EccoolAd></img></a></div>"   
    +"<div   id=AdLayer2   style='position:   absolute;visibility:hidden;z-index:1'><a   target=_blank   href=http://www.gtyinshua.com/guanggao.html><img   border=0   src='image/float_logo_zhengce.gif'   quality=high     WIDTH=95   HEIGHT=95   id=EccoolAd></img></a></div>"
	 +"<div   id=AdLayer3 style='position:   absolute;visibility:hidden;z-index:1'>  <font color='red'>Hot!!!</font></div>"
	 
	 +"<div   id=AdLayer4   style='position:   absolute;visibility:hidden;z-index:1'><a   target=_blank   href=http://www.gtyinshua.com/xueXiaoJianJie.aspx><img   border=0   src='image/float_logo_zhengcejianjie2.gif'   quality=high     WIDTH=95   HEIGHT=95   id=EccoolAd></img></a></div>"
	 +"<div   id=AdLayer5   style='position:   absolute;visibility:hidden;z-index:1'><a target=_blank   href=http://www.gtyinshua.com/xueXiaoJianJie.aspx><img src='image/gtzhaosheng.jpg' border='0' quality=high     WIDTH=193   HEIGHT=366   id=EccoolAd></img></a></div>"
  ); 
  
   //   +"<div   id=AdLayer3   style='position:   absolute;visibility:hidden;z-index:1'>HotHotHotHotHotHotHotHotHotHotHotHot</div>");    
  initEcAd()   

