﻿function style() {
    var url = window.location.toString().toLowerCase();
    if (url.indexOf("home") > 0) {

        var li = document.getElementById("col1");
        setStyle(li);
    }

    if (url.indexOf("vsdn") > 0) {

        var li = document.getElementById("col2");
        setStyle(li);
    }

    if (url.indexOf("sms") > 0) {

        var li = document.getElementById("col3");
        setStyle(li);
    }

    if (url.indexOf("smc") > 0) {

        var li = document.getElementById("col4");
        setStyle(li);
    }

    if (url.indexOf("sws") > 0) {

        var li = document.getElementById("col5");
        setStyle(li);
    }

    if (url.indexOf("cases") > 0) {

        var li = document.getElementById("col6");
        setStyle(li);
    }

    if (url.indexOf("democenter") > 0) {

        var li = document.getElementById("col7");
        setStyle(li);
    }

    if (url.indexOf("aboutus") > 0) {

        var li = document.getElementById("col8");
        setStyle(li);
    }

    function setStyle(obj) {
        obj.childNodes[0].setAttribute("style", "background-image:url(../@Master/navbg-v.png);");
    }

}


function func_over(id) { if (id == isFocus) return; $('#col' + id + ' img').attr('src', '../@Master/col' + id + '_sel.jpg'); }
function func_out(id) { if (id == isFocus) return; $('#col' + id + ' img').attr('src', '../@Master/col' + id + '.jpg'); }
function PlayZB() { $('#ifr_zb').attr('src', 'http://202.108.39.103/flash/ipod/soooner_mplayer.html?typ=live&vid=57'); var height = jQuery('body').height(); var width = jQuery(window).width(); $('#playZZ').width(width).height(height).show(); $('#playzb').show("slow", function () { $('#playzb p').slideDown(); }).css("top", ($(document).height() - 574) / 2).css("left", ($(document).width() - 719) / 2); }
function PlayYB() { $('#ifr_yb').attr('src', 'http://202.108.39.103/flash/ipod/soooner_mplayer.html?typ=ts&vid=57'); var height = jQuery('body').height(); var width = jQuery(window).width(); $('#playZZ').width(width).height(height).show(); $('#playyb').show("slow", function () { $('#playyb p').slideDown(); }).css("top", ($(document).height() - 574) / 2).css("left", ($(document).width() - 984) / 2); }
function CloseZB() { $('#ifr_zb').attr('src', 'about:blank'); $('#playZZ').hide(); $('#playzb').hide(); $('#playzb p').hide(); }
function CloseYB() { $('#ifr_yb').attr('src', 'about:blank'); $('#playZZ').hide(); $('#playyb').hide(); $('#playzb p').hide(); }


