﻿var intervalId = null;
function slideAd(id, nStayTime, sState, nMaxHth, nMinHth) {
    this.stayTime = nStayTime * 1000 || 2000;
    this.maxHeigth = nMaxHth || 400;
    this.minHeigth = nMinHth || 1;
    this.state = sState || "down";
    var obj = document.getElementById(id);
    if (intervalId != null) window.clearInterval(intervalId);
    function openBox() {
        var h = obj.offsetHeight;
        obj.style.height = ((this.state == "down") ? (h + 5) : (h - 5)) + "px";
        if (obj.offsetHeight > this.maxHeigth) {
            window.clearInterval(intervalId);
            intervalId = window.setInterval(function() { window.clearInterval(intervalId); obj.style.display = "none"; }, this.stayTime);
        }
    }
    intervalId = window.setInterval(openBox, 30);
}
function window.onload() {

    slideAd('MyMoveAd', 2);
    (new SWFObject("/images/09/fy350.swf", "mediaplayer", "100%", "60", "8")).write("s_ygain");
    (new SWFObject("http://s1.qinju.com/images/08/dms2.swf", "mediaplayer", "100%", "100%", "8")).write("s_fy");
    //(new SWFObject("http://s2.qinju.com/images/09/fy725.swf", "mediaplayer", "725", "80", "8")).write("s_mp");
    (new SWFObject("http://s2.qinju.com/images/08/gg.jpg", "mediaplayer", "725", "80", "8")).write("s_mp");
    (new SWFObject("http://s3.qinju.com/images/09/xg720.swf", "mediaplayer", "725", "80", "8")).write("s_aly");
    //(new SWFObject("http://s3.qinju.com/images/08/yhjf.swf", "mediaplayer", "725", "80", "8")).write("s_aly");
    //(new SWFObject("http://s4.qinju.com/images/08/dms240.swf","mediaplayer","241","403","8")).write("s_lm");

    (new SWFObject("http://s5.qinju.com/images/08/mpgg_2.swf", "mediaplayer", "240", "120", "8")).write("s_mp2");
    (new SWFObject("http://s6.qinju.com/Images/09/sn.swf", "mediaplayer", "728", "120", "8")).write("s_sf");
//    s_sf.innerHTML = '<img src="http://s6.qinju.com/aly/aly09.gif"/>';

    (new SWFObject("http://s7.qinju.com/Images/GuangGao/有光.swf", "mediaplayer", "145", "66", "8")).write("s_yg1");

    //(new SWFObject("http://s8.qinju.com/Images/GuangGao/tt.swf", "mediaplayer", "145", "66", "8")).write("s_tt");
    (new SWFObject("http://s9.qinju.com/Images/08/dms9.swf", "mediaplayer", "970", "132", "8")).write("s_dms");



    var so = new SWFObject("/flv/mediaplayer.swf", "mediaplayer", "400", "216", "8");
    so.addParam('allowscriptaccess', 'always');
    so.addParam('allowfullscreen', 'true');

    so.addVariable("width", "400");
    so.addVariable("height", "216");
    so.addVariable("file", "/flv/play.xml");
    so.addVariable('searchbar', 'false');
    so.addVariable('autostart', 'true');
    so.addVariable('overstretch', 'true');
    so.addVariable('displaywidth', '280');
    so.addVariable('displayheight', '192');
    so.addVariable('thumbsinplaylist', 'true');
    so.addVariable('backcolor', '0x000000');
    so.addVariable('frontcolor', '0xffffff');
    so.addVariable('lightcolor', '0xffffff');
    so.addVariable('repeat', 'true');
    so.addVariable('enablejs', 'true');
    so.addVariable("javascriptid", "getUpdate")
    so.write('g_div');

   
    var o = new SWFObject("http://s9.qinju.com/Images/08/dms6.swf", "mediaplayer", "600", "400", "8");
    o.write("s_h");
    var lm = document.getElementById('s_h');
    var fy = document.getElementById('s_fy');
    with (fy) {
        style.left = offsetLeft + 'px'; style.position = 'absolute';
        lm.style.position = "absolute";
        lm.style.left = offsetLeft - 140;
        lm.style.width = 600;
        lm.style.height = 400;
        lm.style.display = "none";
        lm.style.zIndex = 255;
        if (navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length)
            addEventListener("mouseover", function() { lm.innerHTML = o.getSWFHTML(); lm.style.top = offsetTop + 'pt'; lm.style.display = ''; }, false);
        else attachEvent("onmouseover", function() { lm.innerHTML = o.getSWFHTML(); lm.style.top = offsetTop; lm.style.display = ''; });
    }
    if (navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length)
        lm.addEventListener("mouseout", function() { lm.style.display = 'none'; }, false);
    else
        lm.attachEvent('onmouseout', function() { lm.style.display = "none"; });

    var s_ygain_h = new SWFObject("/Images/09/fy500.swf", "mediaplayer", "500", "300", "8");
    s_ygain_h.write("s_ygain_h");
    var s_y = document.getElementById('s_ygain_h');
    var s_y_h = document.getElementById('s_ygain');
    with (s_y_h) {
        style.left = offsetLeft + 'px'; style.position = 'absolute';
        s_y.style.position = "absolute";
        s_y.style.left = offsetLeft - 150;
        s_y.style.width = 500;
        s_y.style.height = 300;
        s_y.style.display = "none";
        s_y.style.zIndex = 255;
        if (navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length)
            addEventListener("mouseover", function() { s_y.innerHTML = s_ygain_h.getSWFHTML(); s_y.style.top = offsetTop + 'pt'; s_y.style.display = ''; }, false);
        else attachEvent("onmouseover", function() { s_y.innerHTML = s_ygain_h.getSWFHTML(); s_y.style.top = offsetTop; s_y.style.display = ''; });
    }
    if (navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length)
        s_y.addEventListener("mouseout", function() { s_y.style.display = 'none'; }, false);
    else
        s_y.attachEvent('onmouseout', function() { s_y.style.display = "none"; });

}
function getUpdate(typ, pr1, pr2, swf) {
    
    if (typ == 'item') {
        pr1++; if (pr1 > 3) pr1 = pr1 - 3; var objs = document.getElementsByName('FNewslist');
        for (var i = 0; i < objs.length; i++) {
            var obj = objs[i]; if (obj.getAttribute('item') == pr1) obj.className = obj.className.substring(0, 2) + ' s'; else obj.className = obj.className.substring(0, 2) + ' h';
        } 
    } 
}
