
stopscroll=false;
with(makewing1){
	  style.width=marqueesWidth1;
	  style.height=marqueesHeight1;
	  style.overflowX="visible";
	  style.overflowY="hidden";
	  noWrap=true;
	  onmouseover=new Function("stopscroll=true");
	  onmouseout=new Function("stopscroll=false");
  }
  preTop=0; currentTop=marqueesHeight; stoptime=0;
  makewing1.innerHTML+=makewing1.innerHTML;
  makewing1.innerHTML+=makewing1.innerHTML;
  makewing1.innerHTML+=makewing1.innerHTML;
  makewing1.innerHTML+=makewing1.innerHTML;
  

function init_srolltext1(){
  makewing1.scrollTop=0;
  setInterval("scrollUp1()",100);
}

function scrollUp1(){
  if(stopscroll==true) return;
  currentTop+=1;
  /*if(currentTop==marqueesHeight+1)
  {
  	stoptime+=1;
  	currentTop-=1;
  	if(stoptime==30) 
  	{
  		currentTop=0;
  		stoptime=0;  		
  	}
  }
  else */{  	
	  preTop=makewing1.scrollTop;
	  makewing1.scrollTop+=1;
	  if(preTop==makewing1.scrollTop){
	    makewing1.scrollTop=marqueesHeight;
	    makewing1.scrollTop+=1;
	    
	  }
  }

}
init_srolltext1();