<!-- IE¶¥²¿×´Ì¬¿òÏÔÊ¾µÄ»¶Ó­´Ê
var tx = new Array (
"ASA GROUP---China UTV,ATV,Dirt bike,Scooters,Generators..."
);
var txcount=1;
var i=1; 
var wo=0; 
var ud=1; 
function animatetitle() 
{ 
window.document.title=tx[wo].substr(0, i)+"_"; 
if (ud==0) i--; 
if (ud==1) i++; 
if (i==-1) {ud=1;i=0;wo++;wo=wo%txcount;} 
if (i==tx[wo].length+10) {ud=0;i=tx[wo].length;} 
// if (window.document.title.length < 20 ) window.document.title=window.document.title+"-"; 
// if (window.document.title.length == 20 ) window.document.title=window.document.title+"]"; 
// if (window.document.title.length == 21 ) setTimeout("window.document.title='Animierte Seitentitel '; ",1000); 

parent.window.document.title=tx[wo].substr(0, i)+"_"; 
setTimeout("animatetitle()",200); 
} 
animatetitle();
// -->

<!--
function MM_showHideLayers() 
{ //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
  if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
  obj.visibility=v; }
}

function MM_findObj(n, d) 
{ //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.titleOf("?"))>0&&parent.frames.length) {
  d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
//-->

<!-- IEµ×²¿×´Ì¬¿òÏÔÊ¾µÄ»¶Ó­´Ê
function scrollit_r2l(seed)             
{ var m1  = "ASA Scooter China sells service for atv,dirt bike,pocket bike,chopper situated in the suburb of Shanghai, China. !" ;             
  var m2  = "" ;             
  var msg=m1+m2;             
  var out = " ";              
  var c = 1;              
  var speed=200;                    
  if (seed > 100)             
{ seed-=2;             
  var cmd="scrollit_r2l(" + seed + ")";                
  timerTwo=window.setTimeout(cmd,speed);}                  
  else if (seed <= 100 && seed > 0)             
     { for (c=0 ; c < seed ; c++)             
     { out+=" ";}                
  out+=msg;
  seed-=2;                   
  var cmd="scrollit_r2l(" + seed + ")";                   
  window.status=out;                      
  timerTwo=window.setTimeout(cmd,speed); }                     
  else if (seed <= 0)              
 { if (-seed < msg.length)              
      { out+=msg.substring(-seed,msg.length);                     
        seed-=2;                                     
        var cmd="scrollit_r2l(" + seed + ")";                      
        window.status=out;                                  
        timerTwo=window.setTimeout(cmd,speed);}             
        else { window.status=" ";                    
        timerTwo=window.setTimeout("scrollit_r2l(100)",speed);              
       }             
  }             
}             
scrollit_r2l(100);