﻿$(document).ready(function() {

    $('#underPart').cycle({ fx: 'fade', speed: 0, timeout: 5000 });
    $('#textSlides').cycle({ fx: 'scrollVert', speed: 500, timeout: 10000, next: '#nextBtn', prev: '#prevBtn' });

    $("ul.subnav").parent().append("<span></span>");
    
    $("ul.topnav li span").click(function() {   
        $(this).parent().find("ul.subnav").slideDown('fast').show();  
        $(this).parent().hover(function() { }, function() { $(this).parent().find("ul.subnav").slideUp('slow'); }); }).hover(function() { $(this).addClass("subhover"); }, function() { $(this).removeClass("subhover"); 
    });

}); 

// LIVE STREAMING 
function launchPlayer() {
    pwin = window.open(
        "http://vidego.streamingfaith.com/playerlive.php?s=kj9t57rb&doResize=true",
        "newwindow", "height=740,width=1019",
        "toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no")
}
