$(document).ready(function(){ 
	//menus
	$("ul.sf-menu").supersubs({ 
        minWidth:    12,   // minimum width of sub-menus in em units 
        maxWidth:    27,   // maximum width of sub-menus in em units 
        extraWidth:  1     // extra width can ensure lines don't sometimes turn over 
                           // due to slight rounding differences and font-family 
    }).superfish();  // call supersubs first, then superfish, so that subs are 
                     // not display:none when measuring. Call before initialising 
                     // containing tabs for same reason. 					 					 				
	
	
	//equal heights
	$(".columns").equalHeights();
	
	//Rounded corners
	$('.box_home').corners("4px");
	
	//Flash
	var rad = new SWFObject("http://igrejacristovive.com.br/wp-content/themes/iecv/images/radio_novo.swf", "radio", "120", "190", "8", "#ffffff");
	rad.addParam("quality", "high");
	rad.addParam("wmode", "transparent");
	rad.write("radio");			
	
	var liv = new SWFObject("http://igrejacristovive.com.br/wp-content/themes/iecv/images/livraria.swf", "livraria_apostolo", "100", "170", "8", "#C2D1FA");
	liv.addParam("quality", "high");
	liv.addParam("wmode", "transparent");
	liv.write("livraria_apostolo");		
	
	//qtip
	$('#livraria .livro img#liv01').qtip({
	   content: 'Como vencer tempos instáveis',
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: { 
		  name: 'blue'
	   },
	   position: {
		  corner: {
			 target: 'bottomMiddle',
			 tooltip: 'center'
		  }
	   }	   
	})	
	$('#livraria .livro img#liv02').qtip({
	   content: 'A maturidade do jovem cristão',
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: { 
		  name: 'blue'
	   },
	   position: {
		  corner: {
			 target: 'bottomMiddle',
			 tooltip: 'center'
		  }
	   }	   
	})	
	$('#livraria .livro img#liv03').qtip({
	   content: 'Jesus Sabedoria Infinita',
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: { 
		  name: 'blue'
	   },
	   position: {
		  corner: {
			 target: 'bottomMiddle',
			 tooltip: 'center'
		  }
	   }	   
	})	
	$('#livraria .livro img#liv04').qtip({
	   content: 'Nascemos para vencer',
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: { 
		  name: 'blue'
	   },
	   position: {
		  corner: {
			 target: 'bottomMiddle',
			 tooltip: 'center'
		  }
	   }	   
	})	
	$('#livraria .livro img#liv05').qtip({
	   content: 'Ansiedade. Aprenda com Deus a vencê-la',
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: { 
		  name: 'blue'
	   },
	   position: {
		  corner: {
			 target: 'bottomMiddle',
			 tooltip: 'center'
		  }
	   }	   
	})	
	$('#livraria .livro img#liv06').qtip({
	   content: 'A Sabedoria da Mulher Cristã',
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: { 
		  name: 'blue'
	   },
	   position: {
		  corner: {
			 target: 'bottomMiddle',
			 tooltip: 'center'
		  }
	   }	   
	})
	$('#livraria .livro img#liv07').qtip({
	   content: 'Cristal Blindado',
	   show: 'mouseover',
	   hide: 'mouseout',
	   style: { 
		  name: 'blue'
	   },
	   position: {
		  corner: {
			 target: 'bottomMiddle',
			 tooltip: 'center'
		  }
	   }	   
	})			
	
	//23 Jornada de Fé e Milagres
	$("#video1").click(function () {
      $("#v1").show("slow");
    });
    $("#fechar1").click(function () {
      $("#v1").hide();
    });
	
    $("#video2").click(function () {
      $("#v2").show("slow");
    });
    $("#fechar2").click(function () {
      $("#v2").hide();
    });	

    $("#video3").click(function () {
      $("#v3").show("slow");
    });
    $("#fechar3").click(function () {
      $("#v3").hide();
    });		

    $("#video4").click(function () {
      $("#v4").show("slow");
    });
    $("#fechar4").click(function () {
      $("#v4").hide();
    });	
	
    $("#video5").click(function () {
      $("#v5").show("slow");
    });
    $("#fechar5").click(function () {
      $("#v5").hide();
    });	

    $("#video6").click(function () {
      $("#v6").show("slow");
    });
    $("#fechar6").click(function () {
      $("#v6").hide();
    });

}); 

