$(function () {
    //index page
    $("#section_1 table tr td.right_menu_1 span:nth-child(1)").css(
        {
            'color': 'rgb(180,180,180)',
            'cursor': 'default'
        }
    );
    //news page
    $("#section_1 table tr td.right_menu_1 span:nth-child(2)").click(function () {
        window.location.href = 'news.html'
    })
    //brand page
    $("#section_1 table tr td.right_menu_1 span:nth-child(3)").click(function () {
        window.location.href = 'brand.html'
    })
    //service page
    $("#section_1 table tr td.right_menu_1 span:nth-child(4)").click(function () {
        window.location.href = 'service.html'
    })

    // mp3 player
    $("#mp3player").jmp3({
        showfilename: "false",
        backcolor: "FEFEFE",
        forecolor: "333333",
        width: 100,
        showdownload: "false"
    })

    // photo slider
    $('#coin-slider').coinslider({
        width: 960,
        height: 400,
        delay: 8000,
        effect: 'random'
    });

    // sales kit
    $('#saleskit').poshytip({
        className:'tip-darkgray',
        showTimeout: 1,
        alignTo: 'cursor',
        fade: true,
        slide: false
    });

    // youtube
    $('#youtube').poshytip({
        className: 'tip-darkgray',
        showTimeout: 1,
        alignTo: 'cursor',
        fade: true,
        slide: false
    });

    // flickr
    $('#flickr').poshytip({
        className: 'tip-darkgray',
        showTimeout: 1,
        alignTo: 'cursor',
        fade: true,
        slide: false
    });

    // blogger
    $('#blogger').poshytip({
        className: 'tip-darkgray',
        showTimeout: 1,
        alignTo: 'cursor',
        fade: true,
        slide: false
    });
})
