$(document).ready(function() {
	
	$("#atendimento").change(function() {
		if ($(this).val()=='secretaria'){
			window.open('http://www.iaesc.org.br/live/chat.php?code=U0VSVkVSUEFHRQ__','','width=590,height=610,left=0,top=0,resizable=yes,menubar=no,location=yes,status=yes,scrollbars=yes');
		}
		
	});

	$(".video").click(function() {
			$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 640,
			'height'		: 385,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
			'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
			}
		});
		return false;
	});

	$('#coin-slider').coinslider({ width: 900, navigation: true, effect: 'random', delay: 8000 });
 
    var inners = $('.inner-slideshow').cycle().cycle('stop');
 
    var slideshow = $('#slideshow').cycle({

        fx: 'scrollHorz',

        speed: 300,

        timeout: 0,
		auto: true,

        prev: '#prev',

        next: '#next',

        before: function() {

            // stop all inner slideshows

            inners.cycle('stop');
 

            // start the new slide's slideshow

            $(this).cycle({

                fx: 'fade',

                timeout: 2000,

                autostop: true,

                end: function() {

                    // when inner slideshow ends, advance the outer slideshow

                    slideshow.cycle('next');

                }

            });

        }

    });
    


});




function pagerFactory(idx, slide) {

	var s = idx > 2 ? ' style="display:none;"' : '';

	return '<li id="activeSlide"><a href="#"></a></li>';

};

	

