// JavaScript Document

var x;
x=$(document);
x.ready(inicializarEventos);

function inicializarEventos()
{
  var x;
  x=$("#capacan");
  x.mouseover(entraMouse);
  x.mouseout(saleMouse);
}


function entraMouse()
{	

	$("#img-cancionero").attr("src", "/img/ent/canporopen.png")
	$("#img-cancionero").removeClass("close")
	$("#img-cancionero").addClass("open")
	$("#img-cancionero").css("height", "189px")
	$("#img-cancionero").css("width", "240px")
	
	$("#img-cancionero").click( function() { 
	
		$("#cancionero").show("slow");
		
		} 
		
	);

}

function saleMouse()
{	

   $("#img-cancionero").attr("src", "/img/ent/canporclose.png")
   $("#img-cancionero").removeClass("open")
   $("#img-cancionero").addClass("close")
   $("#img-cancionero").css("height", "170px")
	$("#img-cancionero").css("width", "132px")
}

$(function()
{

$(".linkport").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeIn("slow");
	$(".video-musical").fadeOut("slow");
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");
}
return false;
});

$(".linkbiog").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeOut();
	$(".video-musical").fadeOut("slow");
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");
}
$("#biografia").fadeIn("slow").addClass("current");
});

$(".linkdisco").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeOut();
	$(".video-musical").fadeIn();
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");
}
$("#discografia").fadeIn("slow").addClass("current");
});

$(".linkrider").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeOut();
	$(".video-musical").fadeOut("slow");
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");
}
$("#rider").fadeIn("slow").addClass("current");
});

$(".linkmusic").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeOut();
	$(".video-musical").fadeOut("slow");
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");
}
$("#musicos").fadeIn("slow").addClass("current");
});

$(".linkfotos").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeOut();
	$(".video-musical").fadeOut("slow");
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");
}
$("#fotos").fadeIn("slow").addClass("current");
photoGallery()
});

$(".linkartic").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeOut();
	$(".video-musical").fadeOut("slow");
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");
}
$("#articulos").fadeIn("slow").addClass("current");
});

$("#articulos-link").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeOut();
	$(".video-musical").fadeOut("slow");
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");
}
$("#articulos").fadeIn("slow").addClass("current");
});

$(".linkpresentaciones").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeOut();
	$(".video-musical").fadeOut("slow");
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");
}
$("#presentaciones").fadeIn("slow").addClass("current");
});

$("#presentaciones-link").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeOut();
	$(".video-musical").fadeOut("slow");
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");
}
$("#presentaciones").fadeIn("slow").addClass("current");
});

$(".linkvideo").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeOut();
	$(".video-musical").fadeIn("slow");
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");	
}
$("#videos").fadeIn("slow").addClass("current");
videoGallery();
});

$(".navtopfin").click(function(event) {
event.preventDefault();
var ifCurrent = $(this).find("a").attr("class");
if(!ifCurrent){
	$("#buenafe-nota").fadeOut();
	$(".video-musical").fadeOut("slow");
	$("a.current").removeClass("current");
	$(this).find("a").addClass("current");
	$("div.current").fadeOut("slow");
	$("div.current").removeClass("current");
}
$("#contacto").fadeIn("slow").addClass("current");
});

$("#cancionero a").click(function(event) {
event.preventDefault();
$("#cancionero").hide("slow");
});
});

function gotToAlbum(){
	var goTo = "#"+$(this).parent().attr("class");
	var currentAlbum = $("#discografia div.current-album");
	currentAlbum.removeClass("current-album");
	currentAlbum.fadeOut(function(){$(goTo).fadeIn().addClass("current-album");});	
	return false;
}

$(document).ready(function(){
	var url = document.location;
	url=url+"";
	var url = url.split("#");
	url = "#"+url[1];
	$(url).fadeIn("slow").addClass("current");
	if(url=="#fotos"){
		photoGallery();	
	}
	if(url=="#videos"){
		videoGallery();	
	}
	if(url=="#biografia" ||  url=="#discografia" || url=="#rider" || url=="#fotos" || url=="#videos" || url=="#presentaciones" || url=="#contacto"){
		$("#buenafe-nota").hide();
	}
	$("#caratulas-album li a").click(gotToAlbum);
	$("#imagenes-carrusel img").fadeTo('slow', 0.33);
	$("#imagenes-carrusel img").mouseover(function(){$(this).animate({ opacity: 0.8 })});
	$("#imagenes-carrusel img").mouseout(function(){$(this).animate({ opacity: 0.33 })});
	
});

function photoGallery(){
	if($("#imagenes-carrusel .jcarousel-container").length == 0){
		$("#sma").jcarousel({
			visible: 6,
			scroll: 6
		});	
	}
}
