﻿// JScript 文件
function ChangePic()
{
    var interval_time=5 ;
    var focus_width=210
    var focus_height=230
    var text_height=0
    var text_mtop = 2;
    var text_lm = 10;
    var textmargin = text_mtop+"|"+text_lm;
    var textcolor = "#2E5DB5|0xFF0000";
    var text_align= 'left'; 
    var swf_height = focus_height+text_height+text_mtop; 
    var text_size = 14;
    var borderStyle="1|0x000000|0";
    var pics='Images/1.jpg|Images/2.jpg|Images/3.jpg|Images/4.jpg|Images/5.jpg'; 
    var links='http://www.hld1993.com/|http://www.hyyee.com/|http://www.yadujt.com/|http://www.dupiwu.com/|http://www.lvbaishun.com'; 
    var texts='1|2|3|4|5';
    document.write('<embed src="images/hot_new.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'&textmargin='+textmargin+'&textcolor='+textcolor+'&borderstyle='+borderStyle+'&text_align='+text_align+'&interval_time='+interval_time+'&textsize='+text_size+'" menu="false" bgcolor="#ffffff" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');  
}

function Scroll()
{
    var speed=30;//速度数值越大速度越慢
    butong_net_left2.innerHTML=butong_net_left1.innerHTML;
    function Marquee3()
    {
        if (butong_net_left2.offsetWidth-butong_net_left.scrollLeft<=0)
        {
            butong_net_left.scrollLeft-=butong_net_left1.offsetWidth
        }
        else
        {
            butong_net_left.scrollLeft++
        }
    }
    var MyMar3=setInterval(Marquee3,speed)
    butong_net_left.onmouseover=function() { clearInterval(MyMar3) }
    butong_net_left.onmouseout=function() { MyMar3=setInterval(Marquee3,speed) }
}
