/*
var delta=0.15
var collection;
function floaters() {
this.items = [];
this.addItem = function(id,x,y,content)
{
document.write('<span id='+id+' style="Z-INDEX: 10; POSITION: absolute; width:80px; height:60px;left:'+(typeof(x)=='string'?eval(x):x)+';top:'+(typeof(y)=='string'?eval(y):y)+'">'+content+'</span>');

var newItem = {};
newItem.object = document.getElementById(id);
newItem.x = x;
newItem.y = y;

this.items[this.items.length] = newItem;
}
this.play = function()
{
collection = this.items
setInterval('play()',10);
}
}
function play()
{

for(var i=0;i<collection.length;i++)
{
var followObj = collection[i].object;
var followObj_x = (typeof(collection[i].x)=='string'?eval(collection[i].x):collection[i].x);
var followObj_y = (typeof(collection[i].y)=='string'?eval(collection[i].y):collection[i].y);

if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;
dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx));
followObj.style.left=followObj.offsetLeft+dx;
}

if(followObj.offsetTop!=(document.body.scrollTop+followObj_y)) {
var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta;
dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
followObj.style.top=followObj.offsetTop+dy;
}
followObj.style.display = '';
}
} 


var theFloaters = new floaters();
theFloaters.addItem('followDiv1','document.body.clientWidth-95',200,'<embed src="images/guanggao.swf" quality="high" width="80" height="300"></embed>');//ÓÒ±ß
theFloaters.addItem('followDiv2',12,200,'<embed src="images/guanggao.swf" quality="high" width="80" height="300"></embed>');//×ó±ß

theFloaters.play();
*/
  function   winload()   
  {   
  Layer1024Left.style.top=600;   
  Layer1024Left.style.left=0;   
  Layer1024Right.style.top=600;   
  Layer1024Right.style.right=0; 
  }   
  if(screen.width>10){   
  document.write("<div   id='Layer1024Left' style='Z-INDEX:1;   LEFT:15px;  VISIBILITY:   visible;   WIDTH:   0px;   POSITION:   absolute; TOP:600px'>")   
  document.write('<TABLE   cellSpacing="0"   cellPadding="0"     border="0">')   
  document.write('<TBody>')   
  document.write('<TR>')   
  document.write('<TD>')   

 /* document.write('<OBJECT   codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"')   
  document.write('height="300"   width="80"   classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"   VIEWASTEXT>')   
  document.write('<PARAM   NAME="_cx"   VALUE="2646">')   
  document.write('<PARAM   NAME="_cy"   VALUE="7938">')   
  document.write('<PARAM   NAME="FlashVars"   VALUE="">')   
  document.write('<PARAM   NAME="Movie"   VALUE="images/right.swf>')   
  document.write('<PARAM   NAME="Src"   VALUE="images/right.swf">')   
  document.write('<PARAM   NAME="WMode"   VALUE="Window">')   
  document.write('<PARAM   NAME="Play"   VALUE="-1">')   
  document.write('<PARAM   NAME="Loop"   VALUE="-1">')   
  document.write('<PARAM   NAME="Quality"   VALUE="High">')   
  document.write('<PARAM   NAME="SAlign"   VALUE="">')   
  document.write('<PARAM   NAME="Menu"   VALUE="-1">')   
  document.write('<PARAM   NAME="Base"   VALUE="">')   
  document.write('<PARAM   NAME="AllowScriptAccess"   VALUE="always">')   
  document.write('<PARAM   NAME="Scale"   VALUE="ShowAll">')   
  document.write('<PARAM   NAME="DeviceFont"   VALUE="0">')   
  document.write('<PARAM   NAME="EmbedMovie"   VALUE="0">')   
  document.write('<PARAM   NAME="BGColor"   VALUE="">')   
  document.write('<PARAM   NAME="SWRemote"   VALUE="">')   
  document.write('<PARAM   NAME="MovieData"   VALUE="">')   
  document.write('<PARAM   NAME="SeamlessTabbing"   VALUE="1">')   
  document.write('<embed   src="images/right.swf"   quality="high"   pluginspage="http://www.macromedia.com/go/getflashplayer"')   
  document.write(' type="application/x-shockwave-flash"   width="100"   height="115">   </embed>')   
  document.write('</OBJECT>')  */ 
    
 document.write('')
  document.write('</TD>')   
  document.write('</TR>')   
  /*
  document.write('<TR>')  
  document.write('<TD>')   
  document.write('<table   cellSpacing="0"   cellPadding="0"   width="100%"   bgColor="#FFFFFF"   border="0">')   
  document.write('<tr>')   
  document.write(' <td align="left"><a onclick="Layer1024Left.style.visibility=\'hidden\';Layer1024Right.style.visibility=\'hidden\'">   ')   
  document.write('¹Ø±Õ</a> </td>')
  document.write('</tr>')   
  document.write('</table>')   
  document.write('</TD>')   
  document.write('</TR>')
  */  
  document.write('</TBody>')   
  document.write('</TABLE>') 
  
  document.write('</div>')   
    
  document.write("<div   id='Layer1024Right'   style='Z-INDEX:   1; RIGHT: 38px;   VISIBILITY:   visible;   WIDTH:   0px;   POSITION:   absolute;   TOP:   600px'>")   
  document.write('<TABLE   cellSpacing="0"   cellPadding="0"     border="0">')   
  document.write('<TBody>')   
  document.write('<TR>')   
  document.write('<TD>')   
document.write('<OBJECT   codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"')   
  document.write('height="115"   width="100"   classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"   VIEWASTEXT>')   
  document.write('<PARAM   NAME="_cx"   VALUE="2646">')   
  document.write('<PARAM   NAME="_cy"   VALUE="7938">')   
  document.write('<PARAM   NAME="FlashVars"   VALUE="">')   
  document.write('<PARAM   NAME="Movie"   VALUE="newimages/right.swf">')   
  document.write('<PARAM   NAME="Src"   VALUE="newimages/right.swf">')   
  document.write('<PARAM   NAME="WMode"   VALUE="transparent">')   
  document.write('<PARAM   NAME="Play"   VALUE="-1">')   
  document.write('<PARAM   NAME="Loop"   VALUE="-1">')   
  document.write('<PARAM   NAME="Quality"   VALUE="High">')   
  document.write('<PARAM   NAME="SAlign"   VALUE="">')   
  document.write('<PARAM   NAME="Menu"   VALUE="-1">')   
  document.write('<PARAM   NAME="Base"   VALUE="">')   
  document.write('<PARAM   NAME="AllowScriptAccess"   VALUE="always">')   
  document.write('<PARAM   NAME="Scale"   VALUE="ShowAll">')   
  document.write('<PARAM   NAME="DeviceFont"   VALUE="0">')   
  document.write('<PARAM   NAME="EmbedMovie"   VALUE="0">')   
  document.write('<PARAM   NAME="BGColor"   VALUE="">')   
  document.write('<PARAM   NAME="SWRemote"   VALUE="">')   
  document.write('<PARAM   NAME="MovieData"   VALUE="">')   
  document.write('<PARAM   NAME="SeamlessTabbing"   VALUE="1">')   
  document.write('<embed   src="newimages/right.swf"   quality="high"   pluginspage="http://www.macromedia.com/go/getflashplayer"')   
  document.write(' type="application/x-shockwave-flash"   width="100"   height="115">   </embed>')   
  document.write('</OBJECT>')  

   /*document.write('<a href="#"><img src="images/left.gif" height="300" width="90" border="0"></a>') 
   */
  document.write('</TD>')   
  document.write('</TR>')
  document.write('<TR>')   
  document.write('<TD>')
  document.write('<a href="#"><img src="newimages/top.png" height="40" width="45" border="0"></a>')
  document.write('</TD>')   
  document.write('</TR>')
  /*
  document.write('<TR>')   
  document.write('<TD>')  
  document.write('<table   cellSpacing="0"   cellPadding="0"   width="100%"   bgColor="#FFFFFF"   border="0">')   
  document.write('<tr>')   
  document.write(' <td align="right"><a onclick="Layer1024Left.style.visibility=\'hidden\';Layer1024Right.style.visibility=\'hidden\'">   ')   
  document.write('¹Ø±Õ</a> </td>')   
  document.write('</tr>')   
  document.write('</table>')   
  document.write('</TD>')   
  document.write('</TR>')
  */   
  document.write('</TBody>')   
  document.write('</TABLE>')   
  
  document.write('</div>')   
    
  }   
    
  var   isDOM   =   (document.getElementById   ?   true   :   false);       
  var   isIE4   =   ((document.all   &&   !isDOM)   ?   true   :   false);     
  var   isNS4   =   (document.layers   ?   true   :   false);       
  
  function   getRef(id)   {     
  if   (isDOM)   return   document.getElementById(id);     
  if   (isIE4)   return   document.all[id];     
  if   (isNS4)   return   document.layers[id]; 
  }       
  var   isNS   =   navigator.appName   ==   "Netscape";       
    
  function   moveRightEdge()   {     
  var   yMenuFrom,   yMenuTo,   yOffset,   timeoutNextCheck;       
    
  if   (isNS4)   {     
  yMenuFrom       =   Layer1024Left.top;     
  yMenuTo           =   windows.pageYOffset   +10;     
  }   else   if   (isDOM)   {     
  yMenuFrom       =   parseInt   (Layer1024Left.style.top,   10);     
  yMenuTo           =   (isNS   ?   window.pageYOffset   :   document.body.scrollTop)   +   200;     
  }     
  timeoutNextCheck   =   10;       
    
  if   (yMenuFrom   !=   yMenuTo)   { 
  yOffset   =   Math.ceil(Math.abs(yMenuTo   -   yMenuFrom)   /   10);     
  if   (yMenuTo   <   yMenuFrom)     
  yOffset   =   -yOffset;     
  if   (isNS4)     
  {   
  divMenuL.top   +=   yOffset;     
  divMenuR.top   +=   yOffset; 
  alert(yOffset);
  }   
  else   if   (isDOM)     
  {  
  //alert(divMenuR.style.top);
  divMenuL.style.top   =   parseInt   (divMenuL.style.top,   10)   +   yOffset;   
  divMenuR.style.top   =   parseInt   (divMenuR.style.top,   10)   +   yOffset;  
  timeoutNextCheck   =   10;     
  }     
  }   
  setTimeout   ("moveRightEdge()",   timeoutNextCheck);     
    
  }   
  function   MM_reloadPage(init)   {     //reloads   the   window   if   Nav4   resized   
      if   (init==true)   with   (navigator)   {if   ((appName=="Netscape")&&(parseInt(appVersion)==4))   {   
          document.MM_pgW=innerWidth;   document.MM_pgH=innerHeight;   onresize=MM_reloadPage;   }}   
      else   if   (innerWidth!=document.MM_pgW   ||   innerHeight!=document.MM_pgH)   location.reload();   
  }   
  MM_reloadPage(true);   
  if   (isNS4)   {   
  var   divMenuL   =   document["Layer1024Left"];   
  var   divMenuR   =   document["Layer1024Right"]; 
  divMenuL.top   =   top.pageYOffset   +   100;   
  divMenuR.top   =   top.pageYOffset   +   100;   
  divMenu.visibility   =   "visible";   
  moveRightEdge();  
  }   else   if   (isDOM)   { 
  var   divMenuL   =   getRef('Layer1024Left');   
  var   divMenuR   =   getRef('Layer1024Right');  
  divMenuL.style.top   =   (isNS   ?   window.pageYOffset   :   document.body.scrollTop)   +   20;   
  divMenuR.style.top   =   (isNS   ?   window.pageYOffset   :   document.body.scrollTop)   +   20; 
  divMenuL.style.visibility   =   "visible";   
  divMenuR.style.visibility   =   "visible";   
  moveRightEdge();   
  }
