var ss;
function moving()
{if(document.body.scrollTop>0){if(document.getElementById("ok").offsetHeight>690){shor();}}}
marqueesHeight=80;stopscroll=false;document.all.so1.scrollTop=0;
with(so1){style.width=580;style.height=marqueesHeight;style.overflowX='visible';style.overflowY='hidden';noWrap=true;
onmouseover=new Function('stopscroll=true');onmouseout=new Function('stopscroll=false');}
preTop=0; currentTop=0; stoptime=0;
function init_srolltext(){document.all.so2.innerHTML='';document.all.so2.innerHTML+=document.all.so1.innerHTML;
document.all.so1.innerHTML=document.all.so2.innerHTML+document.all.so2.innerHTML;setInterval('scrollUp()',1);}
function scrollUp(){
if(stopscroll==true) return;currentTop+=1;
if(currentTop==81)
{stoptime+=1;currentTop-=1;if(stoptime==250){currentTop=0;stoptime=0;}}
else {preTop=document.all.so1.scrollTop;document.all.so1.scrollTop+=1;
if(preTop==document.all.so1.scrollTop){
document.all.so1.scrollTop=document.all.so2.offsetHeight-marqueesHeight;document.all.so1.scrollTop+=1;}
}
}
setTimeout('init_srolltext()', 3000)
function popwin2(id,path){window.open("wz/openarticle.asp?id="+id);}
function high(which){theobject=which;highlighting=setInterval("highlightit(theobject)",50)}
function low(which){clearInterval(highlighting);which.filters.alpha.opacity=80;}
function highlightit(that){
if (that.filters.alpha.opacity<150)
that.filters.alpha.opacity+=5;
else if (window.highlighting)
clearInterval(highlighting);}